vbo: Walk the VAO to check for mapped buffers.
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)
commit144737a4988ebca0649c0d1d9ddba4a391757b86
tree07e62f5244adec869696499c5d6dd39a4ab6036b
parent3f5e5696feb10ec9c779c30a84ce9b367db081fd
vbo: Walk the VAO to check for mapped buffers.

Similarily to _mesa_all_varyings_in_vbos walk the VAO
to check if we have an illegal mapped buffer object
instead of walking all gl_client_arrays.

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