mesa/st: initialize velements state properly
authorRoland Scheidegger <sroland@vmware.com>
Tue, 9 Mar 2010 19:31:40 +0000 (20:31 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 9 Mar 2010 19:33:21 +0000 (20:33 +0100)
commita673dee4553b6f1649d4cc31f7f7849058411c49
tree7e924f158f03ca49a2d1b59285ad76264a68eaab
parent0d6b0b0d9d5257cc8fb95786b6cd77d088bdb35e
mesa/st: initialize velements state properly

one variable is a bitfield where the rest is never written to, which caused
valgrind to complain. Might have caused cso to not recognize an already stored
state. Reported by Christoph Bumiller.
src/mesa/state_tracker/st_draw.c