egl: only check dri3 on X11
When mesa is built without support for X11 Zink will always refuse to start unless `LIBGL_KOPPER_DRI2` is set. Only perform this check on X11 where it is relevant. Fixes:cedb534a17
("egl/glx: don't load non-sw zink without dri3 support") Reviewed-by: Daniel Stone <daniels@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26929> (cherry picked from commit0fd066a1d7
)
This commit is contained in:
@@ -84,7 +84,7 @@
|
||||
"description": "egl: only check dri3 on X11",
|
||||
"nominated": true,
|
||||
"nomination_type": 1,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "cedb534a1763b6bd3c733d439e5d145ae6f1270e",
|
||||
"notes": null
|
||||
|
@@ -1067,6 +1067,8 @@ dri2_setup_extensions(_EGLDisplay *disp)
|
||||
dri2_dpy->dri3_major_version != -1 &&
|
||||
!dri2_dpy->multibuffers_available &&
|
||||
#endif
|
||||
(disp->Platform == EGL_PLATFORM_X11_KHR ||
|
||||
disp->Platform == EGL_PLATFORM_XCB_EXT) &&
|
||||
!debug_get_bool_option("LIBGL_KOPPER_DRI2", false))
|
||||
return EGL_FALSE;
|
||||
|
||||
|
Reference in New Issue
Block a user