wlroots/render
nyorain 8e34692250 render/vulkan: add Vulkan renderer
This new renderer is implemented with the existing wlr_renderer API
(which is known to be sub-optimal for some operations). It's not
used by default, but users can opt-in by setting WLR_RENDERER=vulkan.

The renderer depends on VK_EXT_image_drm_format_modifier and
VK_EXT_physical_device_drm.

Co-authored-by: Simon Ser <contact@emersion.fr>
Co-authored-by: Jan Beich <jbeich@FreeBSD.org>
2021-10-18 11:51:13 +02:00
..
allocator render/allocator: use empty DRM lease to re-open node 2021-10-14 21:23:41 +02:00
gles2 types/buffer: make {begin,end}_data_ptr_access part of the public API 2021-09-15 11:50:44 +02:00
pixman types/buffer: make {begin,end}_data_ptr_access part of the public API 2021-09-15 11:50:44 +02:00
vulkan render/vulkan: add Vulkan renderer 2021-10-18 11:51:13 +02:00
dmabuf.c render/dmabuf: make src arg const in wlr_dmabuf_attributes_copy 2021-02-02 19:53:16 +01:00
drm_format_set.c Revert "render/drm_format_set: add wlr_drm_format_has" 2021-10-01 09:26:05 -06:00
egl.c Revert "Require INVALID for implicit format modifiers" 2021-10-01 09:26:05 -06:00
meson.build render/vulkan: add Vulkan renderer 2021-10-18 11:51:13 +02:00
pixel_format.c render/pixel_format: add more formats for Pixman 2021-08-03 02:53:03 -04:00
swapchain.c Move allocator stuff into new directory 2021-08-25 09:57:20 -04:00
wlr_renderer.c render/vulkan: add Vulkan renderer 2021-10-18 11:51:13 +02:00
wlr_texture.c render/wlr_texture: put wlr_texture_from_buffer into the public API 2021-07-22 22:28:24 +02:00