vbo: call UpdateState directly when notifying a driver about _NEW_ARRAY
authorMarek Olšák <maraeo@gmail.com>
Sun, 22 Apr 2012 17:21:45 +0000 (19:21 +0200)
committerMarek Olšák <maraeo@gmail.com>
Mon, 23 Apr 2012 20:58:02 +0000 (22:58 +0200)
commit802ca81e260f6ccfe2cf492e96b2887131bed09c
treee40ad385a6676ca5cd4fc4e305307839a58625eb
parent6fc565a94bc0de7ad617c28db7b8b6dfa4102d49
vbo: call UpdateState directly when notifying a driver about _NEW_ARRAY

Core Mesa doesn't need to know about this.

This also removes the hack in recalculate_input_bindings.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/vbo/vbo_exec.h
src/mesa/vbo/vbo_exec_array.c
src/mesa/vbo/vbo_exec_draw.c
src/mesa/vbo/vbo_save_draw.c