Merge branch 'host_buffer_mr' into 'master'

Draft: render/vulkan: Use host memory backed VkImages

See merge request wlroots/wlroots!4716
This commit is contained in:
Kenny Levinsen 2024-10-02 21:21:15 +00:00
commit f1221c5b8f
5 changed files with 170 additions and 36 deletions

View file

@ -51,6 +51,10 @@ wlroots reads these environment variables
* *WLR_RENDERER_ALLOW_SOFTWARE*: allows the gles2 renderer to use software
rendering
## Vulkan renderer
* *WLR_VK_DIRECT_SHM_IMPORT*: Allow importing shm buffers directly as host memory
## scenes
* *WLR_SCENE_DEBUG_DAMAGE*: specifies debug options for screen damage related