diff options
author | Eric Anholt <eric@anholt.net> | 2010-05-21 09:32:38 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2010-05-21 12:20:39 -0700 |
commit | 68fc4b415e322f6744299e39864fbc377c6eff74 (patch) | |
tree | 4bafffd8b0105174f3c5c0ae327a005be9145990 /progs/glsl/toyball.shtest | |
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/glsl/toyball.shtest')
-rw-r--r-- | progs/glsl/toyball.shtest | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/progs/glsl/toyball.shtest b/progs/glsl/toyball.shtest deleted file mode 100644 index 887663abd3..0000000000 --- a/progs/glsl/toyball.shtest +++ /dev/null @@ -1,17 +0,0 @@ -vs CH11-toyball.vert -fs CH11-toyball.frag -uniform LightDir GL_FLOAT_VEC4 0.57737 0.57735 0.57735 0.0 -uniform HVector GL_FLOAT_VEC4 0.32506 0.32506 0.88808 0.0 -uniform BallCenter GL_FLOAT_VEC4 0.0 0.0 0.0 1.0 -uniform SpecularColor GL_FLOAT_VEC4 0.4 0.4 0.4 60.0 -uniform Red GL_FLOAT_VEC4 0.6 0.0 0.0 1.0 -uniform Blue GL_FLOAT_VEC4 0.0 0.3 0.6 1.0 -uniform Yellow GL_FLOAT_VEC4 0.6 0.5 0.0 1.0 -uniform HalfSpace0 GL_FLOAT_VEC4 1.0 0.0 0.0 0.2 -uniform HalfSpace1 GL_FLOAT_VEC4 .309016994 0.951056516 0.0 0.2 -uniform HalfSpace2 GL_FLOAT_VEC4 -0.809016994 0.587785252 0.0 0.2 -uniform HalfSpace3 GL_FLOAT_VEC4 -0.809016994 -0.587785252 0.0 0.2 -uniform HalfSpace4 GL_FLOAT_VEC4 .309116994 -0.951056516 0.0 0.2 -uniform InOrOutInit GL_FLOAT -3.0 -uniform StripeWidth GL_FLOAT 0.3 -uniform FWidth GL_FLOAT .005 |