summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Expand)Author
2004-03-26minor fixesBrian Paul
2004-03-26Tweaks for make clean / realclean.Brian Paul
2004-03-26clamp BiasMin, BiasMax to reasonable valuesBrian Paul
2004-03-26New Makefile systemBrian Paul
2004-03-22use GL state vars instead of program parametersBrian Paul
2004-02-17compute fog coord in eye space, not clip spaceBrian Paul
2004-02-17define DO_FRAGMENT_FOG=1 to test fragment program fog optionBrian Paul
2004-02-16glutInitWindowPositionKeith Whitwell
2004-02-16fog_coord demoDaniel Borca
2004-02-05Add comments to make decyphering the faces easierKeith Whitwell
2004-01-28add glutInitWindowPosition callsKeith Whitwell
2004-01-28Add glutInitWindowPosition callKeith Whitwell
2004-01-27Tweak: set z scale to one, else tnl thinks we have a 3d texcoord.Keith Whitwell
2004-01-13exercise glDeleteProgramsARBBrian Paul
2003-12-19DMesa: removed MGA2064W driverDaniel Borca
2003-12-04Windows needs to #define GL_GLEXT_PROTOTYPESKarl Schultz
2003-11-13remove GL_GLEXT_LEGACYBrian Paul
2003-10-14remove some cruftBrian Paul
2003-10-03improved 'clean' targets (Otto Solares)Brian Paul
2003-09-25Add project file for new spriteblast demo. (Update dependency)Karl Schultz
2003-09-25Add project file for new spriteblast demo.Karl Schultz
2003-09-24GL_ARB_point_sprite demoBrian Paul
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