Mesa (master): tgsi: fixup the string of VS_WINDOW_SPACE_POSITION

Marek Olšák mareko at kemper.freedesktop.org
Sun Nov 16 00:28:56 UTC 2014


Module: Mesa
Branch: master
Commit: ad54b01896c157757bb7440e82bd42bfc2b927a2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=ad54b01896c157757bb7440e82bd42bfc2b927a2

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Sat Nov  8 13:35:03 2014 +0100

tgsi: fixup the string of VS_WINDOW_SPACE_POSITION

Tested-by: Nick Sarnie <commendsarnex at gmail.com>

---

 src/gallium/auxiliary/tgsi/tgsi_strings.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/auxiliary/tgsi/tgsi_strings.c b/src/gallium/auxiliary/tgsi/tgsi_strings.c
index f84cd79..01fa5a9 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] =




More information about the mesa-commit mailing list