Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vulkan: Move thirdparty code out of drivers, style fixes | Rémi Verschelde | 2020-02-11 | 1 | -2/+2 |
| | | | | | | | - `vk_enum_string_helper.h` is a generated file taken from the SDK (Vulkan-ValidationLayers). - `vk_mem_alloc.h` is a library from GPUOpen: https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator | ||||
* | Fix code formatting issues and VS compilation | Rémi Verschelde | 2020-02-11 | 1 | -0/+30 |
| | | | | | | | Also temporarily disable multicheck build so that we get a full build even when there are style issues on Vulkan. Fixes #33356. | ||||
* | Added a spinlock template as well as a thread work pool class. | Juan Linietsky | 2020-02-11 | 1 | -0/+53 |
Also, optimized shader compilation to happen on threads. |