Add/remove files that are unused/used to the omit list. Finally, they
should all be features that can be omitted.
Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
LOCAL_ES2_INCLUDES := $(subst es1,es2, $(LOCAL_ES1_INCLUDES))
# MESA sources
+# Ideally, the omit list should be replaced by features.
MAIN_OMITTED := \
main/api_exec.c \
+ main/condrender.c \
main/dlopen.c \
main/enums.c \
main/get.c
STATETRACKER_SOURCES := $(filter-out $(STATETRACKER_OMITTED), $(STATETRACKER_SOURCES))
SHADER_OMITTED := \
- shader/atifragshader.c \
- shader/nvfragparse.c \
- shader/nvprogram.c \
- shader/nvvertparse.c
+ shader/atifragshader.c
SHADER_SOURCES := $(filter-out $(SHADER_OMITTED), $(SHADER_SOURCES))
MESA_ES1_SOURCES := \