mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 11:50:23 +01:00
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:
parent
a9451f2599
commit
4dec4ba87d
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue