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/glsl/mandelbrot.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/mandelbrot.shtest')
-rw-r--r-- | progs/glsl/mandelbrot.shtest | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/progs/glsl/mandelbrot.shtest b/progs/glsl/mandelbrot.shtest deleted file mode 100644 index 4f4e5c747ea..00000000000 --- a/progs/glsl/mandelbrot.shtest +++ /dev/null @@ -1,13 +0,0 @@ -vs CH18-mandel.vert -fs CH18-mandel.frag -uniform LightPosition GL_FLOAT_VEC3 0.1 0.1 9.0 -uniform SpecularContribution GL_FLOAT 0.5 -uniform DiffuseContribution GL_FLOAT 0.5 -uniform Shininess GL_FLOAT 20.0 -uniform Iterations GL_FLOAT 12 -uniform Zoom GL_FLOAT 0.125 -uniform Xcenter GL_FLOAT -1.5 -uniform Ycenter GL_FLOAT .005 -uniform InnerColor GL_FLOAT_VEC3 1 0 0 -uniform OuterColor1 GL_FLOAT_VEC3 0 1 0 -uniform OuterColor2 GL_FLOAT_VEC3 0 0 1 |