mesa: rename gl_vertex_attrib_array gl_array_attributes
authorBrian Paul <brianp@vmware.com>
Thu, 6 Oct 2016 23:30:20 +0000 (17:30 -0600)
committerBrian Paul <brianp@vmware.com>
Thu, 13 Oct 2016 23:38:49 +0000 (17:38 -0600)
commit15fb88e912531110f1a31ede2100910fdda2823e
treec33ac86532e98ad20842d4922e5d3e28bbb0ff0e
parentc89802aeeaee35e06c98a41dd630a60e8e7e4123
mesa: rename gl_vertex_attrib_array gl_array_attributes

The structure contains the attributes of a vertex array.  The old name
was kind of confusing.

Reviewed-by: Mathias Fröhlich <mathias.froehlich@web.de>
src/mesa/main/api_arrayelt.c
src/mesa/main/arrayobj.c
src/mesa/main/get.c
src/mesa/main/get_hash_params.py
src/mesa/main/mtypes.h
src/mesa/main/varray.c
src/mesa/main/varray.h
src/mesa/vbo/vbo_exec_array.c