diff options
author | Julien Cristau <[email protected]> | 2007-02-04 15:15:43 +0100 |
---|---|---|
committer | Julien Cristau <[email protected]> | 2007-02-04 15:15:43 +0100 |
commit | 02048984b7962154956e9669d84ca062a576e4d9 (patch) | |
tree | 177234ca5a61eec4938a6ca7ccfa254d5c4ccac2 /progs/vp/add.txt | |
parent | 544601e9f4093e4bc95cd9d6bcd42d78e34ad638 (diff) |
Delete directories not included in the mesa tarballs.
Diffstat (limited to 'progs/vp/add.txt')
-rw-r--r-- | progs/vp/add.txt | 6 |
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 |