From 50812e633fa433937c7ba885fa334f44ec0bad58 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sun, 14 Feb 2010 11:15:19 +0000 Subject: progs/gallium/python: New home for python statetracker scripts. --- .../gallium/python/tests/regress/vertex-shader/vert-sub.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 progs/gallium/python/tests/regress/vertex-shader/vert-sub.sh (limited to 'progs/gallium/python/tests/regress/vertex-shader/vert-sub.sh') diff --git a/progs/gallium/python/tests/regress/vertex-shader/vert-sub.sh b/progs/gallium/python/tests/regress/vertex-shader/vert-sub.sh new file mode 100644 index 0000000000..0f9678b8a3 --- /dev/null +++ b/progs/gallium/python/tests/regress/vertex-shader/vert-sub.sh @@ -0,0 +1,13 @@ +VERT + +DCL IN[0], POSITION +DCL IN[1], COLOR +DCL OUT[0], POSITION +DCL OUT[1], COLOR + +IMM FLT32 { 0.1, 0.1, 0.0, 0.0 } + +SUB OUT[0], IN[0], IMM[0] +MOV OUT[1], IN[1] + +END -- cgit v1.2.3