Merge branch 'docs' into 'master'

docs: mention vulkan-swrast for WLR_RENDERER_FORCE_SOFTWARE

See merge request wlroots/wlroots!5100
This commit is contained in:
YaoBing Xiao 2025-12-30 02:26:06 +08:00
commit 1160394a58

View file

@ -15,7 +15,8 @@ wlroots reads these environment variables
* *WLR_RENDER_NO_EXPLICIT_SYNC*: set to 1 to disable explicit synchronization * *WLR_RENDER_NO_EXPLICIT_SYNC*: set to 1 to disable explicit synchronization
support in renderers. support in renderers.
* *WLR_RENDERER_FORCE_SOFTWARE*: set to 1 to force software rendering for GLES2 * *WLR_RENDERER_FORCE_SOFTWARE*: set to 1 to force software rendering for GLES2
and Vulkan and Vulkan. for Vulkan software rendering, it is recommended to install the
vulkan-swrast package.
* *WLR_EGL_NO_MODIFIERS*: set to 1 to disable format modifiers in EGL, this can * *WLR_EGL_NO_MODIFIERS*: set to 1 to disable format modifiers in EGL, this can
be used to understand and work around driver bugs. be used to understand and work around driver bugs.