Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-11 | Fix code formatting issues and VS compilation | RĂ©mi Verschelde | |
Also temporarily disable multicheck build so that we get a full build even when there are style issues on Vulkan. Fixes #33356. | |||
2020-02-11 | Refactored RID/RID_Owner to always use O(1) allocation. | Juan Linietsky | |
* Implements a growing chunked allocator * Removed redudant methods get and getptr, only getornull is supported now. |