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 | -817/+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. | ||||
* | mesa: call glutDestroyWindow (help find mem leaks) | Brian Paul | 2008-03-24 | 1 | -1/+4 |
| | |||||
* | don't pass GL_INTENSITY for <format> to glTexImage2D - it's illegal | Brian Paul | 2004-06-11 | 1 | -1/+2 |
| | |||||
* | fix minor warnings | Brian Paul | 2003-04-21 | 1 | -4/+3 |
| | |||||
* | silence warning | Brian Paul | 2003-01-24 | 1 | -1/+1 |
| | |||||
* | More informative display of texture parameters. | Gareth Hughes | 2001-03-28 | 1 | -5/+34 |
| | |||||
* | double buffer by default. if drawSmooth, use 50% alpha at top of polygon | Brian Paul | 2001-03-27 | 1 | -3/+7 |
| | |||||
* | use GL_NEAREST texture filter | Brian Paul | 2000-09-26 | 1 | -2/+2 |
| | |||||
* | set default window pos, changed 4 to GL_RGBA | Brian Paul | 2000-09-15 | 1 | -1/+2 |
| | |||||
* | added cursor key info to instructions | Brian Paul | 2000-09-13 | 1 | -6/+13 |
| | |||||
* | changed quad vertex colors to be tessellation invariant | Brian Paul | 2000-08-21 | 1 | -4/+8 |
| | |||||
* | print UNDEFINED MODE over samples that are undefined in the GL spec | Brian Paul | 2000-08-21 | 1 | -1/+12 |
| | |||||
* | fixed compiler warnings | Brian Paul | 2000-06-27 | 1 | -4/+4 |
| | |||||
* | initial check-in | Brian Paul | 2000-06-27 | 1 | -0/+759 |