summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2002-12-19DOS updatesBrian Paul3-0/+467
2002-12-18DOS updates from Daniel Borca.Brian Paul19-569/+1699
2002-12-18comment changesBrian Paul2-5/+5
2002-12-18improved error messageBrian Paul1-2/+2
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell4-4/+20
2002-12-06let _mesa_problem() take variable argumentsBrian Paul2-8/+15
2002-12-05Don't crash if End received without a Begin...Keith Whitwell1-4/+7
2002-12-05added _mesa_print_texunit_state() for debuggingBrian Paul2-4/+37
2002-12-05properly handle very wide imagesBrian Paul3-163/+213
2002-12-05clean-ups, commentsBrian Paul1-24/+36
2002-12-04fix bad _mesa_printf() calls (mesa bug 646753)Brian Paul4-71/+71
2002-12-03added GL_DEPTH_COMPONENT to two assertionsBrian Paul1-3/+5
2002-12-01declar vsnprintf for OS/2 and VMS (Evgeny Kotsuba)Brian Paul1-2/+4
2002-11-30added const to castsBrian Paul2-433/+433
2002-11-30remove GLUTAPIENTRY from __glutCloseDownGameModeBrian Paul2-2/+2
2002-11-28mask is always non-null in write_rgba_pixels and write_monorgba_pixelsBrian Paul1-15/+13
2002-11-26added missing call to _mesa_write_mono_alpha_span()Brian Paul1-3/+7
2002-11-26fixed bad clear valueBrian Paul1-3/+6
2002-11-25added missing ctx parameter to _tnl_flush_immediate() callsBrian Paul1-3/+3
2002-11-25set default texcoords for glBitmap/glDrawPixelsBrian Paul2-4/+10
2002-11-25Flush IM if very small number of verts left -- prevent copy errorsKeith Whitwell1-1/+15
2002-11-20fixed cube texture auto-mipmap generation bug (641363)Brian Paul1-3/+3
2002-11-19put FEATURE_NV_vertex_program around vpstate.h includeBrian Paul1-2/+4
2002-11-18bring in a few AGP-related bits from 4.0.4Brian Paul2-7/+37
2002-11-18enable 1.4 extensionsBrian Paul1-1/+1
2002-11-15more clean-upsBrian Paul1-25/+16
2002-11-14bump version to 5.1Brian Paul2-8/+8
2002-11-14Overhaul of line drawing template code. Make better use of sw_span mechanism.Brian Paul4-1371/+412
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-13init facing to zeroBrian Paul1-4/+4
2002-11-13include imports.hBrian Paul1-3/+4
2002-11-12apply scale factor before clapping for DOT3Brian Paul1-5/+6
2002-11-11compilation fixesBrian Paul10-37/+38
2002-11-10changes to vishandle usage to prevent segfault in some circumstancesBrian Paul3-41/+73
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-09fix 3dnow misdetection on new p4'sKeith Whitwell1-1/+6
2002-11-08declare tempI as Int, not Real (Jon Perry)Brian Paul1-9/+9
2002-11-08fixed active stencil face query bugBrian Paul1-5/+5
2002-11-08fixed a few category linesBrian Paul1-4/+4
2002-11-07added glBlendFuncSeparate, glMultiDrawArrays, glMultiDrawElementsBrian Paul5-204/+333
2002-11-07added missing 1.4 glFogCoord functionsBrian Paul5-1/+206
2002-11-07surround fixedEdges decl by #ifndef NDEBUG / #endifBrian Paul1-2/+4