OSDN Git Service

r600g: try to fix streamout for the cases where BURST_COUNT > 0
authorMarek Olšák <maraeo@gmail.com>
Wed, 19 Dec 2012 15:59:45 +0000 (16:59 +0100)
committerMarek Olšák <maraeo@gmail.com>
Thu, 20 Dec 2012 16:13:12 +0000 (17:13 +0100)
commit6a2ec765bd22ae5d94e5fdac8507c659175efa4e
tree73b43a1132580a68304a94b64a92bdbd76244c5e
parent72362ebefb48cb79355b1e295ca21341d45ea85c
r600g: try to fix streamout for the cases where BURST_COUNT > 0

The burst was incorrectly used, because ELEM_SIZE was always 0.
I don't know if the burst works, because I don't know of any test
which uses it.

NOTE: This is a candidate for the stable branches.

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