summaryrefslogtreecommitdiffstats
path: root/progs/demos/arbfplight.c
Commit message (Expand)AuthorAgeFilesLines
* s/DP3/DP3_SAT/ to prevent negative valuesBrian Paul2004-12-151-1/+1
* Add fps outputKeith Whitwell2004-04-231-0/+16
* use GL state vars instead of program parametersBrian Paul2004-03-221-12/+2
* compute fog coord in eye space, not clip spaceBrian Paul2004-02-171-3/+5
* define DO_FRAGMENT_FOG=1 to test fragment program fog optionBrian Paul2004-02-171-1/+28
* exercise glDeleteProgramsARBBrian Paul2004-01-131-0/+6
* s/DP4/DP3/Brian Paul2003-08-311-4/+4
* clean up usage of extension function pointersBrian Paul2003-04-171-7/+15
* Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.Brian Paul2003-04-171-0/+348