android: generate matching remap_helper to dispatch table
authorTapani Pälli <tapani.palli@intel.com>
Tue, 2 Oct 2012 11:50:31 +0000 (14:50 +0300)
committerChad Versace <chad.versace@linux.intel.com>
Fri, 12 Oct 2012 18:42:09 +0000 (11:42 -0700)
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@intel.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/Android.gen.mk

index a8e4f356464c8fe47827a5e3fab41a14baf1bd96..893fa41991a0941d4d3e001f4d80b2ebe4b922ab 100644 (file)
@@ -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, $*)