summaryrefslogtreecommitdiff
path: root/src
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
parentc50e054bd43882778aa8972d2444e5c3178f4c74 (diff)
Rename tgsi "core" directory
Diffstat (limited to 'src')
-rw-r--r--src/mesa/pipe/tgsi/exec/Makefile (renamed from src/mesa/pipe/tgsi/core/Makefile)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_attribs.h (renamed from src/mesa/pipe/tgsi/core/tgsi_attribs.h)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_build.c (renamed from src/mesa/pipe/tgsi/core/tgsi_build.c)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_build.h (renamed from src/mesa/pipe/tgsi/core/tgsi_build.h)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_core.h (renamed from src/mesa/pipe/tgsi/core/tgsi_core.h)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_dump.c (renamed from src/mesa/pipe/tgsi/core/tgsi_dump.c)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_dump.h (renamed from src/mesa/pipe/tgsi/core/tgsi_dump.h)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_exec.c (renamed from src/mesa/pipe/tgsi/core/tgsi_exec.c)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_exec.h (renamed from src/mesa/pipe/tgsi/core/tgsi_exec.h)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_parse.c (renamed from src/mesa/pipe/tgsi/core/tgsi_parse.c)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_parse.h (renamed from src/mesa/pipe/tgsi/core/tgsi_parse.h)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_token.h (renamed from src/mesa/pipe/tgsi/core/tgsi_token.h)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_util.c (renamed from src/mesa/pipe/tgsi/core/tgsi_util.c)0
-rw-r--r--src/mesa/pipe/tgsi/exec/tgsi_util.h (renamed from src/mesa/pipe/tgsi/core/tgsi_util.h)0
14 files changed, 0 insertions, 0 deletions
diff --git a/src/mesa/pipe/tgsi/core/Makefile b/src/mesa/pipe/tgsi/exec/Makefile
index eb8b14e0e8..eb8b14e0e8 100644
--- a/src/mesa/pipe/tgsi/core/Makefile
+++ b/src/mesa/pipe/tgsi/exec/Makefile
diff --git a/src/mesa/pipe/tgsi/core/tgsi_attribs.h b/src/mesa/pipe/tgsi/exec/tgsi_attribs.h
index b8f6ba7da8..b8f6ba7da8 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_attribs.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_attribs.h
diff --git a/src/mesa/pipe/tgsi/core/tgsi_build.c b/src/mesa/pipe/tgsi/exec/tgsi_build.c
index d6f8af656a..d6f8af656a 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_build.c
+++ b/src/mesa/pipe/tgsi/exec/tgsi_build.c
diff --git a/src/mesa/pipe/tgsi/core/tgsi_build.h b/src/mesa/pipe/tgsi/exec/tgsi_build.h
index 116c78abf3..116c78abf3 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_build.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_build.h
diff --git a/src/mesa/pipe/tgsi/core/tgsi_core.h b/src/mesa/pipe/tgsi/exec/tgsi_core.h
index 1f5f00a38e..1f5f00a38e 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_core.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_core.h
diff --git a/src/mesa/pipe/tgsi/core/tgsi_dump.c b/src/mesa/pipe/tgsi/exec/tgsi_dump.c
index 622d617e29..622d617e29 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_dump.c
+++ b/src/mesa/pipe/tgsi/exec/tgsi_dump.c
diff --git a/src/mesa/pipe/tgsi/core/tgsi_dump.h b/src/mesa/pipe/tgsi/exec/tgsi_dump.h
index 70860c0885..70860c0885 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_dump.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_dump.h
diff --git a/src/mesa/pipe/tgsi/core/tgsi_exec.c b/src/mesa/pipe/tgsi/exec/tgsi_exec.c
index a1f46712b4..a1f46712b4 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_exec.c
+++ b/src/mesa/pipe/tgsi/exec/tgsi_exec.c
diff --git a/src/mesa/pipe/tgsi/core/tgsi_exec.h b/src/mesa/pipe/tgsi/exec/tgsi_exec.h
index e5e8c3608e..e5e8c3608e 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_exec.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_exec.h
diff --git a/src/mesa/pipe/tgsi/core/tgsi_parse.c b/src/mesa/pipe/tgsi/exec/tgsi_parse.c
index a6724d762c..a6724d762c 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_parse.c
+++ b/src/mesa/pipe/tgsi/exec/tgsi_parse.c
diff --git a/src/mesa/pipe/tgsi/core/tgsi_parse.h b/src/mesa/pipe/tgsi/exec/tgsi_parse.h
index 56a8c254c2..56a8c254c2 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_parse.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_parse.h
diff --git a/src/mesa/pipe/tgsi/core/tgsi_token.h b/src/mesa/pipe/tgsi/exec/tgsi_token.h
index ca53071a60..ca53071a60 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_token.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_token.h
diff --git a/src/mesa/pipe/tgsi/core/tgsi_util.c b/src/mesa/pipe/tgsi/exec/tgsi_util.c
index 38d6d6e6bc..38d6d6e6bc 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_util.c
+++ b/src/mesa/pipe/tgsi/exec/tgsi_util.c
diff --git a/src/mesa/pipe/tgsi/core/tgsi_util.h b/src/mesa/pipe/tgsi/exec/tgsi_util.h
index ef14446f0e..ef14446f0e 100644
--- a/src/mesa/pipe/tgsi/core/tgsi_util.h
+++ b/src/mesa/pipe/tgsi/exec/tgsi_util.h