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