vbo: Move vbo_rebase into its only caller module tnl.
authorMathias Fröhlich <mathias.froehlich@web.de>
Sat, 16 Dec 2017 09:57:47 +0000 (10:57 +0100)
committerMathias Fröhlich <Mathias.Froehlich@gmx.net>
Tue, 6 Feb 2018 20:20:14 +0000 (21:20 +0100)
commit236657842b56e08055a4a9be8def8e440de78b58
treedfd515754af1df7fcb9c1cfcba855967bfbfd352
parent2313c33e950a1b17e7787dd8a3b2f1e823d0cfd4
vbo: Move vbo_rebase into its only caller module tnl.

Signed-off-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/Makefile.sources
src/mesa/meson.build
src/mesa/tnl/t_draw.c
src/mesa/tnl/t_rebase.c [new file with mode: 0644]
src/mesa/tnl/t_rebase.h [new file with mode: 0644]
src/mesa/vbo/vbo.h
src/mesa/vbo/vbo_rebase.c [deleted file]