wlroots/render
Simon Zeni a945fd8940 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.

(cherry picked from commit 413664e0b0)
2026-03-26 17:38:25 +01:00
..
allocator
gles2 render/gles: use optimized clears for unblended rects 2026-03-03 11:02:08 +00:00
pixman treewide: fix typos 2026-02-28 04:26:47 -03:00
vulkan render/vulkan: compile against vulkan 1.2 header 2026-03-26 17:38:25 +01:00
color.c
color_fallback.c
color_lcms2.c
dmabuf.c
dmabuf_fallback.c
dmabuf_linux.c render: drop <linux/dma-buf.h> compat defines 2026-01-04 00:30:34 +00:00
drm_format_set.c
drm_syncobj.c render/drm_syncobj: add wlr_drm_syncobj_timeline_signal() 2026-03-19 19:48:36 +01:00
drm_syncobj_merger.c drm/syncobj: add timeline point merger utility 2026-03-19 20:01:40 +01:00
egl.c treewide: fix typos 2026-02-28 04:26:47 -03:00
meson.build drm/syncobj: add timeline point merger utility 2026-03-19 20:01:40 +01:00
pass.c
pixel_format.c render/pixel-format: add function to determine YCbCr from drm fourcc 2026-02-06 13:53:46 +00:00
swapchain.c
wlr_renderer.c
wlr_texture.c