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 | -403/+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 | -3/+1 |
| | | | | | | | 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: add some fflushes for windows | Keith Whitwell | 2009-02-24 | 1 | -0/+1 |
| | |||||
* | push out far clip plane to 200 | Brian | 2008-01-28 | 1 | -1/+1 |
| | |||||
* | Added d/D keys to change viewing distance, 'a' to toggle animation | Brian | 2008-01-28 | 1 | -6/+29 |
| | |||||
* | use fmod() to prevent overflow of angle variable | Brian Paul | 2005-09-30 | 1 | -1/+3 |
| | |||||
* | free display lists and destroy window upon exit | Brian Paul | 2005-08-09 | 1 | -11/+24 |
| | |||||
* | rotate at fixed rate (Marcelo Magallon) | Brian Paul | 2005-01-09 | 1 | -2/+9 |
| | |||||
* | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick | 2003-06-05 | 1 | -1/+0 |
| | |||||
* | silenced warnings | Brian Paul | 2000-04-06 | 1 | -2/+2 |
| | |||||
* | fixed compiler warnigns | Brian Paul | 2000-04-05 | 1 | -3/+1 |
| | |||||
* | removed GL_HP_occlustion_test code, added -exit option | Brian Paul | 2000-03-29 | 1 | -102/+45 |
| | |||||
* | Implemented support for the HP occlusion test extension (osmesa and X) | Randy Frank | 2000-03-28 | 1 | -3/+51 |
| | |||||
* | added -info command line option | Brian Paul | 1999-10-21 | 1 | -5/+20 |
| | |||||
* | Initial revision | jtg | 1999-08-19 | 1 | -0/+356 |