summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2002-11-08multisample / polygon smooth testBrian Paul
2002-11-08minor clean-upBrian Paul
2002-11-08implemented automatic code gen and individual function validationBrian Paul
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul
2002-11-07added 1.4 functionsBrian Paul
2002-11-05added some printfs to show current polygon mode and cull stateBrian Paul
2002-11-04add support for GLX_ARB_multisampleBrian Paul
2002-10-31simple GL_EXT_stencil_wrap test programBrian Paul
2002-10-31Add a note about window map behaviour and the autotuning of nr of loops whichKeith Whitwell
2002-10-25added skybox and options to load real imagesBrian Paul
2002-10-23massive overhaul, see new keyboard optionsBrian Paul
2002-10-18Quiet compiler warnings.Karl Schultz
2002-10-18check for GL_EXT_paletted_textureBrian Paul
2002-10-17new wrap modes (Ian Romanick)Brian Paul
2002-10-15added missing glFinish()Brian Paul
2002-10-15minor updatesBrian Paul
2002-10-14print transparent pixel info when using -v option (Gerd Sussner)Brian Paul
2002-10-08 Committing in .Jouk Jansen
2002-10-05added pbinfo and pbdemo programsBrian Paul
2002-10-05pbuffer info and demo programsBrian Paul
2002-09-19Updated BeOS support (Philippe Houdoin)Brian Paul
2002-09-06don't query GL_MAX_CONVOLUTION_WIDTH/HEIGHTBrian Paul
2002-09-06minor updates to sync with XFree86Brian Paul
2002-09-06added -l option to print interesting OpenGL limitsBrian Paul
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