summaryrefslogtreecommitdiffstats
path: root/progs
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* fixed problem in print_extension_list() when ext ended in a spaceBrian Paul2000-02-231-1/+3
|
* new library dependency varsBrian Paul2000-02-164-13/+9
|
* include readtex.hBrian Paul2000-02-101-0/+1
|
* initial checkinBrian Paul2000-02-101-0/+17
|
* try both single and double-buffered visualsBrian Paul2000-02-021-9/+21
|
* 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
|
* minor changes regarding transparency and multisampleBrian Paul2000-01-271-2/+5
|
* all new version of glxinfoBrian Paul2000-01-271-45/+415
|
* 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
| | | | contours.
* Added test for the occlusion test code.Randy Frank2000-01-151-3/+50
|
* added a cast to malloc callBrian Paul1999-12-161-2/+5
|
* made a few globals staticBrian Paul1999-12-151-5/+5
|
* moved #define to column 0Brian Paul1999-12-151-2/+5
|
* added wincopy demoBrian Paul1999-11-251-3/+3
|
* initial revBrian Paul1999-11-251-0/+270
|
* . More fixed toKendall Bennett1999-11-122-2/+0
|
* added glxdpyinfoBrian Paul1999-11-121-2/+2
|
* initial check-inBrian Paul1999-11-121-0/+1073
|
* added missing braces in array initializationsBrian Paul1999-11-111-12/+12
|
* removed printf'sBrian Paul1999-11-051-3/+1
|
* added xfont demoBrian Paul1999-11-051-2/+2
|
* new xfont demoBrian Paul1999-11-051-111/+172
|
* Updated demo for new GLU 1.3 tessellation. Added optimized renderingGareth Hughes1999-11-041-325/+440
| | | | by saving the output of the tessellation into display lists.
* 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-274-8/+8
|
* 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
|