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:
@@ -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
|
||||
|
Reference in New Issue
Block a user