Skip to content

Draft: radv: emit some dynamic states outside of the draw path

Samuel Pitoiset requested to merge hakzsam/mesa:radv_dyn_states_direct into main

A couple of dynamic states exactly match one register and emitting them at draw time it's not necessary. The next step is to regroup some states in groups like color/depth/rasterization because the current design isn't great.

Merge request reports

Loading