Skip to content

mesa/st: load state params for feedback draws with allow_st_finalize_nir_twice

Mike Blumenkrantz requested to merge zmike/mesa:feedback-params into main

What does this MR do and why?

mesa/st: load state params for feedback draws with allow_st_finalize_nir_twice

this should ensure that the params are always updated

Fixes: 5eb0136a3c5 ("mesa/st: when creating draw shader variants, use the base nir and skip driver opts")

Merge request reports