From de29ee0e6de9e34d19ed20017028614cce7b4ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Fonseca?= Date: Sat, 23 Apr 2011 10:44:43 +0100 Subject: graw: Replace dead symlinks to delete python statetracker shaders with their contents. --- .../tests/graw/vertex-shader/vert-srcmod-absneg.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh (limited to 'src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh') diff --git a/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh b/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh new file mode 100644 index 0000000..40ca5d6 --- /dev/null +++ b/src/gallium/tests/graw/vertex-shader/vert-srcmod-absneg.sh @@ -0,0 +1,16 @@ +VERT + +DCL IN[0] +DCL IN[1] +DCL OUT[0], POSITION +DCL OUT[1], COLOR +DCL TEMP[0] + +IMM FLT32 { -0.2, -0.2, 0.0, 0.0 } + +ADD TEMP[0], IN[0], IMM[0] +MOV OUT[0].xy, -|TEMP[0]| +MOV OUT[0].zw, IN[0] +MOV OUT[1], IN[1] + +END -- cgit v1.1