vbo: move vbo_get_minmax_indices into its own source file
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 6 Jan 2016 19:06:32 +0000 (14:06 -0500)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Wed, 3 Feb 2016 13:03:48 +0000 (14:03 +0100)
commit1a570d96a606249ba406da50a61e2eabb88c77ac
treebec67f5ac30c90b1b23836cd53ff470634489554
parent46b7a526f551e18a20d07220663652ba011e4fe6
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>
src/mesa/Makefile.sources
src/mesa/vbo/vbo_exec_array.c
src/mesa/vbo/vbo_minmax_index.c [new file with mode: 0644]