summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2003-01-21added missing break (Leif Delgass)Brian Paul1-1/+2
2003-01-16added bug 669080 fixBrian Paul1-1/+2
2003-01-16update CurrentStack in glActiveTexture if needed (bug 669080)Brian Paul1-3/+9
2003-01-16fix framebuffer width/height checking when window has not yet been realized.Alan Hourihane1-3/+9
2003-01-15Fix SourceForge bug 664908. wglDescribePixelFormat should return theKarl Schultz1-1/+3
2003-01-14OSMesa16 updates (Eric Plante)Brian Paul2-9/+17
2003-01-13fog stride bug fix (Michel Danzer)Brian Paul1-1/+2
2003-01-13fix fog stride bugs (Michel Danzer)Brian Paul1-6/+6
2003-01-09remove ADD_L altogetherBrian Paul1-3/+1
2003-01-09s/16/32/ (Josh Vanderhoof)Brian Paul1-2/+2
2003-01-09added SSE bug fixBrian Paul1-1/+2
2003-01-09moved ADD_L instruction (Linus Torvalds)Brian Paul1-5/+5
2003-01-09added font-related symbolsBrian Paul1-0/+5
2003-01-08fix some float/ubyte mistakes (Daniel Borca)Brian Paul2-4/+4
2003-01-08added bug 659012 fixBrian Paul1-1/+2
2003-01-08move t->Image[i]->Format test (bug 659012)Brian Paul1-9/+9
2003-01-08added glRotate bug fixBrian Paul1-1/+2
2003-01-08fix typo in rotation code (bug 659677)Brian Paul1-4/+4
2003-01-08bug 659020 fixBrian Paul1-1/+2
2003-01-08fix glCopyTexSubImage2D error checking (bug 661907)Brian Paul1-8/+15
2002-12-30Check that ActiveTextureARB doesn't overflow MaxTextureUnitsAlan Hourihane1-2/+3
2002-12-19bump version to 5.0.1, added new DOS filesBrian Paul1-7/+8
2002-12-19DOS updatesBrian Paul3-0/+467
2002-12-19obsoleteBrian Paul2-139/+0
2002-12-18added DOS updatesBrian Paul1-2/+4
2002-12-18DOS updates from Daniel Borca.Brian Paul21-654/+1846
2002-12-185.0.1 release notesBrian Paul2-0/+50
2002-12-18bump version string to 5.0.1Brian Paul1-5/+5
2002-12-12Add mechanism to destroy mutexes. Important on OS's where mutex initializationKeith Whitwell4-4/+20
2002-12-05Don't crash if End received without a Begin...Keith Whitwell1-4/+7
2002-12-04fix bad _mesa_printf() calls (mesa bug 646753)Brian Paul4-71/+71
2002-12-03latest 5.0.1 updatesBrian Paul1-1/+4
2002-12-03updated to use ARB extensionsBrian Paul2-26/+34
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-28latest bug fixes, changesBrian Paul1-1/+4
2002-11-28use polygon offset to avoid multi-pass Z-fighting artifactsBrian Paul1-2/+5
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-25added missing breaksBrian Paul1-1/+3
2002-11-25Flush IM if very small number of verts left -- prevent copy errorsKeith Whitwell1-1/+15
2002-11-22added Fake_glXGetAGPOffsetMESABrian Paul1-2/+14
2002-11-22removed glfbdevtest and miniglxtestBrian Paul1-2/+0
2002-11-20first 5.0.1 bug fix: auto mipmap generation and cube mapsBrian Paul1-1/+6
2002-11-20fixed cube texture auto-mipmap generation bug (641363)Brian Paul1-3/+3
2002-11-20oops, wrong branchBrian Paul3-1398/+0