summaryrefslogtreecommitdiff
path: root/progs
AgeCommit message (Expand)Author
2003-04-29 Committing in .Jouk Jansen
2003-04-21added a castBrian Paul
2003-04-21silence warningsBrian Paul
2003-04-21castsBrian Paul
2003-04-21fix minor warningsBrian Paul
2003-04-21fix .c / .h typoBrian Paul
2003-04-17clean up usage of extension function pointersBrian Paul
2003-04-17Demo of using GL_ARB_vertex/fragment_program to do per-pixel lighting.Brian Paul
2003-04-09fix typoBrian Paul
2003-04-09fix typoBrian Paul
2003-04-09add support for swap and sync extensions (Ian Romanick)Brian Paul
2003-04-07Demo of per-pixel lighting with a fragment program.Brian Paul
2003-04-05test glProgramNamedParameter4fNV()Brian Paul
2003-03-31use gluSphere instead of glutSphere so we get texcoordsBrian Paul
2003-03-29print GL_MULTISAMPLE_ARBBrian Paul
2003-03-29fix texgen msg stringsBrian Paul
2003-03-29DOS updates from Daniel BorcaBrian Paul
2003-03-14added fptest1, fptexture, texrect, etcBrian Paul
2003-03-14simple NV_fragment_program texture testBrian Paul
2003-03-08test GLfloat OSMesa renderingBrian Paul
2003-03-08DOS update (Daniel Borca)Brian Paul
2003-03-03added glFinish with commentBrian Paul
2003-02-27fix compilation for windowsKarl Schultz
2003-02-25more parser test programsBrian Paul
2003-02-20latest DOS updates (Daniel Borca)Brian Paul
2003-02-04read/write files, not stdio (Daniel Borca)Brian Paul
2003-02-04DOS updates (Daniel Borca)Brian Paul
2003-02-04use ARB flavor of window_pos extensionBrian Paul
2003-01-28updated version testBrian Paul
2003-01-24silence warningBrian Paul
2003-01-14simple GL_NV_fragment_program testBrian Paul
2002-12-10use/test GL_SGIS_generate_mipmaps if availableBrian Paul
2002-12-03updated to use ARB extensionsBrian Paul
2002-11-28use polygon offset to avoid multi-pass Z-fighting artifactsBrian Paul
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