summaryrefslogtreecommitdiff
path: root/progs/demos/fslight.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.
2010-02-17progs/demos: update GL version test to accept GL 3.xBrian Paul
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-11-16progs/demos: Fix memory leak in fslight.c.Vinson Lee
2009-06-26demos: improve argv parsing in fslight.cBrian Paul
2009-02-24demos: add some fflushes for windowsKeith Whitwell
2008-10-15mesa: revert accidental change to fslight.c demoBrian Paul
2008-09-17cell: dump generated code if CELL_DEBUG=asmBrian Paul
2008-04-04mesa: test code to exercise more GLSL functionsBrian
2007-04-26use sqrt(), not sqrtf() for WindowsBrian
2007-04-11restore 200x200 window size, animation, version checkBrian
2007-03-27disable MakeTexture()Brian
2007-03-21disable assertionBrian
2007-02-21Use gl_LightSource[0].position intead of a light position uniform.Brian
2007-01-17minor fprintf() changeBrian
2007-01-17add texturing, other optionsBrian
2006-12-15Use extfuncs.h helper. Added command line options for loadingBrian
vertex/fragment shaders from files.
2006-11-03yet another deriviative of the fplight.c demo for OpenGL 2.0 shading languageBrian Paul