Skip to content

anv:gpu_memcpy: Emit 3DSTATE_VF_INDEXING on Gen8+

Rafael Antognolli requested to merge rantogno/mesa:anv-gpu_memcpy_fix into master

If this gets run right after something which uses VK_VERTEX_INPUT_RATE_INSTANCE on its first vertex binding, we could end up in serious trouble.

Fixes: 3d974778 "anv: Add a helper for doing buffer copies with..."

This commit was extracted from !4745.

Merge request reports