summaryrefslogtreecommitdiff
path: root/progs/demos/fogcoord.c
AgeCommit message (Collapse)Author
2010-05-21Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt
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.
2009-12-18progs/demos: fix glut initialization callsBrian Paul
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.
2009-12-01progs/demos: remove unused glFogCoordPointer_ext varBrian Paul
2009-02-01progs: Get more samples building on windows.José Fonseca
2007-04-16lots of changes, fixes, clean-upsBrian
2005-01-09include readtex.hBrian Paul
2005-01-09Add #ifdefs for extension testing (Marcello Magallon)Brian Paul
2004-09-16silence warnings, re-indent codeBrian Paul
2004-06-07small correctionsDaniel Borca
2004-02-16fog_coord demoDaniel Borca