vbo: remove vbo_context.h and change includes to use vbo.h instead
authorBrian Paul <brianp@vmware.com>
Thu, 18 Jan 2018 21:39:22 +0000 (14:39 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 24 Jan 2018 17:12:49 +0000 (10:12 -0700)
commitf4376a0c2b57d92f662fa03db13b0e682211a4a3
tree63de197e1018f94625262f4bf6a7054dc224a20f
parentaafb56a148d3f75a2d5989f92bf3bba9b3fbfd24
vbo: remove vbo_context.h and change includes to use vbo.h instead

Now vbo.h is the public interface to the VBO module.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
18 files changed:
src/mesa/Makefile.sources
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_draw.c
src/mesa/drivers/dri/nouveau/nouveau_render.h
src/mesa/main/state.c
src/mesa/main/vtxfmt.c
src/mesa/meson.build
src/mesa/vbo/vbo.h
src/mesa/vbo/vbo_context.h [deleted file]
src/mesa/vbo/vbo_exec_api.c
src/mesa/vbo/vbo_exec_array.c
src/mesa/vbo/vbo_exec_draw.c
src/mesa/vbo/vbo_primitive_restart.c
src/mesa/vbo/vbo_private.h
src/mesa/vbo/vbo_save.c
src/mesa/vbo/vbo_save_api.c
src/mesa/vbo/vbo_save_draw.c
src/mesa/vbo/vbo_split.h