diff options
author | Eric Anholt <[email protected]> | 2010-05-21 09:32:38 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2010-05-21 12:20:39 -0700 |
commit | 68fc4b415e322f6744299e39864fbc377c6eff74 (patch) | |
tree | 4bafffd8b0105174f3c5c0ae327a005be9145990 /progs/fp/position.txt | |
parent | e4f4489e3fc0b36d72821b55794fb843b2b7fa5f (diff) |
Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.
The remaining programs are ones I've had difficulty finding a build
environment for to make the build system or are unit tests that should
probably live next to their code instead. Hopefully people can bring
over the build for remaining pieces they care about.
Diffstat (limited to 'progs/fp/position.txt')
-rw-r--r-- | progs/fp/position.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/progs/fp/position.txt b/progs/fp/position.txt deleted file mode 100644 index f59d0259c72..00000000000 --- a/progs/fp/position.txt +++ /dev/null @@ -1,6 +0,0 @@ -!!ARBfp1.0 -# expected: the yellow vertex is the top one -# if it is the bottom one, the wrong origin convention is being used -MOV result.color, {0}.x; -MUL result.color.xy, fragment.position, {.005}.x; -END |