summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Expand)AuthorFilesLines
2003-09-08use GL_GLEXT_PROTOTYPESBrian Paul1-2/+1
2003-09-05files for CVS to ignoreBrian Paul1-0/+46
2003-09-05 Committing in .Jouk Jansen1-0/+1
2003-08-31s/DP4/DP3/Brian Paul1-4/+4
2003-08-31s/DP4/DP3/Brian Paul1-4/+4
2003-08-28space bar to toggle animationBrian Paul1-0/+11
2003-07-02 Committing in .Jouk Jansen1-0/+22
2003-06-17 Committing in .Jouk Jansen1-5/+6
2003-06-13fix typo, added space/anim controlBrian Paul1-1/+9
2003-06-13GL_ARB_occlusion_query demo.Brian Paul2-0/+247
2003-06-10updated old-style makefiles for new treeBrian Paul1-3/+3
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick27-56/+1
2003-06-01Remove a bunch of really old/obsolete configs.Brian Paul1-24/+9
2003-05-30minor clean-upsBrian Paul1-2/+2
2003-05-30applied Ian's misc patchesBrian Paul1-17/+38
2003-04-21fix minor warningsBrian Paul5-13/+9
2003-04-21fix .c / .h typoBrian Paul1-2/+2
2003-04-17clean up usage of extension function pointersBrian Paul1-7/+15
2003-04-17Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.Brian Paul4-10/+365
2003-04-09fix typoBrian Paul1-3/+1
2003-04-07Demo of per-pixel lighting with a fragment program.Brian Paul2-1/+281
2003-03-31use gluSphere instead of glutSphere so we get texcoordsBrian Paul1-9/+18
2003-03-29fix texgen msg stringsBrian Paul1-3/+3
2003-03-03added glFinish with commentBrian Paul1-1/+6
2003-02-27fix compilation for windowsKarl Schultz1-3/+3
2003-01-24silence warningBrian Paul1-1/+1
2002-12-10use/test GL_SGIS_generate_mipmaps if availableBrian Paul1-3/+41
2002-12-03updated to use ARB extensionsBrian Paul2-26/+34
2002-11-28use polygon offset to avoid multi-pass Z-fighting artifactsBrian Paul1-2/+5
2002-10-31Add a note about window map behaviour and the autotuning of nr of loops whichKeith Whitwell1-1/+7
2002-10-25added skybox and options to load real imagesBrian Paul1-36/+198
2002-10-23massive overhaul, see new keyboard optionsBrian Paul1-465/+587
2002-10-18Quiet compiler warnings.Karl Schultz2-13/+15
2002-08-08added (char *) castsBrian Paul3-3/+3
2002-07-22fix warnings (bug 580528)Brian Paul1-10/+11
2002-07-12silence warningsBrian Paul1-1/+6
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul8-22/+25
2002-05-02remove test codeAlan Hourihane1-9/+7
2002-05-02glutSwapBuffers implicitly does a glFinish when swapping back to the frontAlan Hourihane1-7/+11
2002-04-22removed CVS $Log commentsBrian Paul12-370/+11
2002-04-05Added -perf option to measure frame rate. This is useful for measuringKarl Schultz1-8/+37
2002-03-23exercise GL_EXT_shadow_funcsBrian Paul1-1/+32
2002-02-16updated to use GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambientBrian Paul1-6/+43
2002-02-15include string.h to silence warningBrian Paul1-0/+1
2002-02-13now supports > 2 texture unitsBrian Paul1-182/+123
2002-01-26added fog and raster Z position controlsBrian Paul1-3/+40
2002-01-16Demo updates for Windows (Robert Bergkvist)Karl Schultz6-17/+70
2002-01-04added some assertions to exercise glIsTexture()Brian Paul1-1/+5
2002-01-04- Clean up state bitmask.Gareth Hughes1-39/+52
2001-11-06added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul1-1/+8