vbo: Move vbo_split into the tnl module.
authorMathias Fröhlich <mathias.froehlich@web.de>
Sun, 25 Mar 2018 17:16:54 +0000 (19:16 +0200)
committerMathias Fröhlich <Mathias.Froehlich@gmx.net>
Sat, 31 Mar 2018 04:32:14 +0000 (06:32 +0200)
commit6e9f00e3fc6f3b1331031f0995254c768d38ea81
tree41db2a496029ecc3b4a57d798d8d63c7c8b26614
parent245f9a3977dcc097ded07c535b589b82191d5e94
vbo: Move vbo_split into the tnl module.

Move the files, adapt to the naming scheme in tnl, update callers
and build system.

Reviewed-by: Brian Paul <brianp@vmware.com>
Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
16 files changed:
src/mesa/Makefile.sources
src/mesa/drivers/dri/nouveau/nouveau_vbo_t.c
src/mesa/meson.build
src/mesa/tnl/t_draw.c
src/mesa/tnl/t_rebase.c
src/mesa/tnl/t_rebase.h
src/mesa/tnl/t_split.c [new file with mode: 0644]
src/mesa/tnl/t_split.h [new file with mode: 0644]
src/mesa/tnl/t_split_copy.c [new file with mode: 0644]
src/mesa/tnl/t_split_inplace.c [new file with mode: 0644]
src/mesa/tnl/tnl.h
src/mesa/vbo/vbo.h
src/mesa/vbo/vbo_split.c [deleted file]
src/mesa/vbo/vbo_split.h [deleted file]
src/mesa/vbo/vbo_split_copy.c [deleted file]
src/mesa/vbo/vbo_split_inplace.c [deleted file]