summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)Author
2002-12-04fix bad _mesa_printf() calls (mesa bug 646753)Brian Paul
2002-12-03added GL_DEPTH_COMPONENT to two assertionsBrian Paul
2002-12-01declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)Brian Paul
2002-11-30added const to castsBrian Paul
2002-11-28mask is always non-null in write_rgba_pixels and write_monorgba_pixelsBrian Paul
2002-11-26added missing call to _mesa_write_mono_alpha_span()Brian Paul
2002-11-26fixed bad clear valueBrian Paul
2002-11-25added missing ctx parameter to _tnl_flush_immediate() callsBrian Paul
2002-11-25set default texcoords for glBitmap/glDrawPixelsBrian Paul
2002-11-25Flush IM if very small number of verts left -- prevent copy errorsKeith Whitwell
2002-11-20fixed cube texture auto-mipmap generation bug (641363)Brian Paul
2002-11-19put FEATURE_NV_vertex_program around vpstate.h includeBrian Paul
2002-11-18bring in a few AGP-related bits from 4.0.4Brian Paul
2002-11-18enable 1.4 extensionsBrian Paul
2002-11-15more clean-upsBrian Paul
2002-11-14bump version to 5.1Brian Paul
2002-11-14Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul
2002-11-13fix compilation problem (Philippe Houdoin)Brian Paul
2002-11-13Add _mesa_enable_1_4_extensions and _mesa_problemKarl Schultz
2002-11-13Lots of clean-ups.Brian Paul
2002-11-13template code for span functions for flat, memory-based frame buffersBrian Paul
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