zink: require EXT_non_seamless_cube_map for GPL support

it's impossible to precompile without this

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17955>
This commit is contained in:
Mike Blumenkrantz 2022-08-11 08:52:00 -04:00 committed by Marge Bot
parent 4579b702f6
commit c261179e14

View file

@ -2086,6 +2086,7 @@ init_driver_workarounds(struct zink_screen *screen)
screen->info.have_EXT_graphics_pipeline_library = screen->info.have_EXT_extended_dynamic_state &&
screen->info.have_EXT_extended_dynamic_state2 &&
screen->info.have_KHR_dynamic_rendering &&
screen->info.have_EXT_non_seamless_cube_map &&
(screen->info.gpl_props.graphicsPipelineLibraryFastLinking ||
screen->is_cpu ||
screen->driver_workarounds.force_pipeline_library);