From de29ee0e6de9e34d19ed20017028614cce7b4ba1 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Sat, 23 Apr 2011 10:44:43 +0100 Subject: graw: Replace dead symlinks to delete python statetracker shaders with their contents. --- src/gallium/tests/graw/fragment-shader/frag-face.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/gallium/tests/graw/fragment-shader/frag-face.sh (limited to 'src/gallium/tests/graw/fragment-shader/frag-face.sh') diff --git a/src/gallium/tests/graw/fragment-shader/frag-face.sh b/src/gallium/tests/graw/fragment-shader/frag-face.sh new file mode 100644 index 00000000000..5745b6a5aba --- /dev/null +++ b/src/gallium/tests/graw/fragment-shader/frag-face.sh @@ -0,0 +1,14 @@ +FRAG + +DCL IN[0], COLOR, LINEAR +DCL IN[1], FACE, CONSTANT +DCL OUT[0], COLOR +DCL TEMP[0] +IMM FLT32 { 0.5, 1.0, 0.0, 0.0 } + +MUL TEMP[0], IN[1].xxxx, IMM[0].xxxx +ADD TEMP[0], TEMP[0], IMM[0].yyyy + +MOV OUT[0], TEMP[0] + +END -- cgit v1.2.3