vbo: Remove vbo...recalculate_inputs from vbo_exec_invalidate_state.
authorMathias Fröhlich <mathias.froehlich@web.de>
Fri, 16 Mar 2018 05:34:35 +0000 (06:34 +0100)
committerMathias Fröhlich <Mathias.Froehlich@gmx.net>
Thu, 22 Mar 2018 03:58:52 +0000 (04:58 +0100)
commit9f5b6ef2ef4a9ba266250ec02769a46cf490ed7b
tree021becadc128de6d6aca8bdb547cafa1c1d5ac28
parentbf328359a724bec9592f67e51a4d7e5cca550cd0
vbo: Remove vbo...recalculate_inputs from vbo_exec_invalidate_state.

This flag is now set when the actual Array._DrawVAO changes.
So setting this flag is redundant here.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
src/mesa/vbo/vbo_context.c