mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c.
authorMathias Fröhlich <mathias.froehlich@web.de>
Sun, 14 Aug 2016 12:03:58 +0000 (14:03 +0200)
committerMathias Fröhlich <mathias.froehlich@web.de>
Mon, 15 Aug 2016 05:10:39 +0000 (07:10 +0200)
commitb7b0c51f1fd54c666e9520e1166e24216cc72211
tree3c13b12f3272bf21e4de0341fd7428f151705227
parentc17cf1c8f5c4553780a9dba761e5e089ae3d3b01
mesa: Move _mesa_all_buffers_are_unmapped to arrayobj.c.

Move the function to check if all vao buffers are
unmapped into the vao implementation file.
Rename the function to _mesa_all_buffers_are_unmapped.

Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/main/arrayobj.c
src/mesa/main/arrayobj.h
src/mesa/vbo/vbo_exec_array.c