Skip to content

gsk: Change the default renderer

Matthias Clasen requested to merge vulkan-by-default into main

The intent of this change to get wider testing and verify that the Vulkan drivers we get to use in the wild are good enough for our needs. If significant problems show up, we will revert this change for 4.16.

The new preference order is vulkan > ngl > gl > cairo.

The gl renderer is still there because we need it to support gles2.

If you need to override the default renderer choice, you can still use the GSK_RENDERER environment variable.

Merge request reports