mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 22:38:05 +02:00
android: Remove builtin_compiler
The first part was done in:
commit c845140a20
Author: Kenneth Graunke <kenneth@whitecape.org>
Date: Tue Sep 3 21:22:17 2013 -0700
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
Acked-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
This commit is contained in:
parent
e150c0da71
commit
602d368446
1 changed files with 0 additions and 19 deletions
|
|
@ -35,10 +35,6 @@ sources := \
|
|||
glcpp/glcpp-lex.c \
|
||||
glcpp/glcpp-parse.c
|
||||
|
||||
ifneq ($(LOCAL_IS_HOST_MODULE),true)
|
||||
sources += builtin_function.cpp
|
||||
endif
|
||||
|
||||
LOCAL_SRC_FILES := $(filter-out $(sources), $(LOCAL_SRC_FILES))
|
||||
|
||||
LOCAL_C_INCLUDES += $(intermediates) $(intermediates)/glcpp $(MESA_TOP)/src/glsl/glcpp
|
||||
|
|
@ -81,18 +77,3 @@ $(intermediates)/glcpp/glcpp-lex.c: $(LOCAL_PATH)/glcpp/glcpp-lex.l
|
|||
|
||||
$(intermediates)/glcpp/glcpp-parse.c: $(LOCAL_PATH)/glcpp/glcpp-parse.y
|
||||
$(call glsl_local-y-to-c-and-h)
|
||||
|
||||
BUILTIN_COMPILER := $(BUILD_OUT_EXECUTABLES)/mesa_builtin_compiler$(BUILD_EXECUTABLE_SUFFIX)
|
||||
|
||||
builtin_function_deps := \
|
||||
$(LOCAL_PATH)/builtins/tools/generate_builtins.py \
|
||||
$(LOCAL_PATH)/builtins/tools/texture_builtins.py \
|
||||
$(BUILTIN_COMPILER) \
|
||||
$(wildcard $(LOCAL_PATH)/builtins/profiles/*) \
|
||||
$(wildcard $(LOCAL_PATH)/builtins/ir/*)
|
||||
|
||||
$(intermediates)/builtin_function.cpp: PRIVATE_SCRIPT := $(MESA_PYTHON2) $(LOCAL_PATH)/builtins/tools/generate_builtins.py
|
||||
$(intermediates)/builtin_function.cpp: $(builtin_function_deps)
|
||||
@mkdir -p $(dir $@)
|
||||
@echo "Gen GLSL: $(PRIVATE_MODULE) <= $(notdir $@)"
|
||||
$(hide) $(PRIVATE_SCRIPT) $(BUILTIN_COMPILER) > $@ || rm -f $@
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue