summaryrefslogtreecommitdiff
path: root/progs/demos/fplight.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-01-24progs: Port most of the demos to glew.José Fonseca
A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
2007-04-21destroy window upon exitBrian
2005-01-09use #ifdef to test for extensionBrian Paul
2004-12-15s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul
2003-08-31s/DP4/DP3/Brian Paul
2003-05-30minor clean-upsBrian Paul
2003-04-07Demo of per-pixel lighting with a fragment program.Brian Paul