diff options
author | michal <michal@michal-laptop.(none)> | 2007-08-24 12:52:47 +0100 |
---|---|---|
committer | michal <michal@michal-laptop.(none)> | 2007-08-24 12:53:19 +0100 |
commit | b5c14b36addc46d8cc02e1e7d1ac85ea3ce82e8e (patch) | |
tree | 4e96518add98acfce68b8865f03042b46efdb962 /src/mesa/sources | |
parent | cd9368253011e00c2b5838e0f1dbb440f04b7f3a (diff) |
Add tgsi_sse2.
Diffstat (limited to 'src/mesa/sources')
-rw-r--r-- | src/mesa/sources | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/sources b/src/mesa/sources index ec30a889f6a..61a8d580ad9 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) \ |