summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)AuthorFilesLines
2000-04-24disable some features to make work on IRIXmesa_3_2Brian Paul1-0/+21
2000-04-24removed extra /Brian Paul1-4/+4
2000-03-27added missing glEnd() call (Tim Beckmann)Brian Paul1-44/+3
2000-03-18colors were computed incorrectly (Hans Nelles)Brian Paul1-4/+11
2000-03-01test for GL 1.2Brian Paul1-3/+7
2000-02-25fixed bug when using display listsBrian Paul1-4/+7
2000-02-02changed > to >=Brian Paul1-2/+5
2000-02-02limit Drift to [0, 1]Brian Paul1-1/+6
1999-12-16added a cast to malloc callBrian Paul1-2/+5
1999-12-15made a few globals staticBrian Paul1-5/+5
1999-12-15moved #define to column 0Brian Paul1-2/+5
1999-11-16Added combine callback. Converted vertices from ints to floats.Gareth Hughes1-35/+55
1999-11-12added glxdpyinfoBrian Paul1-2/+2
1999-11-12initial check-inBrian Paul1-0/+1073
1999-11-11added missing braces in array initializationsBrian Paul1-12/+12
1999-11-05removed printf'sBrian Paul1-3/+1
1999-11-05added xfont demoBrian Paul1-2/+2
1999-11-05new xfont demoBrian Paul1-111/+172
1999-11-04Updated demo for new GLU 1.3 tessellation. Added optimized renderingGareth Hughes1-325/+440
1999-11-02new texture image, cleaned-up codeBrian Paul1-48/+48
1999-10-28minor changes to Usage() functionBrian Paul1-10/+19
1999-10-27removed -lm from link commandBrian Paul4-8/+8
1999-10-26better texture matrix, better end-cap reflections on cylinderBrian Paul1-11/+22
1999-10-23more comments, removed unneeded glDepthFunc callBrian Paul1-3/+7
1999-10-22added gloss demoBrian Paul3-77/+14
1999-10-22initial revBrian Paul1-0/+358
1999-10-21added f key to toggle front/back drawingBrian Paul1-4/+23
1999-10-21added -info command line optionBrian Paul4-17/+81
1999-10-13use texture objects nowBrian Paul1-11/+24
1999-10-03Fixed overflow bug in combineCallback.Gareth Hughes1-24/+24
1999-09-19lots of autoconf updatestanner1-4/+8
1999-09-19More Win32 build compliance fixupsTed Jump2-2/+2
1999-09-17silenced some warningsBrian Paul3-8/+20
1999-09-17Cleaned up exit from main to prevent MSVC warningsTed Jump1-2/+2
1999-09-17Added ESC key handlingTed Jump30-414/+799
1999-09-17link with -lGL instead of -lMesaGLBrian Paul1-2/+2
1999-09-17link with -lGLU -lGL instead of -lMesaGLU -lMesaGLBrian Paul3-10/+16
1999-09-16added glxinfoBrian Paul1-2/+2
1999-09-16initial check-inBrian Paul1-0/+99
1999-09-08minor changes. always call compactify_arrays()Brian Paul1-6/+15
1999-09-03Fog, displaylist and zoom operationsKeith Whitwell1-70/+154
1999-08-22*** empty log message ***Jon Taylor1-18/+19
1999-08-21*** empty log message ***Jon Taylor2-24/+28
1999-08-21*** empty log message ***Jon Taylor10-0/+2136
1999-08-19Initial revisionjtg166-0/+44931