Skip to content

Don't expect Memory tokens with TGSI_OPCODE_BARRIER

Emma Anholt requested to merge anholt/virglrenderer:bar into master

If the shader had too many BARRIERs, we'd overflow our preallocated token buffer and fail to parse the command stream.

Merge request reports