summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2002-11-13moved function declaration into the template, define the NAME to specify the ...Brian Paul
2002-11-13check for NULL span argumentBrian Paul
2002-11-13added comments about NULL mask parameter to span-write functionsBrian Paul
2002-11-13optimized color buffer clear fallback (use mono-color span functionsBrian Paul
2002-11-13init facing to zeroBrian Paul
2002-11-13include imports.hBrian Paul
2002-11-12apply scale factor before clapping for DOT3Brian Paul
2002-11-11compilation fixesBrian Paul
2002-11-10changes to vishandle usage to prevent segfault in some circumstancesBrian 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-09fix 3dnow misdetection on new p4'sKeith Whitwell
2002-11-08fixed active stencil face query bugBrian Paul
2002-11-08fixed a few category linesBrian Paul
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul
2002-11-07added missing 1.4 glFogCoord functionsBrian Paul
2002-11-06a few dispatch pointers weren't set (glGenTexturesEXT for example)Brian Paul
2002-11-05minor multi-sample clean-upsBrian Paul
2002-11-05fixed glTexParameteriv(GL_TEXTURE_BORDER_COLOR) errorBrian Paul
2002-11-05Updates for DOS driver from Daniel Borca.Brian Paul
2002-11-04misc driver updates (Daniel Borca)Brian Paul
2002-11-01fix a typoBrian Paul
2002-10-31tweak pipeline flags for vertex programmingBrian Paul
2002-10-31fix the occasional missing triangle bugBrian Paul
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
2002-10-30remove some stray debug/abort codeBrian Paul
2002-10-30don't call abort()Brian Paul
2002-10-30s/printf/_mesa_printf/Brian Paul
2002-10-30s/sprintf/_mesa_sprintf/Brian Paul
2002-10-30remove debug printfBrian Paul
2002-10-30s/BZERO/_mesa_bzero/Brian Paul
2002-10-30test both XFree86LOADER and IN_MODULE to see if we're being built as the glx ...Brian Paul
2002-10-30fix potential bug in _mesa_align_calloc/malloc (Frank van Heesch)Brian Paul
2002-10-29more version bumpsBrian Paul
2002-10-29bump OpenGL version to 1.4, Mesa version to 5.0Brian Paul
2002-10-29update versioning/extensions for OpenGL 1.4 / Mesa 5.0Brian Paul
2002-10-29fix culling problem (bug 630649)Brian Paul
2002-10-29updated email addressesBrian Paul
2002-10-29init a few more fields in _mesa_initialize_visual()Brian Paul
2002-10-29added some casts for mallocs (bug 630379)Brian Paul
2002-10-28Add casts to quiet compiler warnings.Karl Schultz
2002-10-28export new functions.Karl Schultz
2002-10-25wrapped a few more C library functionsBrian Paul
2002-10-25#include fixesBrian Paul
2002-10-25remove all.h, mem.h, mem.cBrian Paul
2002-10-25 Committing in .Jouk Jansen
2002-10-25include GL/glx.hBrian Paul
2002-10-24Header file clean-up:Brian Paul