wlroots/render/vulkan
Furkan Sahin c26c8ba315 render/vulkan: negotiate instance API version
Use vkEnumerateInstanceVersion to pick the instance API version and load
vkGetPhysicalDevice*2 entrypoints via core or KHR depending on that.
This avoids API version validation errors when running with Vulkan 1.0.
2026-06-02 17:57:55 -04:00
..
shaders render/vulkan: Use instanced draws instead of scissors 2026-05-01 12:50:04 +00:00
meson.build render/vulkan: use renamed glslang binary by default 2023-07-27 16:06:49 +08:00
pass.c util/rect_union: Take pixman_box32_t by pointer 2026-05-01 12:50:04 +00: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: use KHR variant for physical device properties 2026-05-31 13:21:24 -04:00
texture.c render/vulkan: New staging buffer implementation 2026-05-01 12:50:04 +00:00
util.c render/vulkan: compile against vulkan 1.2 header 2026-03-24 12:33:12 -04:00
vulkan.c render/vulkan: negotiate instance API version 2026-06-02 17:57:55 -04:00