summaryrefslogtreecommitdiffstats
path: root/progs/demos/arbfplight.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-404/+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.
* demos: add some fflushes for windowsKeith Whitwell2009-02-241-0/+1
|
* Optimize fragment program.michal2007-10-271-13/+20
|
* destroy window upon exitBrian2007-04-211-1/+3
|
* fix bad call to FindLine()Brian Paul2006-03-301-1/+1
|
* no need to enable fog or set fog mode with fragment programBrian Paul2005-04-261-8/+0
|
* Add #ifdefs for extension testing (Marcello Magallon)Brian Paul2005-01-091-0/+6
|
* 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