wgl: don't auto-load zink before software drivers

as in glx/egl, zink+lavapipe should only load if explicitly selected

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16311>
This commit is contained in:
Mike Blumenkrantz 2022-05-03 15:12:45 -04:00 committed by Marge Bot
parent a9451f2599
commit 4dec4ba87d

View file

@ -127,7 +127,7 @@ wgl_screen_create(HDC hDC)
sw_only ? "" : "d3d12",
#endif
#ifdef GALLIUM_ZINK
"zink",
sw_only ? "" : "zink",
#endif
#if defined(GALLIUM_LLVMPIPE)
"llvmpipe",