r600: increment ring index after emit vertex not before.
authorDave Airlie <airlied@redhat.com>
Tue, 24 Feb 2015 05:58:33 +0000 (15:58 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 1 Dec 2015 22:25:13 +0000 (08:25 +1000)
commit4ebcf5194d98b47bd9e8a72b7418054708b14750
treec96d9e202836723ec06fc10aa545507fa03d35c2
parent13b134a443744e0a1d25d37a1e819d6737aca4a2
r600: increment ring index after emit vertex not before.

The docs say we should send the emit after the ring writes,
so lets do that and not have an ALU in between.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/gallium/drivers/r600/r600_shader.c