summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-11-13patches from Karlmesa_5_0Brian Paul0-0/+0
2002-11-13fix compilation problem (Philippe Houdoin)Brian Paul1-7/+4
2002-11-13Add _mesa_enable_1_4_extensions and _mesa_problemKarl Schultz1-0/+2
2002-11-13Lots of clean-ups.Brian Paul1-1512/+843
2002-11-13template code for span functions for flat, memory-based frame buffersBrian Paul1-0/+366
2002-11-13moved function declaration into the template, define the NAME to specify the ...Brian Paul4-599/+301
2002-11-13check for NULL span argumentBrian Paul1-4/+4
2002-11-13added comments about NULL mask parameter to span-write functionsBrian Paul1-2/+8
2002-11-13optimized color buffer clear fallback (use mono-color span functionsBrian Paul1-28/+11
2002-11-13last tweaks for 5.0 releaseBrian Paul3-8/+6
2002-11-13init facing to zeroBrian Paul1-4/+4
2002-11-13include imports.hBrian Paul1-3/+4
2002-11-13minor updateBrian Paul1-0/+2
2002-11-13omit dmesadxe.h from tar fileBrian Paul1-2/+1
2002-11-13html index to doc files, doxygen filesBrian Paul1-0/+90
2002-11-12latest 5.0 bug fixesBrian Paul1-1/+3
2002-11-12apply scale factor before clapping for DOT3Brian Paul1-5/+6
2002-11-12removed -malign-jumpsBrian Paul1-8/+8
2002-11-11Tweaks for hpux. The hpux10 and hpux10-sl targets now build prettyKarl Schultz2-9/+10
2002-11-11compilation fixesBrian Paul10-37/+38
2002-11-10changes to vishandle usage to prevent segfault in some circumstancesBrian Paul3-41/+73
2002-11-09added Z calculation fixBrian Paul1-1/+2
2002-11-09fix float->int Z calculation in _mesa_span_default_z()Brian Paul1-5/+5
2002-11-09fix one-bit error in float->int Z calculationBrian Paul2-10/+11
2002-11-09added P4 / 3DNow bug fixBrian Paul1-1/+2
2002-11-09fix 3dnow misdetection on new p4'sKeith Whitwell1-1/+6
2002-11-08multisample / polygon smooth testBrian Paul2-1/+228
2002-11-08Add instructions to unzip both zip files into the same directory.Karl Schultz1-1/+5
2002-11-08declare tempI as Int, not Real (Jon Perry)Brian Paul1-9/+9
2002-11-08fixed active stencil face queryBrian Paul1-2/+2
2002-11-08minor clean-upBrian Paul1-3/+2
2002-11-08fixed active stencil face query bugBrian Paul1-5/+5
2002-11-08fixed a few category linesBrian Paul1-4/+4
2002-11-08implemented automatic code gen and individual function validationBrian Paul4-1110/+193
2002-11-07added a few more missing 1.4 entrypointsBrian Paul1-2/+4
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul6-205/+337
2002-11-07added glFogCoord functionsBrian Paul1-1/+2
2002-11-07added 1.4 functionsBrian Paul1-2/+45
2002-11-07added missing 1.4 glFogCoord functionsBrian Paul5-1/+206
2002-11-07surround fixedEdges decl by #ifndef NDEBUG / #endifBrian Paul1-2/+4
2002-11-06restored fixedEdges var (for VMS)Brian Paul1-2/+3
2002-11-06latest 5.0 bug fixesBrian Paul1-1/+3
2002-11-06a few dispatch pointers weren't set (glGenTexturesEXT for example)Brian Paul2-5/+36
2002-11-06 Committing in .Jouk Jansen1-1/+0
2002-11-05minor multi-sample clean-upsBrian Paul1-4/+14
2002-11-05added some printfs to show current polygon mode and cull stateBrian Paul1-1/+7
2002-11-05fixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) errorBrian Paul1-5/+13
2002-11-05added GLUT and DOS updatesBrian Paul1-1/+3
2002-11-05Updates for DOS driver from Daniel Borca.Brian Paul9-224/+225
2002-11-04support for GLX_ARB_multisampleBrian Paul1-2/+7