summaryrefslogtreecommitdiff
path: root/progs/demos
AgeCommit message (Expand)Author
2000-04-07added pixeltex demoBrian Paul
2000-04-07initial check-inBrian Paul
2000-04-06silenced warningsBrian Paul
2000-04-05fixed compiler warnignsBrian Paul
2000-04-04changed a commentBrian Paul
2000-04-04added copyright infoBrian Paul
2000-04-01added occlude demoBrian Paul
2000-04-01initial check-inBrian Paul
2000-03-31tweaks to allow different read formats/typesBrian Paul
2000-03-30Added stipple modeKeith Whitwell
2000-03-29removed GL_HP_occlustion_test code, added -exit optionBrian Paul
2000-03-29hit space bar to rerun benchmarkBrian Paul
2000-03-29added error checking on file openBrian Paul
2000-03-29lots of changesBrian Paul
2000-03-28Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank
2000-03-27added missing glEnd() call (Tim Beckmann)Brian Paul
2000-03-23added benchmarkingBrian Paul
2000-03-23replaced HaveTexObj with UseTexObjBrian Paul
2000-03-22changed TDA to [4] for glMaterialfv() callsBrian Paul
2000-03-22converted from GL_EXT_texture3D to GL 1.2Brian Paul
2000-03-22tweaked the animation rateBrian Paul
2000-03-20added lodbias demoBrian Paul
2000-03-20initial check-inBrian Paul
2000-03-18colors were computed incorrectly (Hans Nelles)Brian Paul
2000-03-06now save Targa image. misc clean-upBrian Paul
2000-03-06added geartrainBrian Paul
2000-03-06initial check-inBrian Paul
2000-03-01added readpix programBrian Paul
2000-03-01test glDraw/Read/CopyPixels()Brian Paul
2000-03-01test for GL 1.2Brian Paul
2000-02-25fixed bug when using display listsBrian Paul
2000-02-16new library dependency varsBrian Paul
2000-02-02changed > to >=Brian Paul
2000-02-02limit Drift to [0, 1]Brian Paul
2000-01-28added texdown programBrian Paul
2000-01-28initial check-inBrian Paul
2000-01-24Removed '#if 0' from second pass.Gareth Hughes
2000-01-23Merged 3.2 updates, namely combine callback for intersectingGareth Hughes
2000-01-15Added test for the occlusion test code.Randy Frank
1999-12-16added a cast to malloc callBrian Paul
1999-12-15moved #define to column 0Brian Paul
1999-11-04Updated demo for new GLU 1.3 tessellation. Added optimized renderingGareth Hughes
1999-11-02new texture image, cleaned-up codeBrian Paul
1999-10-28minor changes to Usage() functionBrian Paul
1999-10-27removed -lm from link commandBrian Paul
1999-10-26better texture matrix, better end-cap reflections on cylinderBrian Paul
1999-10-23more comments, removed unneeded glDepthFunc callBrian Paul
1999-10-22added gloss demoBrian Paul
1999-10-22initial revBrian Paul
1999-10-21added f key to toggle front/back drawingBrian Paul