summaryrefslogtreecommitdiff
path: root/src/mesa/sources
diff options
context:
space:
mode:
authormichal <michal@michal-laptop.(none)>2007-08-24 12:52:47 +0100
committermichal <michal@michal-laptop.(none)>2007-08-24 12:53:19 +0100
commitb5c14b36addc46d8cc02e1e7d1ac85ea3ce82e8e (patch)
tree4e96518add98acfce68b8865f03042b46efdb962 /src/mesa/sources
parentcd9368253011e00c2b5838e0f1dbb440f04b7f3a (diff)
Add tgsi_sse2.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r--src/mesa/sources5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/sources b/src/mesa/sources
index ec30a889f6..61a8d580ad 100644
--- a/src/mesa/sources
+++ b/src/mesa/sources
@@ -166,11 +166,12 @@ DRAW_SOURCES = \
pipe/draw/draw_twoside.c \
pipe/draw/draw_unfilled.c
-TGSICORE_SOURCES = \
+TGSIEXEC_SOURCES = \
pipe/tgsi/exec/tgsi_build.c \
pipe/tgsi/exec/tgsi_dump.c \
pipe/tgsi/exec/tgsi_exec.c \
pipe/tgsi/exec/tgsi_parse.c \
+ pipe/tgsi/exec/tgsi_sse2.c \
pipe/tgsi/exec/tgsi_util.c
TGSIDECO_SOURCES = \
@@ -359,7 +360,7 @@ SOLO_SOURCES = \
$(VBO_SOURCES) \
$(VF_SOURCES) \
$(DRAW_SOURCES) \
- $(TGSICORE_SOURCES) \
+ $(TGSIEXEC_SOURCES) \
$(TGSIDECO_SOURCES) \
$(TGSIMESA_SOURCES) \
$(STATETRACKER_SOURCES) \