summaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorNicolai Hähnle <nicolai.haehnle@amd.com>2016-01-06 14:06:32 -0500
committerNicolai Hähnle <nicolai.haehnle@amd.com>2016-02-03 14:03:48 +0100
commit1a570d96a606249ba406da50a61e2eabb88c77ac (patch)
treebec67f5ac30c90b1b23836cd53ff470634489554 /src/mesa/Makefile.sources
parent46b7a526f551e18a20d07220663652ba011e4fe6 (diff)
downloadexternal_mesa3d-1a570d96a606249ba406da50a61e2eabb88c77ac.tar.gz
external_mesa3d-1a570d96a606249ba406da50a61e2eabb88c77ac.tar.bz2
external_mesa3d-1a570d96a606249ba406da50a61e2eabb88c77ac.zip
vbo: move vbo_get_minmax_indices into its own source file
We will add more code for caching/memoization. Moving the existing code into its own file helps keep things modular. Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index 5d6f2d0784..ffe560faa3 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -377,6 +377,7 @@ VBO_FILES = \
vbo/vbo_exec_eval.c \
vbo/vbo_exec.h \
vbo/vbo.h \
+ vbo/vbo_minmax_index.c \
vbo/vbo_noop.c \
vbo/vbo_noop.h \
vbo/vbo_primitive_restart.c \