diff options
author | Zack Rusin <zackr@vmware.com> | 2010-06-16 15:10:21 -0400 |
---|---|---|
committer | Zack Rusin <zackr@vmware.com> | 2010-06-16 15:10:21 -0400 |
commit | 509ff13d068eea38fc5e8be52beb55ad7cfdf92f (patch) | |
tree | 2e2a0f2598b5c5590ba1b1c6e72b9310ca09e7ab /src/gallium | |
parent | 0b8e1980276a3935e6748e2f459313ffd2681146 (diff) |
graw: remove wrong test
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/tests/graw/geometry-shader/mov-non-seq.txt | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/gallium/tests/graw/geometry-shader/mov-non-seq.txt b/src/gallium/tests/graw/geometry-shader/mov-non-seq.txt deleted file mode 100644 index e0f65748ec..0000000000 --- a/src/gallium/tests/graw/geometry-shader/mov-non-seq.txt +++ /dev/null @@ -1,23 +0,0 @@ -GEOM -PROPERTY GS_INPUT_PRIMITIVE TRIANGLES -PROPERTY GS_OUTPUT_PRIMITIVE TRIANGLE_STRIP -DCL IN[][0], POSITION, CONSTANT -DCL IN[][3], GENERIC[1], CONSTANT -DCL OUT[0], POSITION, CONSTANT -DCL OUT[1], COLOR, CONSTANT - -MOV OUT[0], IN[0][0] -MOV OUT[1], IN[0][3] -EMIT - -MOV OUT[0], IN[1][0] -MOV OUT[1], IN[1][3] -EMIT - -MOV OUT[0], IN[2][0] -MOV OUT[1], IN[2][3] -EMIT - -ENDPRIM - -END |