Skip to content

intel: Use 3DSTATE_CONSTANT_ALL packet.

Rafael Antognolli requested to merge rantogno/mesa:mr/push_constant_all into master

Gen12 introduces a new push constant packet that can be used to upload push constants more efficiently.

This series rework the current push constant emitting code to make use of that.

Merge request reports