Module: Mesa
Branch: master
Commit: 2dd9a0197cf3d4d8ee5808c613fab9a256b9a0e6
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=2dd9a0197cf3d4d8ee5808c613fab9a256b9a0e6

Author: Keith Whitwell <[email protected]>
Date:   Fri Mar  6 20:42:40 2009 +0000

fp: new kill + position test

---

 progs/fp/kill-pos.txt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/progs/fp/kill-pos.txt b/progs/fp/kill-pos.txt
new file mode 100644
index 0000000..5ff4f6f
--- /dev/null
+++ b/progs/fp/kill-pos.txt
@@ -0,0 +1,9 @@
+!!ARBfp1.0
+TEMP R0;
+SUB R0.xy, fragment.position, {125}.x;
+MOV R0.zw, {0}.x;
+DP3 R0, R0, R0;
+SUB R0.x, R0, {10000}.x;
+KIL -R0.x;
+MOV result.color, fragment.color;
+END

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to