Skip to content

etnaviv: fix vertex buffer state emission for single stream GPUs

Lucas Stach requested to merge lynxeye/mesa:etnaviv-vertex-stream into master

GPUs with a single supported vertex stream must use the single state address to program the stream.

Noticed this while looking at the state emission code when debugging a different issue.

Edited by Lucas Stach

Merge request reports