zink: (correctly) require extendedDynamicState2PatchControlPoints for GPL
this is otherwise broken Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17955>
This commit is contained in:
committed by
Marge Bot
parent
c261179e14
commit
85165a246c
@@ -2085,6 +2085,8 @@ init_driver_workarounds(struct zink_screen *screen)
|
||||
if (screen->info.have_EXT_graphics_pipeline_library)
|
||||
screen->info.have_EXT_graphics_pipeline_library = screen->info.have_EXT_extended_dynamic_state &&
|
||||
screen->info.have_EXT_extended_dynamic_state2 &&
|
||||
(screen->driver_workarounds.force_pipeline_library ||
|
||||
screen->info.dynamic_state2_feats.extendedDynamicState2PatchControlPoints) &&
|
||||
screen->info.have_KHR_dynamic_rendering &&
|
||||
screen->info.have_EXT_non_seamless_cube_map &&
|
||||
(screen->info.gpl_props.graphicsPipelineLibraryFastLinking ||
|
||||
|
||||
Reference in New Issue
Block a user