summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorMichal Krol <mjkrol@gmail.org>2005-03-18 14:21:07 +0000
committerMichal Krol <mjkrol@gmail.org>2005-03-18 14:21:07 +0000
commit5b641a516ecde984027d4fc1fe198195b7b861a7 (patch)
tree5249cc4e5b85d3bd4d73e8c38498cf62c186167f /src/mesa/sources
parent706bb1c714683fe8ff39962f38938e57301f9fc1 (diff)
enable all 3dlabs front-end compiler sources
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources17
1 files changed, 16 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index e91144f799..57059a5ae3 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -163,7 +163,22 @@ SLANG_SOURCES = \
SLANG_CPP_SOURCES = \
shader/slang/slang_mesa.cpp \
- shader/slang/MachineIndependent/Gen_glslang.cpp
+ shader/slang/MachineIndependent/Gen_glslang.cpp \
+ shader/slang/MachineIndependent/Gen_glslang_tab.cpp \
+ shader/slang/MachineIndependent/InfoSink.cpp \
+ shader/slang/MachineIndependent/Initialize.cpp \
+ shader/slang/MachineIndependent/Intermediate.cpp \
+ shader/slang/MachineIndependent/intermOut.cpp \
+ shader/slang/MachineIndependent/IntermTraverse.cpp \
+ shader/slang/MachineIndependent/parseConst.cpp \
+ shader/slang/MachineIndependent/ParseHelper.cpp \
+ shader/slang/MachineIndependent/PoolAlloc.cpp \
+ shader/slang/MachineIndependent/QualifierAlive.cpp \
+ shader/slang/MachineIndependent/RemoveTree.cpp \
+ shader/slang/MachineIndependent/ShaderLang.cpp \
+ shader/slang/MachineIndependent/SymbolTable.cpp \
+ shader/slang/OGLCompilersDLL/Initialisation.cpp \
+ shader/slang/OSDependent/Linux/ossource.cpp
ASM_C_SOURCES = \
x86/common_x86.c \