summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-01-16 13:14:19 +1100
committerBen Skeggs <skeggsb@gmail.com>2008-01-16 13:14:19 +1100
commit3119e9a14b66fcfb08fcc3563602273dd2e1893c (patch)
tree74ff685faec3430b66d70522b6ed717f57e54f00 /src/mesa/sources
parent9de335f5807553bc9251931ba3e80c4b454b5818 (diff)
parent587e2becc237bc1c900a1c0ba114a1a0192690ff (diff)
Merge branch 'upstream-gallium-0.1' into darktama-gallium-0.1
Conflicts: src/mesa/pipe/Makefile
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index 56ea6dbce2..90ce9ce370 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -186,12 +186,6 @@ TGSIUTIL_SOURCES = \
pipe/tgsi/util/tgsi_parse.c \
pipe/tgsi/util/tgsi_util.c
-
-LLVMTGSI_SOURCES = \
- pipe/llvm/gallivm.cpp \
- pipe/llvm/storage.cpp \
- pipe/llvm/instructions.cpp
-
STATECACHE_SOURCES = \
pipe/cso_cache/cso_hash.c \
pipe/cso_cache/cso_cache.c
@@ -370,7 +364,6 @@ FBDEV_DRIVER_SOURCES = \
ALL_SOURCES = \
$(GLAPI_SOURCES) \
$(SOLO_SOURCES) \
- $(LLVMTGSI_SOURCES) \
$(ASM_SOURCES) \
$(COMMON_DRIVER_SOURCES)\
$(X11_DRIVER_SOURCES) \
@@ -397,15 +390,13 @@ SOLO_SOURCES = \
CORE_SOURCES = \
$(GLAPI_SOURCES) \
- $(SOLO_SOURCES) \
- $(LLVMTGSI_SOURCES)
+ $(SOLO_SOURCES)
### Object files
SOLO_OBJECTS = \
$(SOLO_SOURCES:.c=.o) \
- $(LLVMTGSI_SOURCES:.cpp=.o) \
$(ASM_SOURCES:.S=.o)
GLAPI_OBJECTS = \