mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.
authorMathias Fröhlich <Mathias.Froehlich@web.de>
Tue, 27 Dec 2011 09:45:46 +0000 (10:45 +0100)
committerMathias Fröhlich <Mathias.Froehlich@web.de>
Wed, 28 Dec 2011 10:05:13 +0000 (11:05 +0100)
commit1ef3a94536ab4d70f08e5e19d7ebae0bca126e61
treea53afb34704cde9baa61a1356c63af4068686339
parentccbf192f597186f6a4a04ed14391dba82ffee18b
mesa: Remove remaining FEATURE_ARB_vertex_buffer_object guards.

Since commit 82b9661894315362f857192439bdcbc9db090387 and
34eae1c72a9b3a8eb0634cda52fca0208cd2f40d vbo support
is mandatory for all drivers. So, remove the remaining
FEATURE_ARB_vertex_buffer_object guards.

Signed-off-by: Mathias Froehlich <Mathias.Froehlich@web.de>
src/mesa/main/api_exec.c
src/mesa/main/arrayobj.c
src/mesa/main/context.c
src/mesa/main/dlist.c
src/mesa/main/mfeatures.h
src/mesa/main/shared.c