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 <olvaffe@gmail.com>
This commit is contained in:
Chia-I Wu 2010-01-05 16:52:06 +08:00
parent bffe94d48a
commit 0ce5b128d7

View file

@ -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 := \