summaryrefslogtreecommitdiffstats
path: root/progs/demos/fplight.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-285/+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-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.
* progs: Port most of the demos to glew.José Fonseca2009-01-241-1/+2
| | | | | A couple of test weren't ported due to glew breakage -- it undefines GLAPIENTRY.
* destroy window upon exitBrian2007-04-211-3/+3
|
* use #ifdef to test for extensionBrian Paul2005-01-091-0/+6
|
* s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul2004-12-151-1/+1
|
* s/DP4/DP3/Brian Paul2003-08-311-4/+4
|
* minor clean-upsBrian Paul2003-05-301-2/+2
|
* Demo of per-pixel lighting with a fragment program.Brian Paul2003-04-071-0/+279