From: Chia-I Wu Date: Tue, 5 Jan 2010 08:52:06 +0000 (+0800) Subject: mesa/es: Update sources.mk. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0ce5b128d750e18e1ac2120f7f0435f8f4952dde;p=mesa.git mesa/es: Update sources.mk. 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 --- diff --git a/src/mesa/es/sources.mak b/src/mesa/es/sources.mak index 84fad267733..55bb31b80dd 100644 --- a/src/mesa/es/sources.mak +++ b/src/mesa/es/sources.mak @@ -44,9 +44,11 @@ LOCAL_ES2_API_ASM := $(subst es1,es2, $(LOCAL_ES1_API_ASM)) 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 @@ -68,10 +70,7 @@ STATETRACKER_OMITTED := \ 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 := \