summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/tgsi/exec/tgsi_core.h
diff options
context:
space:
mode:
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
+