summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/exec/tgsi_core.h
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/pipe/tgsi/exec/tgsi_core.h
parentcd9368253011e00c2b5838e0f1dbb440f04b7f3a (diff)
Add tgsi_sse2.
Diffstat (limited to 'src/mesa/pipe/tgsi/exec/tgsi_core.h')
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_core.h b/src/mesa/pipe/tgsi/exec/tgsi_core.h
index 1f5f00a38e..30ad801b6e 100644
--- a/src/mesa/pipe/tgsi/exec/tgsi_core.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_core.h
@@ -7,6 +7,7 @@
#include "tgsi_exec.h"
#include "tgsi_dump.h"
#include "tgsi_util.h"
+#include "tgsi_sse2.h"
#endif // !defined TGSI_CORE_H