Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos. | Eric Anholt | 2010-05-21 | 1 | -347/+0 |
| | | | | | | | 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. | ||||
* | progs/glsl: Remove unused variable in bump.c. | Vinson Lee | 2010-01-28 | 1 | -1/+0 |
| | |||||
* | progs/glsl: added texture mapping to bump demo | Brian Paul | 2009-12-07 | 1 | -2/+53 |
| | | | | Press 't' to toggle texture map. | ||||
* | progs/glsl: Change tangentAttrib from GLuint to GLint in bump.c. | Vinson Lee | 2009-11-17 | 1 | -1/+1 |
| | | | | | | tangentAtrrib is assigned the result of glGetAttribLocation. The assertion 'assert(tangentAtrrib >= 0)' would be a no-op if tangentAttrib is a GLuint. | ||||
* | demos/glsl: remove glutInitWindowPosition() calls | Brian Paul | 2009-08-17 | 1 | -1/+0 |
| | |||||
* | progs/glsl: change uniform_info::type field to use GLSL vector types | Brian Paul | 2009-08-12 | 1 | -5/+5 |
| | |||||
* | demos: rename InitUniforms() to SetUniformValues() | Brian Paul | 2009-08-12 | 1 | -1/+2 |
| | | | | And call new PrintUniforms() in demos. | ||||
* | progs/glsl: finish conversion to GLEW | Brian Paul | 2009-07-17 | 1 | -14/+10 |
| | | | | | This is a follow-on to b799af91d5ffbee1481161fec29eb4c92b161272. Remove _func function suffix and unneeded #includes. | ||||
* | progs/glsl: compile with scons and glew | Keith Whitwell | 2009-06-29 | 1 | -0/+1 |
| | | | | Get most of these working with scons. | ||||
* | demos: fix aspect ratio in Reshape() | Brian Paul | 2009-04-09 | 1 | -1/+2 |
| | |||||
* | remove old debug glFlush/Finish calls from demos | Brian Paul | 2008-11-04 | 1 | -3/+0 |
| | |||||
* | remove .txt suffix from shader source files | Brian Paul | 2008-08-16 | 1 | -2/+2 |
| | |||||
* | Replace duplicated code with new shaderutil.c functions | Brian | 2008-04-09 | 1 | -122/+13 |
| | |||||
* | replace 'brick' with correct program name in printfs | Brian | 2007-10-10 | 1 | -3/+3 |
| | |||||
* | draw a box, press 'a' to animate | Brian | 2007-01-16 | 1 | -4/+67 |
| | |||||
* | Added toyball and bumpmap tests using shaders from the OpenGL Shading ↵ | Brian | 2007-01-16 | 1 | -0/+348 |
Language (orange) book. |