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 | -404/+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. | ||||
* | demos: add some fflushes for windows | Keith Whitwell | 2009-02-24 | 1 | -0/+1 |
| | |||||
* | Optimize fragment program. | michal | 2007-10-27 | 1 | -13/+20 |
| | |||||
* | destroy window upon exit | Brian | 2007-04-21 | 1 | -1/+3 |
| | |||||
* | fix bad call to FindLine() | Brian Paul | 2006-03-30 | 1 | -1/+1 |
| | |||||
* | no need to enable fog or set fog mode with fragment program | Brian Paul | 2005-04-26 | 1 | -8/+0 |
| | |||||
* | Add #ifdefs for extension testing (Marcello Magallon) | Brian Paul | 2005-01-09 | 1 | -0/+6 |
| | |||||
* | s/DP3/DP3_SAT/ to prevent negative values | Brian Paul | 2004-12-15 | 1 | -1/+1 |
| | |||||
* | Add fps output | Keith Whitwell | 2004-04-23 | 1 | -0/+16 |
| | |||||
* | use GL state vars instead of program parameters | Brian Paul | 2004-03-22 | 1 | -12/+2 |
| | |||||
* | compute fog coord in eye space, not clip space | Brian Paul | 2004-02-17 | 1 | -3/+5 |
| | |||||
* | define DO_FRAGMENT_FOG=1 to test fragment program fog option | Brian Paul | 2004-02-17 | 1 | -1/+28 |
| | |||||
* | exercise glDeleteProgramsARB | Brian Paul | 2004-01-13 | 1 | -0/+6 |
| | |||||
* | s/DP4/DP3/ | Brian Paul | 2003-08-31 | 1 | -4/+4 |
| | |||||
* | clean up usage of extension function pointers | Brian Paul | 2003-04-17 | 1 | -7/+15 |
| | |||||
* | Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting. | Brian Paul | 2003-04-17 | 1 | -0/+348 |