Draft: radv: emit some dynamic states outside of the draw path
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.