vbo: remove vbo_context::legacy_currval
authorMarek Olšák <maraeo@gmail.com>
Mon, 16 Apr 2012 14:24:39 +0000 (16:24 +0200)
committerMarek Olšák <maraeo@gmail.com>
Thu, 19 Apr 2012 12:47:21 +0000 (14:47 +0200)
commitfa48137f292bbf8cbcd65e9caf33633cddc96600
tree2e0d5b0c5aac081bd65a91e7cfaaa8600cf279e6
parentf9c40dbb0d51be8f7952ecb0fbb6b63fa6ca7411
vbo: remove vbo_context::legacy_currval

It's not nice when you have several variables pointing to the same array
and you wanna ask your editor "where is this used" and you only get an answer
for one of the four currval, legacy_currval, generic_currval, mat_currval,
which is quite useless, because you never see the whole picture.

Let's get rid of the additional pointers.

Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
src/mesa/vbo/vbo_context.c
src/mesa/vbo/vbo_context.h
src/mesa/vbo/vbo_exec_api.c
src/mesa/vbo/vbo_exec_array.c
src/mesa/vbo/vbo_exec_draw.c
src/mesa/vbo/vbo_save.c
src/mesa/vbo/vbo_save_draw.c