From 400661c122f98bfc7263a966cfe82b78a1ab9ec3 Mon Sep 17 00:00:00 2001 From: Sidney Just Date: Wed, 20 Apr 2022 17:47:58 -0400 Subject: [PATCH] wgl: add zink to the list of auto-loaded drivers it's a legitimate driver! Reviewed-by: Jesse Natalie Part-of: --- src/gallium/targets/wgl/wgl.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gallium/targets/wgl/wgl.c b/src/gallium/targets/wgl/wgl.c index d2e0448a161..18423e9f428 100644 --- a/src/gallium/targets/wgl/wgl.c +++ b/src/gallium/targets/wgl/wgl.c @@ -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