summaryrefslogtreecommitdiffstats
path: root/externals/Vulkan-Headers (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vk_shader_decompiler: Misc fixesReinUsesLisp2019-05-261-0/+0
| | | | | | | | | | | | Fix missing OpSelectionMerge instruction. This caused devices loses on most hardware, Intel didn't care. Fix [-1;1] -> [0;1] depth conversions. Conditionally use VK_EXT_scalar_block_layout. This allows us to use non-std140 layouts on UBOs. Update external Vulkan headers.
* vk_memory_manager: Implement memory managerReinUsesLisp2019-02-191-0/+0
| | | | | A memory manager object handles the memory allocations for a device. It allocates chunks of Vulkan memory objects and then suballocates.
* gitmodules: Add Vulkan headers dependencyReinUsesLisp2019-02-121-0/+0