mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
android: generate matching remap_helper to dispatch table
commita010215463removed 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> (cherry picked from commit60565b564b)
This commit is contained in:
parent
409cb4fc73
commit
070f317d99
1 changed files with 1 additions and 1 deletions
|
|
@ -136,7 +136,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, $*)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue