summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Expand)Author
2003-09-22Create 'all' project to make it easy to build and clean all the programs in t...Karl Schultz
2003-09-22Add remaining demos.Karl Schultz
2003-09-22New visual studio project fiile for building demos.Karl Schultz
2003-09-19Make binary - even though this is a text file, common practice is to store MS...Karl Schultz
2003-09-18Now obsolete.Karl Schultz
2003-09-18New visual studio workspace and projects for building demos.Karl Schultz
2003-09-08use GL_GLEXT_PROTOTYPESBrian Paul
2003-09-05files for CVS to ignoreBrian Paul
2003-09-05 Committing in .Jouk Jansen
2003-08-31s/DP4/DP3/Brian Paul
2003-08-31s/DP4/DP3/Brian Paul
2003-08-28space bar to toggle animationBrian Paul
2003-07-02 Committing in .Jouk Jansen
2003-06-17 Committing in .Jouk Jansen
2003-06-13fix typo, added space/anim controlBrian Paul
2003-06-13GL_ARB_occlusion_query demo.Brian Paul
2003-06-10updated old-style makefiles for new treeBrian Paul
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick
2003-06-01Remove a bunch of really old/obsolete configs.Brian Paul
2003-05-30minor clean-upsBrian Paul
2003-05-30applied Ian's misc patchesBrian Paul
2003-04-21fix minor warningsBrian Paul
2003-04-21fix .c / .h typoBrian 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
2003-04-09fix typoBrian Paul
2003-04-07Demo of per-pixel lighting with a fragment program.Brian Paul
2003-03-31use gluSphere instead of glutSphere so we get texcoordsBrian Paul
2003-03-29fix texgen msg stringsBrian Paul
2003-03-03added glFinish with commentBrian Paul
2003-02-27fix compilation for windowsKarl Schultz
2003-01-24silence warningBrian Paul
2002-12-10use/test GL_SGIS_generate_mipmaps if availableBrian Paul
2002-12-03updated to use ARB extensionsBrian Paul
2002-11-28use polygon offset to avoid multi-pass Z-fighting artifactsBrian Paul
2002-10-31Add a note about window map behaviour and the autotuning of nr of loops whichKeith Whitwell
2002-10-25added skybox and options to load real imagesBrian Paul
2002-10-23massive overhaul, see new keyboard optionsBrian Paul
2002-10-18Quiet compiler warnings.Karl Schultz
2002-08-08added (char *) castsBrian Paul
2002-07-22fix warnings (bug 580528)Brian Paul
2002-07-12silence warningsBrian Paul
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul
2002-05-02remove test codeAlan Hourihane
2002-05-02glutSwapBuffers implicitly does a glFinish when swapping back to the frontAlan Hourihane
2002-04-22removed CVS $Log commentsBrian Paul
2002-04-05Added -perf option to measure frame rate. This is useful for measuringKarl Schultz
2002-03-23exercise GL_EXT_shadow_funcsBrian Paul
2002-02-16updated to use GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambientBrian Paul
2002-02-15include string.h to silence warningBrian Paul