Skip to content

crocus: fixup index buffer dirtying.

Dave Airlie requested to merge airlied/mesa:crocus-fix-index-rebind-2 into main

This fixes a possible problem if a non-indexed draw comes in first in a new batch, then the batch might not emit the index buffer.

I'm unsure if we see this, I just spotted it trying to fix alacritty

Another attempt at fixing alacritty #4953 (closed)

Merge request reports