mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*
authorMathias Fröhlich <Mathias.Froehlich@web.de>
Mon, 31 Oct 2011 14:11:43 +0000 (15:11 +0100)
committerMathias Fröhlich <Mathias.Froehlich@web.de>
Tue, 29 Nov 2011 05:35:44 +0000 (06:35 +0100)
commit104b81def4c09f3012e44778d104f00ff87dd4f0
tree82df7d6acf6057f30c201c603e17e4c1056f247c
parentb57101302d832f890b9a3b228513d930d91e1de0
mesa: Replace _NEW_ARRAY_* bits with VERT_BIT_*

Consolidate the two distinct set of flags to use VERT_BIT_*.

Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/arrayobj.c
src/mesa/main/enable.c
src/mesa/main/mtypes.h
src/mesa/main/varray.c