summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-11-11compilation fixesBrian Paul
2002-11-10changes to vishandle usage to prevent segfault in some circumstancesBrian Paul
2002-11-09added Z calculation fixBrian Paul
2002-11-09fix float->int Z calculation in _mesa_span_default_z()Brian Paul
2002-11-09fix one-bit error in float->int Z calculationBrian Paul
2002-11-09added P4 / 3DNow bug fixBrian Paul
2002-11-09fix 3dnow misdetection on new p4'sKeith Whitwell
2002-11-08multisample / polygon smooth testBrian Paul
2002-11-08Add instructions to unzip both zip files into the same directory.Karl Schultz
2002-11-08declare tempI as Int, not Real (Jon Perry)Brian Paul
2002-11-08fixed active stencil face queryBrian Paul
2002-11-08minor clean-upBrian Paul
2002-11-08fixed active stencil face query bugBrian Paul
2002-11-08fixed a few category linesBrian Paul
2002-11-08implemented automatic code gen and individual function validationBrian Paul
2002-11-07added a few more missing 1.4 entrypointsBrian Paul
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul
2002-11-07added glFogCoord functionsBrian Paul
2002-11-07added 1.4 functionsBrian Paul
2002-11-07added missing 1.4 glFogCoord functionsBrian Paul
2002-11-07surround fixedEdges decl by #ifndef NDEBUG / #endifBrian Paul
2002-11-06restored fixedEdges var (for VMS)Brian Paul
2002-11-06latest 5.0 bug fixesBrian Paul
2002-11-06a few dispatch pointers weren't set (glGenTexturesEXT for example)Brian Paul
2002-11-06 Committing in .Jouk Jansen
2002-11-05minor multi-sample clean-upsBrian Paul
2002-11-05added some printfs to show current polygon mode and cull stateBrian Paul
2002-11-05fixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) errorBrian Paul
2002-11-05added GLUT and DOS updatesBrian Paul
2002-11-05Updates for DOS driver from Daniel Borca.Brian Paul
2002-11-04support for GLX_ARB_multisampleBrian Paul
2002-11-04minor revision to 4.1 featuresBrian Paul
2002-11-04FX driver fixesBrian Paul
2002-11-04misc driver updates (Daniel Borca)Brian Paul
2002-11-04glxinfo updateBrian Paul
2002-11-04add support for GLX_ARB_multisampleBrian Paul
2002-11-01fix for HPUXBrian Paul
2002-11-01HPUX fixesBrian Paul
2002-11-01silence a bunch of warningsBrian Paul
2002-11-01renamed abs() function glu_abs()Brian Paul
2002-11-01fix a typoBrian Paul
2002-10-31list bug fixes in 5.0Brian Paul
2002-10-31tweak pipeline flags for vertex programmingBrian Paul
2002-10-31fix the occasional missing triangle bugBrian Paul
2002-10-31simple GL_EXT_stencil_wrap test programBrian Paul
2002-10-31fix a few HPUX problemsBrian Paul
2002-10-31Add a note about window map behaviour and the autotuning of nr of loops whichKeith Whitwell
2002-10-30added a comment about future workBrian Paul
2002-10-30s/getenv/_mesa_getenv/Brian Paul
2002-10-30use wrappers from imports.h rather than stdio, stdlib, etc functions.Brian Paul