Skip to content

zink: pre-hash gfx-pipeline-state

Antonio Caggiano requested to merge Fahien/mesa:zink-prehash-state into master

Introduce a dirty flag in zink_gfx_pipeline_state to keep track of state changes. Store a hash falue for the state as well avoiding to recompute it when the state has not changed.

Edited by Antonio Caggiano

Merge request reports