Skip to content

gallium/draw: Fix intermittent failure to bind new geometry shaders.

Emma Anholt requested to merge anholt/mesa:softpipe-gs-flake into master

If you deleted your old GS and created a new one, then it would occasionally skip binding the new GS because the token pointers were equal. Clear the current token pointer in the machine when we're deleting its token.

Cc: mesa-stable

Merge request reports