mesa: Use VertexArray, not _VertexArray, in array size expressions.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 23 Aug 2014 06:01:15 +0000 (23:01 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 25 Sep 2014 06:14:26 +0000 (23:14 -0700)
commit23247e8059b92cd0330fbf9a4ec8b7227c53d50f
tree8f1a776318fa14284e4378b3446bc31c450856e3
parentf81052dc9b99eca765a44decd01af0335350d0b2
mesa: Use VertexArray, not _VertexArray, in array size expressions.

Both sizes are VERT_ATTRIB_MAX, so this has no effect.  But it drops a
few trivial uses of the derived state.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Fredrik Höglund <fredrik@kde.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/arrayobj.c
src/mesa/main/attrib.c
src/mesa/main/varray.c