Skip to content

anv: skip gfx push constants alloc optimization on gfx9/11

Tapani Pälli requested to merge tpalli/mesa:fix-flakes into main
anv: skip gfx push constants alloc optimization on gfx9/11

Always reallocate in cmd_buffer_flush_gfx_push_constants like was done
before the the optimization got introduced.

Fixes: 62d96a65464 ("anv: add dirty tracking for push constant data")
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/11064
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Edited by Tapani Pälli

Merge request reports