vbo: Use the VAO array enabled flags in vbo_exec_array.
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:46 +0000 (10:05 +0200)
commit43a6f435caf011cc6fd193671ad8eec37dbcb016
treeb382b8458cd1b56a82a83219e6c1fda6d21ede5e
parent4cda6900193ddfbc80e3cb845c732851a870df6f
vbo: Use the VAO array enabled flags in vbo_exec_array.

Instead of gl_client_array::Enabled inside a VAO,
directly use the gl_vertex_attrib_array::Enabled value
which is the origin of the above.

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