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 | -504/+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/demos: fix glut initialization calls | Brian Paul | 2009-12-18 | 1 | -2/+2 |
| | | | | | | | Remove glutInitWindowPosition() calls to play nicer with window managers. Move glutInitWindowSize() calls before glutInit() so the the default window size can be overridden by the -geometry cmd line option. | ||||
* | demos: Set the depth mask correctly to get the desired blending | Ian Romanick | 2009-06-30 | 1 | -2/+2 |
| | |||||
* | progs: Port most of the demos to glew. | José Fonseca | 2009-01-24 | 1 | -1/+2 |
| | | | | | A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY. | ||||
* | check for GL_ARB_point_parameters | Brian Paul | 2006-08-28 | 1 | -0/+5 |
| | |||||
* | better animate rate (Marcelo Magallon) | Brian Paul | 2005-01-09 | 1 | -5/+11 |
| | |||||
* | glutInitWindowPosition | Keith Whitwell | 2004-02-16 | 1 | -0/+2 |
| | |||||
* | updated to use ARB extensions | Brian Paul | 2002-12-03 | 1 | -10/+10 |
| | |||||
* | removed CVS $Log comments | Brian Paul | 2002-04-22 | 1 | -26/+0 |
| | |||||
* | Demo updates for Windows (Robert Bergkvist) | Karl Schultz | 2002-01-16 | 1 | -0/+6 |
| | |||||
* | fixed compiler warnings | Brian Paul | 2000-06-27 | 1 | -12/+16 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+506 |