summaryrefslogtreecommitdiff
path: root/progs/demos/arbfplight.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-02-24demos: add some fflushes for windowsKeith Whitwell
2007-10-27Optimize fragment program.michal
2007-04-21destroy window upon exitBrian
2006-03-30fix bad call to FindLine()Brian Paul
2005-04-26no need to enable fog or set fog mode with fragment programBrian Paul
2005-01-09Add #ifdefs for extension testing (Marcello Magallon)Brian Paul
2004-12-15s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul
2004-04-23Add fps outputKeith Whitwell
2004-03-22use GL state vars instead of program parametersBrian Paul
2004-02-17compute fog coord in eye space, not clip spaceBrian Paul
2004-02-17define DO_FRAGMENT_FOG=1 to test fragment program fog optionBrian Paul
2004-01-13exercise glDeleteProgramsARBBrian Paul
2003-08-31s/DP4/DP3/Brian Paul
2003-04-17clean up usage of extension function pointersBrian Paul
2003-04-17Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.Brian Paul