summaryrefslogtreecommitdiffstats
path: root/progs/demos
Commit message (Expand)AuthorAgeFilesLines
...
* tweaks to allow different read formats/typesBrian Paul2000-03-311-4/+20
* Added stipple modeKeith Whitwell2000-03-301-7/+69
* removed GL_HP_occlustion_test code, added -exit optionBrian Paul2000-03-291-102/+45
* hit space bar to rerun benchmarkBrian Paul2000-03-291-1/+2
* added error checking on file openBrian Paul2000-03-291-1/+6
* lots of changesBrian Paul2000-03-291-81/+72
* Implemented support for the HP occlusion test extension (osmesa and X)Randy Frank2000-03-282-12/+64
* added missing glEnd() call (Tim Beckmann)Brian Paul2000-03-271-52/+3
* added benchmarkingBrian Paul2000-03-231-42/+43
* replaced HaveTexObj with UseTexObjBrian Paul2000-03-231-31/+10
* changed TDA to [4] for glMaterialfv() callsBrian Paul2000-03-221-2/+2
* converted from GL_EXT_texture3D to GL 1.2Brian Paul2000-03-221-37/+23
* tweaked the animation rateBrian Paul2000-03-221-5/+17
* added lodbias demoBrian Paul2000-03-203-6/+6
* initial check-inBrian Paul2000-03-201-0/+217
* colors were computed incorrectly (Hans Nelles)Brian Paul2000-03-181-4/+8
* now save Targa image. misc clean-upBrian Paul2000-03-061-52/+89
* added geartrainBrian Paul2000-03-063-8/+9
* initial check-inBrian Paul2000-03-062-0/+1155
* added readpix programBrian Paul2000-03-013-6/+6
* test glDraw/Read/CopyPixels()Brian Paul2000-03-011-0/+253
* test for GL 1.2Brian Paul2000-03-011-3/+7
* fixed bug when using display listsBrian Paul2000-02-251-4/+7
* new library dependency varsBrian Paul2000-02-161-3/+2
* changed > to >=Brian Paul2000-02-021-2/+5
* limit Drift to [0, 1]Brian Paul2000-02-021-1/+6
* added texdown programBrian Paul2000-01-283-12/+12
* initial check-inBrian Paul2000-01-281-0/+395
* Removed '#if 0' from second pass.Gareth Hughes2000-01-241-3/+4
* Merged 3.2 updates, namely combine callback for intersectingGareth Hughes2000-01-231-35/+62
* Added test for the occlusion test code.Randy Frank2000-01-151-3/+50
* added a cast to malloc callBrian Paul1999-12-161-2/+5
* moved #define to column 0Brian Paul1999-12-151-2/+5
* Updated demo for new GLU 1.3 tessellation. Added optimized renderingGareth Hughes1999-11-041-325/+440
* new texture image, cleaned-up codeBrian Paul1999-11-021-48/+48
* minor changes to Usage() functionBrian Paul1999-10-281-10/+19
* removed -lm from link commandBrian Paul1999-10-271-2/+2
* better texture matrix, better end-cap reflections on cylinderBrian Paul1999-10-261-11/+22
* more comments, removed unneeded glDepthFunc callBrian Paul1999-10-231-3/+7
* added gloss demoBrian Paul1999-10-223-77/+14
* initial revBrian Paul1999-10-221-0/+358
* added f key to toggle front/back drawingBrian Paul1999-10-211-4/+23
* added -info command line optionBrian Paul1999-10-214-17/+81
* use texture objects nowBrian Paul1999-10-131-11/+24
* lots of autoconf updatestanner1999-09-191-4/+8
* silenced some warningsBrian Paul1999-09-173-8/+20
* Added ESC key handlingTed Jump1999-09-171-2/+15
* link with -lGLU -lGL instead of -lMesaGLU -lMesaGLBrian Paul1999-09-171-4/+7
* minor changes. always call compactify_arrays()Brian Paul1999-09-081-6/+15
* Fog, displaylist and zoom operationsKeith Whitwell1999-09-031-70/+154