summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2014-11-08 13:35:03 +0100
committerMarek Olšák <[email protected]>2014-11-16 01:28:09 +0100
commitad54b01896c157757bb7440e82bd42bfc2b927a2 (patch)
treef84a1196c14d168b348145038acf1da23b1320e6
parent7c5707bd4a7c5440f2f84b2805860a922ce365ac (diff)
tgsi: fixup the string of VS_WINDOW_SPACE_POSITION
Tested-by: Nick Sarnie <[email protected]>
-rw-r--r--src/gallium/auxiliary/tgsi/tgsi_strings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c b/src/gallium/auxiliary/tgsi/tgsi_strings.c
index f84cd79b8e4..01fa5a9f345 100644
--- a/src/gallium/auxiliary/tgsi/tgsi_strings.c
+++ b/src/gallium/auxiliary/tgsi/tgsi_strings.c
@@ -122,7 +122,7 @@ const char *tgsi_property_names[TGSI_PROPERTY_COUNT] =
"FS_DEPTH_LAYOUT",
"VS_PROHIBIT_UCPS",
"GS_INVOCATIONS",
- "VS_POSITION_WINDOW_SPACE"
+ "VS_WINDOW_SPACE_POSITION"
};
const char *tgsi_return_type_names[TGSI_RETURN_TYPE_COUNT] =