projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c420b1
)
gallium/tgsi: fixup texture name strings
author
Marek Olšák
<maraeo@gmail.com>
Fri, 27 Jul 2012 17:09:14 +0000
(19:09 +0200)
committer
Marek Olšák
<maraeo@gmail.com>
Sat, 4 Aug 2012 11:53:07 +0000
(13:53 +0200)
Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/tgsi/tgsi_strings.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/tgsi/tgsi_strings.c
b/src/gallium/auxiliary/tgsi/tgsi_strings.c
index b5fd1fc0a650d090dd7349e1505fb9ae8f354f28..5f8f4be45b23484e296969f605ecd887810acdf8 100644
(file)
--- a/
src/gallium/auxiliary/tgsi/tgsi_strings.c
+++ b/
src/gallium/auxiliary/tgsi/tgsi_strings.c
@@
-92,10
+92,10
@@
const char *tgsi_texture_names[TGSI_TEXTURE_COUNT] =
"SHADOW1D",
"SHADOW2D",
"SHADOWRECT",
- "1DARRAY",
- "2DARRAY",
- "SHADOW1DARRAY",
- "SHADOW2DARRAY",
+ "1D
_
ARRAY",
+ "2D
_
ARRAY",
+ "SHADOW1D
_
ARRAY",
+ "SHADOW2D
_
ARRAY",
"SHADOWCUBE",
"UNKNOWN"
};