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 | -285/+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/+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. | ||||
* | 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. | ||||
* | destroy window upon exit | Brian | 2007-04-21 | 1 | -3/+3 |
| | |||||
* | use #ifdef to test for extension | Brian Paul | 2005-01-09 | 1 | -0/+6 |
| | |||||
* | s/DP3/DP3_SAT/ to prevent negative values | Brian Paul | 2004-12-15 | 1 | -1/+1 |
| | |||||
* | s/DP4/DP3/ | Brian Paul | 2003-08-31 | 1 | -4/+4 |
| | |||||
* | minor clean-ups | Brian Paul | 2003-05-30 | 1 | -2/+2 |
| | |||||
* | Demo of per-pixel lighting with a fragment program. | Brian Paul | 2003-04-07 | 1 | -0/+279 |