summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* initial check-inBrian Paul2000-06-271-0/+759
|
* print GL_RENDERER upon startupBrian Paul2000-06-271-1/+2
|
* draw a solid cube tooBrian Paul2000-06-271-2/+80
|
* call glutInit() in main()Brian Paul2000-06-151-1/+2
|
* Re-enable the keyboard functionality.Keith Whitwell2000-06-141-13/+94
| | | | | Add a -db option for doublebuffering. Add a 'benchmark' keystroke like isosurf.
* added glxheads, manywinBrian Paul2000-06-131-2/+10
|
* initial check-inBrian Paul2000-06-132-0/+575
|
* use GL_CLAMP_TO_EDGEBrian Paul2000-06-131-5/+8
|
* added cubemap demoBrian Paul2000-05-303-10/+10
|
* initial check-inBrian Paul2000-05-301-0/+246
|
* set default window posBrian Paul2000-05-231-1/+5
|
* fixed bug in loop over screensBrian Paul2000-05-081-4/+4
|
* more error reportingBrian Paul2000-05-071-4/+9
|
* removed glxdpyinfoBrian Paul2000-05-031-2/+2
|
* Removed. Use glxinfo instead.Brian Paul2000-05-031-1072/+0
|
* removed extra /Brian Paul2000-04-241-2/+2
|
* more error checking. Query GLX client vendor stringBrian Paul2000-04-221-6/+9
|
* lots of clean-up, added d/s keysBrian Paul2000-04-121-111/+47
|
* fixed visual selection and reporting resultsBrian Paul2000-04-101-8/+22
|
* added pixeltex demoBrian Paul2000-04-073-7/+8
|
* initial check-inBrian Paul2000-04-071-0/+210
|
* silenced warningsBrian Paul2000-04-062-13/+13
|
* silenced a bunch of warningsBrian Paul2000-04-061-26/+26
|
* new arguments to XMesaCreateVisual()Brian Paul2000-04-051-5/+10
|
* removed unused varsBrian Paul2000-04-051-1/+0
|
* fixed compiler warnignsBrian Paul2000-04-052-13/+3
|
* added missing braces in initializersBrian Paul2000-04-051-20/+20
|
* changed a commentBrian Paul2000-04-041-1/+1
|
* added copyright infoBrian Paul2000-04-041-3/+22
|
* minor clean-upsBrian Paul2000-04-031-8/+11
|
* added occlude demoBrian Paul2000-04-013-8/+9
|
* initial check-inBrian Paul2000-04-011-0/+226
|
* added support for GLX_EXT_visual_ratingBrian Paul2000-03-311-6/+41
|
* 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
|