aboutsummaryrefslogtreecommitdiffstats
path: root/progs/demos/fslight.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove demos that have moved to git+ssh://git.freedesktop.org/git/mesa/demos.Eric Anholt2010-05-211-619/+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: update GL version test to accept GL 3.xBrian Paul2010-02-171-2/+2
|
* 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.
* progs/demos: Fix memory leak in fslight.c.Vinson Lee2009-11-161-0/+1
|
* demos: improve argv parsing in fslight.cBrian Paul2009-06-261-2/+6
|
* demos: add some fflushes for windowsKeith Whitwell2009-02-241-0/+1
|
* mesa: revert accidental change to fslight.c demoBrian Paul2008-10-151-1/+1
|
* cell: dump generated code if CELL_DEBUG=asmBrian Paul2008-09-171-1/+1
|
* mesa: test code to exercise more GLSL functionsBrian2008-04-041-27/+18
|
* use sqrt(), not sqrtf() for WindowsBrian2007-04-261-1/+1
|
* restore 200x200 window size, animation, version checkBrian2007-04-111-4/+6
|
* disable MakeTexture()Brian2007-03-271-2/+8
|
* disable assertionBrian2007-03-211-1/+1
|
* Use gl_LightSource[0].position intead of a light position uniform.Brian2007-02-211-13/+24
|
* minor fprintf() changeBrian2007-01-171-1/+1
|
* add texturing, other optionsBrian2007-01-171-6/+152
|
* Use extfuncs.h helper. Added command line options for loadingBrian2006-12-151-42/+166
| | | | vertex/fragment shaders from files.
* yet another deriviative of the fplight.c demo for OpenGL 2.0 shading languageBrian Paul2006-11-031-0/+334