mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-10 14:40:13 +01:00
zink: disable EXT_shader_object if !optimal_keys
this has the same requirements as GPL and then some Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22854>
This commit is contained in:
parent
4cb900609f
commit
dcf3adbde7
1 changed files with 1 additions and 1 deletions
|
|
@ -2613,7 +2613,7 @@ init_optimal_keys(struct zink_screen *screen)
|
|||
screen->info.have_EXT_graphics_pipeline_library = false;
|
||||
|
||||
/* EXT_shader_object can't yet be used for feedback loop, so this must be per-app enabled */
|
||||
if (!screen->driconf.zink_shader_object_enable)
|
||||
if (!screen->driconf.zink_shader_object_enable || !screen->optimal_keys)
|
||||
screen->info.have_EXT_shader_object = false;
|
||||
if (screen->info.have_EXT_shader_object)
|
||||
screen->have_full_ds3 = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue