mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.c
authorMathias Fröhlich <mathias.froehlich@web.de>
Mon, 29 Oct 2018 05:13:20 +0000 (06:13 +0100)
committerMathias Fröhlich <mathias.froehlich@web.de>
Thu, 1 Nov 2018 05:08:49 +0000 (06:08 +0100)
commitf726c61cc1b2b845d19dc2b348219c73713adf93
tree8510d5181e5fed9c3cb8ba9083372d4ec2dcd489
parent952a5da584971037cbab7b338977ff7257bc4009
mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.c

The array type draw is no longer directly dependent on the vbo module.
Thus move array type draws into mesa/main/draw.c.
Rename symbols starting with vbo_* to _mesa_* and apply some
reindenting to make it consistent.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
src/mapi/glapi/gen/gl_genexec.py
src/mesa/Makefile.sources
src/mesa/main/draw.c [new file with mode: 0644]
src/mesa/main/draw.h [new file with mode: 0644]
src/mesa/meson.build
src/mesa/vbo/vbo.h
src/mesa/vbo/vbo_exec_array.c [deleted file]