mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 09:28:07 +02:00
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:
parent
bffe94d48a
commit
0ce5b128d7
1 changed files with 3 additions and 4 deletions
|
|
@ -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 := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue