From 50a7ac1bb25af4e607d1a410732d776266136159 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 30 Sep 2022 00:38:07 -0400 Subject: [PATCH] zink: reenable GPL this is now functional again Reviewed-by: Adam Jackson Part-of: --- src/gallium/drivers/zink/zink_screen.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/gallium/drivers/zink/zink_screen.c b/src/gallium/drivers/zink/zink_screen.c index 948f7045fd5..d5931389ae4 100644 --- a/src/gallium/drivers/zink/zink_screen.c +++ b/src/gallium/drivers/zink/zink_screen.c @@ -2589,8 +2589,6 @@ zink_internal_create_screen(const struct pipe_screen_config *config) mesa_loge("zink: failed to create copy context"); goto fail; } - /* temporarily disabled */ - screen->info.have_EXT_graphics_pipeline_library = false; screen->optimal_keys = !screen->need_decompose_attrs && screen->info.have_EXT_non_seamless_cube_map && !screen->driconf.inline_uniforms; if (!screen->optimal_keys)