summaryrefslogtreecommitdiffstats
path: root/core/rid_owner.h
Commit message (Expand)AuthorAgeFilesLines
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-6/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-13/+8
* Implement decalsJuan Linietsky2020-04-141-0/+5
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Compilation fixes on AndroidPouleyKetchoupp2020-03-041-0/+4
* Vulkan: Move thirdparty code out of drivers, style fixesRémi Verschelde2020-02-111-2/+2
* Fix code formatting issues and VS compilationRémi Verschelde2020-02-111-0/+30
* Fix bugs in `RID_Alloc`Pedro J. Estébanez2020-02-111-8/+17
* RID_Alloc: Fix locking in getornull and free early returnsRémi Verschelde2020-02-111-3/+19
* Vulkan/RD rasterizer now does clean exit.Juan Linietsky2020-02-111-3/+22
* Added a spinlock template as well as a thread work pool class.Juan Linietsky2020-02-111-8/+59
* Normalmapping and Specularmapping working in 2D engineJuan Linietsky2020-02-111-0/+18
* basic 2D engine is more or less working with Vulkan, including editor.Juan Linietsky2020-02-111-12/+9
* Basic 2D engine is more or less working, needs more work for editor to be usa...Juan Linietsky2020-02-111-2/+2
* Refactored RID/RID_Owner to always use O(1) allocation.Juan Linietsky2020-02-111-0/+266