r300g: fix rendering with a vertex attrib having a zero stride
authorMarek Olšák <maraeo@gmail.com>
Sat, 11 Dec 2010 13:45:27 +0000 (14:45 +0100)
committerMarek Olšák <maraeo@gmail.com>
Sat, 11 Dec 2010 13:49:28 +0000 (14:49 +0100)
commit2af8a1983180fc0168c1e0e53bcc69ee3d684ea4
tree098f7104ce099101a073f04078a6d7666f7d4d5d
parentc398f1544ea113279e5f038f4a643005743cab62
r300g: fix rendering with a vertex attrib having a zero stride

The hardware apparently does support a zero stride, so let's use it.

This fixes missing objects in ETQW, but might also fix a ton of other
similar-looking bugs.

NOTE: This is a candidate for both the 7.9 and 7.10 branches.
src/gallium/drivers/r300/r300_state.c