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:
committed by
Marge Bot
parent
a9451f2599
commit
4dec4ba87d
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user