summaryrefslogtreecommitdiff
path: root/src/gallium/tests/graw/geometry-shader
diff options
context:
space:
mode:
authorZack Rusin <zackr@vmware.com>2010-06-14 10:48:40 -0400
committerZack Rusin <zackr@vmware.com>2010-06-14 10:49:16 -0400
commit5d5fa34757382e4d1d6ca0d3825bd16c9a8f3d72 (patch)
tree736b14c7ad28ab0f8c9a11b7bc658c008252e034 /src/gallium/tests/graw/geometry-shader
parent8ad410dc13e1b05a987699685c1a291f96442101 (diff)
graw: small fixups for the gs examples
Diffstat (limited to 'src/gallium/tests/graw/geometry-shader')
-rw-r--r--src/gallium/tests/graw/geometry-shader/mov.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/tests/graw/geometry-shader/mov.txt b/src/gallium/tests/graw/geometry-shader/mov.txt
index c37051de8a..97150a5da4 100644
--- a/src/gallium/tests/graw/geometry-shader/mov.txt
+++ b/src/gallium/tests/graw/geometry-shader/mov.txt
@@ -11,7 +11,7 @@ MOV OUT[1], IN[0][1]
EMIT
MOV OUT[0], IN[1][0]
-MOV OUT[1], IN[0][1]
+MOV OUT[1], IN[1][1]
EMIT
MOV OUT[0], IN[2][0]