summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-10-17 11:27:46 -0400
committerZack Rusin <zack@tungstengraphics.com>2007-10-24 11:21:03 -0400
commit3975f34fd36f8b04d499bb6b3d48eaeef5cab24e (patch)
tree1d162709572e7880be73993723ff79bab8caefd9 /src/mesa/sources
parentfa2962d14833480e154e8478e57758f18cc1442e (diff)
Implement basic opcode translation and storage translation.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index c2544ed322..7e1d909e28 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -191,7 +191,8 @@ TGSIMESA_SOURCES = \
ifeq ($(MESA_NO_LLVM),0)
LLVMTGSI_SOURCES = \
- pipe/llvm/llvmtgsi.cpp
+ pipe/llvm/llvmtgsi.cpp \
+ pipe/llvm/instructions.cpp
endif
STATECACHE_SOURCES = \