mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-21 14:10:37 +02:00
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:
parent
4579b702f6
commit
c261179e14
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue