wlroots/render/vulkan
Simon Zeni 413664e0b0 render/vulkan: compile against vulkan 1.2 header
Uses the EXT version of VK_PIPELINE_COMPILE_REQUIRED in `vulkan_strerror` func since it requires
Vulkan 1.3, switch to VK_EXT_global_priority instead of VK_KHR_global_priority which is only
promoted to core in Vulkan 1.3 as well.
2026-03-24 12:33:12 -04:00
..
shaders treewide: fix typos 2026-02-28 04:26:47 -03:00
meson.build render/vulkan: use renamed glslang binary by default 2023-07-27 16:06:49 +08:00
pass.c render/vulkan: fix missing DMA-BUF implicit write fence for render buffer 2026-02-23 09:33:27 -05:00
pixel_format.c vulkan: make use of new pixel_format_is_ycbcr function 2026-02-06 13:53:46 +00:00
renderer.c render/vulkan: relax minimum Vulkan API version to 1.0 2026-03-06 15:45:05 +01:00
texture.c render/vulkan: relax minimum Vulkan API version to 1.0 2026-03-06 15:45:05 +01:00
util.c render/vulkan: compile against vulkan 1.2 header 2026-03-24 12:33:12 -04:00
vulkan.c render/vulkan: compile against vulkan 1.2 header 2026-03-24 12:33:12 -04:00