summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/exec/tgsi_core.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2007-08-24 10:01:03 +0100
committerKeith Whitwell <keith@tungstengraphics.com>2007-08-24 10:01:03 +0100
commitf93a360319fb35f9bac571931fc81afb9e0a8ab8 (patch)
tree8ad1439b2bb3c36e2f0c41ab26a754f4c03804a8 /src/mesa/pipe/tgsi/exec/tgsi_core.h
parentc50e054bd43882778aa8972d2444e5c3178f4c74 (diff)
Rename tgsi "core" directory
Diffstat (limited to 'src/mesa/pipe/tgsi/exec/tgsi_core.h')
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_core.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/exec/tgsi_core.h b/src/mesa/pipe/tgsi/exec/tgsi_core.h
new file mode 100644
index 0000000000..1f5f00a38e
--- /dev/null
+++ b/src/mesa/pipe/tgsi/exec/tgsi_core.h
@@ -0,0 +1,12 @@
+#if !defined TGSI_CORE_H
+#define TGSI_CORE_H
+
+#include "tgsi_token.h"
+#include "tgsi_parse.h"
+#include "tgsi_build.h"
+#include "tgsi_exec.h"
+#include "tgsi_dump.h"
+#include "tgsi_util.h"
+
+#endif // !defined TGSI_CORE_H
+