mesa: Set DriverFlags.NewArray together with vbo...recalculate_inputs.
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)
commit5b917862251f365f2c670196f9222b33f4adcd4f
tree6ccce53878b2d153b544505a60d277dfa2582af6
parentd3c604e12e1e2ef1e562f51e529ba18bae2d9af1
mesa: Set DriverFlags.NewArray together with vbo...recalculate_inputs.

Both mean something very similar and are set at the same time now.
For that vbo module to be set from core mesa, implement a public vbo
module method to set that flag. In the longer term the flag should
vanish in favor of a driver flag of the appropriate driver.

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