[Mesa-dev] [PATCH] mesa: Include mesa ES mapi generated files

Jakob Bornecrantz jakob at vmware.com
Tue Mar 20 07:00:56 PDT 2012


Hi, all

This puts the generated mapi files into the tarball,
as requested by Jeremy Huddleston. This patch will
be applied to both master and the 8.0 branches.

Cheers, Jakob.

Signed-off-by: Jakob Bornecrantz <jakob at vmware.com>
---
 Makefile |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile
index 81ae944..279dd07 100644
--- a/Makefile
+++ b/Makefile
@@ -199,6 +199,12 @@ EXTRA_FILES = \
 	src/glsl/glcpp/glcpp-lex.c			\
 	src/glsl/glcpp/glcpp-parse.c			\
 	src/glsl/glcpp/glcpp-parse.h			\
+	src/mesa/main/api_exec_es1.c			\
+	src/mesa/main/api_exec_es1_dispatch.h		\
+	src/mesa/main/api_exec_es1_remap_helper.h	\
+	src/mesa/main/api_exec_es2.c			\
+	src/mesa/main/api_exec_es2_dispatch.h		\
+	src/mesa/main/api_exec_es2_remap_helper.h	\
 	src/mesa/program/lex.yy.c			\
 	src/mesa/program/program_parse.tab.c		\
 	src/mesa/program/program_parse.tab.h
-- 
1.7.1



More information about the mesa-dev mailing list