summaryrefslogtreecommitdiffstats
path: root/progs/demos/fogcoord.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-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 callsBrian Paul2009-12-181-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 varBrian Paul2009-12-011-2/+0
|
* progs: Get more samples building on windows.José Fonseca2009-02-011-17/+11
|
* lots of changes, fixes, clean-upsBrian2007-04-161-179/+185
|
* include readtex.hBrian Paul2005-01-091-1/+1
|
* Add #ifdefs for extension testing (Marcello Magallon)Brian Paul2005-01-091-0/+4
|
* silence warnings, re-indent codeBrian Paul2004-09-161-64/+67
|
* small correctionsDaniel Borca2004-06-071-12/+11
|
* fog_coord demoDaniel Borca2004-02-161-0/+414