vbo: Remove now duplicate _vbo_update_inputs from dlist draw.
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:53 +0000 (04:58 +0100)
commit006b5e798a4a82590abf1e621b8b43aea5b19994
treec1ab5c24ca00bf404303fbcd6389d26fbf3d319d
parent2887c981405a911a26a4a6c7f989b803cc94dd54
vbo: Remove now duplicate _vbo_update_inputs from dlist draw.

At the current state, _vbo_update_inputs is called from
the draw callback if vbo...recalculate_inputs is set.
But that is now set of the _DrawVAO or its content or the
vertex program mode is changed.
So remove _vbo_update_inputs from the direct dlist draw path.

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