summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2002-08-17added multitexture and line stippleBrian Paul
2002-08-17minor tweaksBrian Paul
2002-08-08added (char *) castsBrian Paul
2002-07-22fix warnings (bug 580528)Brian Paul
2002-07-12silence warningsBrian Paul
2002-07-12Pedantic compiler fixes (Sven Panne)Brian Paul
2002-06-23test program for NV_vertex_program and evaluatorsBrian Paul
2002-06-16Joe Krahn's context sharing test programBrian Paul
2002-06-15test for GL_NV_texture_rectangleBrian Paul
2002-06-10GGI driver updates (Filip Spacek)Brian Paul
2002-05-02remove test codeAlan Hourihane
2002-05-02glutSwapBuffers implicitly does a glFinish when swapping back to the frontAlan Hourihane
2002-04-22removed CVS $Log commentsBrian Paul
2002-04-22test program for NV_vertex_program + vertex arraysBrian Paul
2002-04-05Added -perf option to measure frame rate. This is useful for measuringKarl Schultz
2002-04-02added an error checkBrian Paul
2002-03-23exercise GL_EXT_shadow_funcsBrian Paul
2002-03-08fix some minor warningsBrian Paul
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