mesa: Walk the VAO in _mesa_print_arrays.
authorMathias Fröhlich <mathias.froehlich@web.de>
Fri, 17 Jun 2016 06:09:05 +0000 (08:09 +0200)
committerMathias Fröhlich <mathias.froehlich@web.de>
Sun, 31 Jul 2016 08:05:45 +0000 (10:05 +0200)
commiteec516d8e16eecbe290a6a3cc7afa628760cefb3
tree856075d3e82254e37ec6b8bd2cdc9bd65c516e19
parent144737a4988ebca0649c0d1d9ddba4a391757b86
mesa: Walk the VAO in _mesa_print_arrays.

Only a debugging function, but move away from
gl_client_array and use the first order information
from the VAO. Also make use of gl_vert_attrib_name.

Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/varray.c