Skip to content

anv: add dirty tracking for push constant data

Tapani Pälli requested to merge tpalli/mesa:dirty_constants into main
anv: add dirty tracking for push constant data

This allows us to skip allocating state if it exists already. There are
different scenarios where this can help: when updating only descriptors
(not push constant data) and after blorp or simple shader run.

Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/10898
Signed-off-by: Tapani Pälli <tapani.palli@intel.com>
Edited by Tapani Pälli

Merge request reports