Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.
[mesa.git] / progs / vp / psiz-param-clamp.txt
diff --git a/progs/vp/psiz-param-clamp.txt b/progs/vp/psiz-param-clamp.txt
deleted file mode 100644 (file)
index 7f83fc4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-!!ARBvp1.0
-TEMP R0;
-TEMP R1;
-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
-