You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.
We currently require the validation layer in the vulkan renderer. If that is not installed, creating the renderer fails. While the validation layer is useful at the moment we probably don't want to abort because it's not installed and (sooner or later) we should disable it by default as it has a significant performance impact.
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 <[email protected]>
Co-authored-by: Jan Beich <[email protected]>
We currently require the validation layer in the vulkan renderer. If that is not installed, creating the renderer fails. While the validation layer is useful at the moment we probably don't want to abort because it's not installed and (sooner or later) we should disable it by default as it has a significant performance impact.
See 8e34692#commitcomment-58239638
wlroots has migrated to gitlab.freedesktop.org. This issue has been moved to:
https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3283
The text was updated successfully, but these errors were encountered: