vbo: bind arrays only when necessary
authorMarek Olšák <maraeo@gmail.com>
Sat, 12 Feb 2011 02:57:19 +0000 (03:57 +0100)
committerMarek Olšák <maraeo@gmail.com>
Mon, 14 Feb 2011 20:50:07 +0000 (21:50 +0100)
commitcfaf217135d8a8e903b3fbf380f18170df018f0c
tree1447b05de44ae5a0b47b595be041bf3b7f0475cb
parent5a01361ceaf29614ba008278e31cf2ffe85f251b
vbo: bind arrays only when necessary

We don't need to call bind_arrays in the vbo module if the states
which the function depends on are not dirty.
src/mesa/main/mtypes.h
src/mesa/main/state.c
src/mesa/vbo/vbo_exec_array.c