Mesa (master): android: generate matching remap_helper to dispatch table

Chad Versace chadversary at kemper.freedesktop.org
Fri Oct 12 18:43:56 UTC 2012


Module: Mesa
Branch: master
Commit: 60565b564bc969ce47fb8417c79050c261e5aec9
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=60565b564bc969ce47fb8417c79050c261e5aec9

Author: Tapani Pälli <tapani.palli at intel.com>
Date:   Tue Oct  2 14:50:31 2012 +0300

android: generate matching remap_helper to dispatch table

commit a010215463c63680c69e90202fe3fcd2e5b25fa6 removed ES2 specific dispatch
table and remap_helper, since now we are using dispatch.h which is generated
from gl_and_es_API.xml we need to generate a matching remap_helper using the
same xml.

Note: This is a candidate for the 9.0 branch.
Signed-off-by: Tapani Pälli <tapani.palli at intel.com>
Reviewed-by: Chad Versace <chad.versace at linux.intel.com>

---

 src/mesa/Android.gen.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/Android.gen.mk b/src/mesa/Android.gen.mk
index a8e4f35..893fa41 100644
--- a/src/mesa/Android.gen.mk
+++ b/src/mesa/Android.gen.mk
@@ -137,7 +137,7 @@ $(intermediates)/main/dispatch.h: $(es_hdr_deps)
 	$(call es-gen, $* -m remap_table)
 
 $(intermediates)/main/remap_helper.h: PRIVATE_SCRIPT := $(MESA_PYTHON2) $(glapi)/remap_helper.py
-$(intermediates)/main/remap_helper.h: PRIVATE_XML := -f $(glapi)/gl_API.xml
+$(intermediates)/main/remap_helper.h: PRIVATE_XML := -f $(glapi)/gl_and_es_API.xml
 
 $(intermediates)/main/remap_helper.h: $(es_hdr_deps)
 	$(call es-gen, $*)




More information about the mesa-commit mailing list