mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
authorFredrik Höglund <fredrik@kde.org>
Wed, 3 Apr 2013 20:08:47 +0000 (22:08 +0200)
committerFredrik Höglund <fredrik@kde.org>
Thu, 7 Nov 2013 15:20:45 +0000 (16:20 +0100)
commit12cbe995edbbf2791459579918486413965d4bf0
tree435305af174b4679ad51b93aa1afa514fff1b322
parentd5543213f2b8d9db823c12a2adf4cd6138e94e4d
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib

This will become derived state as part of the ARB_vertex_attrib_binding
support.

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
13 files changed:
src/mesa/main/api_arrayelt.c
src/mesa/main/api_validate.c
src/mesa/main/arrayobj.c
src/mesa/main/attrib.c
src/mesa/main/bufferobj.c
src/mesa/main/enable.c
src/mesa/main/ffvertex_prog.c
src/mesa/main/get.c
src/mesa/main/get_hash_params.py
src/mesa/main/getstring.c
src/mesa/main/mtypes.h
src/mesa/main/varray.c
src/mesa/vbo/vbo_exec_array.c