From 6917ef10f20d2c6de92e5432b9483d9648d8b0c0 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 13 Apr 2010 07:05:13 +0900 Subject: progs/gallium: Move into src/gallium/tests Two reasons: - progs will eventually have its own repository - it is just to easy to forget updating the code for interface changes when it is outside of src --- .../gallium/python/tests/regress/vertex-shader/vert-lrp.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 progs/gallium/python/tests/regress/vertex-shader/vert-lrp.sh (limited to 'progs/gallium/python/tests/regress/vertex-shader/vert-lrp.sh') diff --git a/progs/gallium/python/tests/regress/vertex-shader/vert-lrp.sh b/progs/gallium/python/tests/regress/vertex-shader/vert-lrp.sh deleted file mode 100644 index 4bb5f3ec3f..0000000000 --- a/progs/gallium/python/tests/regress/vertex-shader/vert-lrp.sh +++ /dev/null @@ -1,14 +0,0 @@ -VERT - -DCL IN[0], POSITION -DCL IN[1], COLOR -DCL OUT[0], POSITION -DCL OUT[1], COLOR - -DCL TEMP[0] - -ABS TEMP[0], IN[0] -MOV OUT[0], IN[0] -LRP OUT[1], TEMP[0], IN[1].xxxx, IN[1].yyyy - -END -- cgit v1.2.3