summaryrefslogtreecommitdiffstats
path: root/progs/vp/add.txt
diff options
context:
space:
mode:
authorJulien Cristau <[email protected]>2007-02-04 15:15:43 +0100
committerJulien Cristau <[email protected]>2007-02-04 15:15:43 +0100
commit02048984b7962154956e9669d84ca062a576e4d9 (patch)
tree177234ca5a61eec4938a6ca7ccfa254d5c4ccac2 /progs/vp/add.txt
parent544601e9f4093e4bc95cd9d6bcd42d78e34ad638 (diff)
Delete directories not included in the mesa tarballs.
Diffstat (limited to 'progs/vp/add.txt')
-rw-r--r--progs/vp/add.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/progs/vp/add.txt b/progs/vp/add.txt
deleted file mode 100644
index 4094cd448dc..00000000000
--- a/progs/vp/add.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-!!ARBvp1.0
-TEMP R0;
-ADD R0, vertex.color, vertex.color;
-ADD result.color, R0, R0;
-MOV result.position, vertex.position;
-END