wgl: add zink to the list of auto-loaded drivers

it's a legitimate driver!

Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16068>
This commit is contained in:
Sidney Just
2022-04-20 17:47:58 -04:00
committed by Marge Bot
parent 863ce662b4
commit 400661c122

View File

@@ -126,6 +126,9 @@ wgl_screen_create(HDC hDC)
#ifdef GALLIUM_D3D12
sw_only ? "" : "d3d12",
#endif
#ifdef GALLIUM_ZINK
"zink",
#endif
#if defined(GALLIUM_LLVMPIPE)
"llvmpipe",
#endif