Skip to content

anv: fix emission of primitive replication packet for mesh stage

Marcin Ślusarz requested to merge mslusarz/mesa:mesh-repl-fix into main

anv_pipeline_get_last_vue_prog_data (used by emit_3dstate_primitive_replication) doesn't work for mesh stage.

Fixes: ae57628d ("anv: Drop anv_pipeline::use_primitive_replication")

Merge request reports