mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 10:18:05 +02:00
mesa: Revert most of 3158cc7d because it causes other breakage
This commit is contained in:
parent
30600e3dab
commit
3ff4974f22
1 changed files with 4 additions and 9 deletions
|
|
@ -234,9 +234,11 @@ STATETRACKER_SOURCES = \
|
|||
PROGRAM_SOURCES = \
|
||||
program/arbprogparse.c \
|
||||
program/hash_table.c \
|
||||
program/lex.yy.c \
|
||||
program/nvfragparse.c \
|
||||
program/nvvertparse.c \
|
||||
program/program.c \
|
||||
program/program_parse.tab.c \
|
||||
program/program_parse_extra.c \
|
||||
program/prog_cache.c \
|
||||
program/prog_execute.c \
|
||||
|
|
@ -252,9 +254,6 @@ PROGRAM_SOURCES = \
|
|||
program/register_allocate.c \
|
||||
program/symbol_table.c
|
||||
|
||||
PROGRAM_GENERATED_SOURCES = \
|
||||
program/lex.yy.c \
|
||||
program/program_parse.tab.c
|
||||
|
||||
SHADER_CXX_SOURCES = \
|
||||
program/ir_to_mesa.cpp \
|
||||
|
|
@ -303,7 +302,7 @@ COMMON_DRIVER_SOURCES = \
|
|||
|
||||
|
||||
# Sources for building non-Gallium drivers
|
||||
MESA_SOURCES_FOR_DEPEND = \
|
||||
MESA_SOURCES = \
|
||||
$(MAIN_SOURCES) \
|
||||
$(MATH_SOURCES) \
|
||||
$(MATH_XFORM_SOURCES) \
|
||||
|
|
@ -315,10 +314,6 @@ MESA_SOURCES_FOR_DEPEND = \
|
|||
$(COMMON_DRIVER_SOURCES)\
|
||||
$(ASM_C_SOURCES)
|
||||
|
||||
MESA_SOURCES = \
|
||||
$(MESA_SOURCES_FOR_DEPEND) \
|
||||
$(PROGRAM_GENERATED_SOURCES)
|
||||
|
||||
MESA_CXX_SOURCES = \
|
||||
$(SHADER_CXX_SOURCES)
|
||||
|
||||
|
|
@ -337,7 +332,7 @@ MESA_GALLIUM_CXX_SOURCES = \
|
|||
|
||||
# All the core C sources, for dependency checking
|
||||
ALL_SOURCES = \
|
||||
$(MESA_SOURCES_FOR_DEPEND) \
|
||||
$(MESA_SOURCES) \
|
||||
$(MESA_CXX_SOURCES) \
|
||||
$(MESA_ASM_SOURCES) \
|
||||
$(STATETRACKER_SOURCES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue