summaryrefslogtreecommitdiff
path: root/progs/demos/arbfplight.c
AgeCommit message (Expand)Author
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