Mesa (master): progs/vp: add pointsize + clamp test

Keith Whitwell keithw at kemper.freedesktop.org
Tue Mar 24 17:51:25 UTC 2009


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

Author: Keith Whitwell <keithw at vmware.com>
Date:   Tue Mar 24 17:50:36 2009 +0000

progs/vp: add pointsize + clamp test

---

 progs/vp/psiz-mul-clamp.txt |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/progs/vp/psiz-mul-clamp.txt b/progs/vp/psiz-mul-clamp.txt
new file mode 100644
index 0000000..284c032
--- /dev/null
+++ b/progs/vp/psiz-mul-clamp.txt
@@ -0,0 +1,9 @@
+!!ARBvp1.0
+TEMP R0;
+MOV result.color, vertex.color; 
+MUL R0.x, vertex.color.x, {10.0}.x; 
+MAX R0.x, R0.x, {2.0}.x; 
+MIN result.pointsize.x, R0.x, {4.0}.x; 
+MOV  result.position, vertex.position;
+END
+




More information about the mesa-commit mailing list