wlroots/render
Simon Ser 7f5180af77 render/vulkan: simplify extension checks
find_extensions() is clunky to use when checking only a single
extension, and it's surprising that it returns NULL on success.

Simplify by replacing it with a check_extension() function which
just checks whether a single extension is in the list.
2022-11-06 14:18:13 +00:00
..
allocator render/allocator/drm_dumb: drop finish_buffer() 2022-10-01 19:45:29 +00:00
gles2 render/gles2: de-duplicate vertex shaders 2022-10-28 13:49:03 +02:00
pixman render: drop wlr_renderer_read_pixels() flags 2022-10-04 09:15:19 +02:00
vulkan render/vulkan: simplify extension checks 2022-11-06 14:18:13 +00:00
dmabuf.c
drm_format_set.c
egl.c egl: add WLR_EGL_NO_MODIFIERS 2022-10-21 09:52:18 +02:00
meson.build
pixel_format.c
swapchain.c
wlr_renderer.c render: drop wlr_renderer_read_pixels() flags 2022-10-04 09:15:19 +02:00
wlr_texture.c