summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2002-02-17undo some debug changes mistakenly checked in earlierBrian Paul
2002-02-16updated to use GL_ARB_depth_texture, GL_ARB_shadow, GL_ARB_shadow_ambientBrian Paul
2002-02-15include string.h to silence warningBrian Paul
2002-02-13now supports > 2 texture unitsBrian Paul
2002-02-12silence compiler warningsBrian Paul
2002-01-30removed GLUT referenceBrian Paul
2002-01-26added fog and raster Z position controlsBrian Paul
2002-01-16 Committing in .Jouk Jansen
2002-01-16get tests working on windows (Robert Bergkvist)Karl Schultz
2002-01-16Samples working for Windows (Robert Bergkvist)Karl Schultz
2002-01-16Demo updates for Windows (Robert Bergkvist)Karl Schultz
2002-01-16Removed missing files and added new ones (Robert Bergkvist)Karl Schultz
2002-01-04test multitexture and vertex arraysBrian Paul
2002-01-04added some assertions to exercise glIsTexture()Brian Paul
2002-01-04- Clean up state bitmask.Gareth Hughes
2001-12-28Add missing items from .cvsignore files, tests/MakefileGareth Hughes
2001-12-15warp a quadmesh with a gravitational source via vertex programBrian Paul
2001-12-15rotating, lit torus via vertex programBrian Paul
2001-12-14vertex program test programBrian Paul
2001-11-26fix some warningsBrian Paul
2001-11-21minor updateBrian Paul
2001-11-18test for glXGetProcAddress()Brian Paul
2001-11-06added missing GL_MAX_TEXTURE_LOD_BIAS_EXT queryBrian Paul
2001-10-26Copy the readtex.[ch] files from ../utilKarl Schultz
2001-10-04Allow to compile in Windows.Karl Schultz
2001-10-04Build a few demos that now work with Windows.Karl Schultz
2001-09-25Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz
2001-09-24use OSMESA_* enums for OSMesaCreateContext instead of GL_*.Karl Schultz
2001-09-18clean up makefiles some more for WindowsKarl Schultz
2001-09-18remove carriage return charsKarl Schultz
2001-09-14Win32 updates (Karl Schultz)Brian Paul
2001-09-10WindML updates (Stephane Raimbault)Brian Paul
2001-08-21simple multi-window GLUT test progBrian Paul
2001-08-21Get rid of unfinished demo.Gareth Hughes
2001-08-20WindML driver (Stephane Raimbault)Brian Paul
2001-08-13replace PI with piBrian Paul
2001-07-13minor tweaksBrian Paul
2001-06-20also print GL_MAX_TEXTURE_SIZEBrian Paul
2001-06-13moved glTexEnvi calls to better logical locationsBrian Paul
2001-06-04fixed some GL_POINTS probsKeith Whitwell
2001-05-21added multitexture supportBrian Paul
2001-05-11fix a couple of small bugsKeith Whitwell
2001-05-11made render path selection more flexibleKeith Whitwell
2001-05-09fixed FP underflow problem in kfact computationBrian Paul
2001-05-09check for tiny values in dir[] vector in calcposobjs(), prevents FP underflow...Brian Paul
2001-05-09make sure rotation plugged into sin/cos lookup tables is always positive, fix...Brian Paul
2001-05-07Add new tests.Gareth Hughes
2001-04-27added -display optionBrian Paul
2001-04-25added ShowAlphaBuffer feature - 'a' keyBrian Paul
2001-04-24added -i and -h optionsBrian Paul