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/16087>
This commit is contained in:
Sidney Just 2022-04-20 17:47:58 -04:00 committed by Marge Bot
parent 3ae788a937
commit 38fd735a72

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