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 | -418/+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 | -1/+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/demos: remove unused glFogCoordPointer_ext var | Brian Paul | 2009-12-01 | 1 | -2/+0 |
| | |||||
* | progs: Get more samples building on windows. | José Fonseca | 2009-02-01 | 1 | -17/+11 |
| | |||||
* | lots of changes, fixes, clean-ups | Brian | 2007-04-16 | 1 | -179/+185 |
| | |||||
* | include readtex.h | Brian Paul | 2005-01-09 | 1 | -1/+1 |
| | |||||
* | Add #ifdefs for extension testing (Marcello Magallon) | Brian Paul | 2005-01-09 | 1 | -0/+4 |
| | |||||
* | silence warnings, re-indent code | Brian Paul | 2004-09-16 | 1 | -64/+67 |
| | |||||
* | small corrections | Daniel Borca | 2004-06-07 | 1 | -12/+11 |
| | |||||
* | fog_coord demo | Daniel Borca | 2004-02-16 | 1 | -0/+414 |