summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-03-08fix some minor warningsBrian Paul3-7/+9
2002-03-08updates for 4.0.2Brian Paul1-6/+6
2002-03-08DOS driver updates from Daniel BorcaBrian Paul3-126/+78
2002-03-08new DOS driver files from Daniel BorcaBrian Paul7-0/+2318
2002-03-07minor patches from David DawesBrian Paul2-4/+9
2002-03-07syntax fixes for Solaris (David Dawes)Brian Paul6-613/+726
2002-03-01use -O3 for osmesa16/32 builds, disable FX and SVGA in debug buildsBrian Paul1-6/+6
2002-03-01return 'Mesa Offscreen16' or 'Mesa Offscreen32' if using deep color channelsBrian Paul1-1/+7
2002-03-01silence gcc warnings (Marc La France)Brian Paul4-21/+29
2002-03-01updated comments for CHAN_BITS=16 or 32Brian Paul1-11/+9
2002-02-23DOS driver updates from Daniel BorcaBrian Paul11-235/+711
2002-02-21Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro).Brian Paul2-113/+166
2002-02-21added XMesaGarbageCollect itemBrian Paul1-1/+2
2002-02-20check for initialized XMesaBuffer in XMesaGarbageCollect()Brian Paul1-2/+2
2002-02-17undo some debug changes mistakenly checked in earlierBrian Paul1-2/+2
2002-02-15added two latest bug fixesBrian Paul1-1/+3
2002-02-15use separate GC for SwapBuffers to avoid colormask problemBrian Paul3-21/+32
2002-02-15fix casts to quiet compiler warnings.Karl Schultz1-2/+2
2002-02-15obsoleteBrian Paul2-1661/+0
2002-02-15fixed float->int conversion. Fix conditional for 16-bit Z buffer pathBrian Paul1-5/+5
2002-02-13Remove debugKeith Whitwell1-2/+2
2002-02-12remove debug printsKeith Whitwell2-4/+4
2002-02-12More support for t&l drivers.Keith Whitwell22-116/+227
2002-02-12silence compiler warning (windows)Karl Schultz1-2/+2
2002-02-12silence compiler warningsBrian Paul4-1/+5
2002-02-12silence compiler warningBrian Paul1-1/+1
2002-02-12release notes for 4.0.2Brian Paul1-0/+50
2002-02-12replace assertion with a test (avoid div by zero error)Brian Paul1-7/+7
2002-02-12Prep for Mesa 4.0.2 release.Brian Paul7-32/+50
2002-02-12Daniel Borca's GLUT for DOS/DJGPP.Brian Paul20-0/+3298
2002-02-12Daniel Borca's new DOS/DJGPP driver.Brian Paul8-0/+1934
2002-01-30removed GLUT referenceBrian Paul1-5/+5
2002-01-30added some handy debug codeBrian Paul1-1/+14
2002-01-30don't use affine/persp_textured_triangle funcs when CHAN_BITS > 8Brian Paul1-3/+3
2002-01-30replace GLushort w/ GLubyte in DEST_4US template (fixes 16-bit GLchan problemBrian Paul1-5/+5
2002-01-18updated gl_mangle.h (Ray Tice)Brian Paul1-728/+1039
2002-01-16set PB->haveSpec in line functions that emit specular colorBrian Paul1-1/+3
2002-01-16Fixes for 24-bit Windows devices. The old code was trying to do 3-byteKarl Schultz1-5/+11
2002-01-15added some missing error checksBrian Paul2-5/+19
2002-01-15removed API compat stuffBrian Paul5-102/+153
2002-01-15Fixed pixel color component problem and clear code for 24-bit WindowsKarl Schultz2-160/+180
2002-01-15Remove trailing CR's from most of the lines. No logical changes.Karl Schultz1-478/+487
2002-01-12don't apply scissor box in read_fast_rgba_pixels()Brian Paul1-13/+13
2002-01-09fixed int->float conversion bug in _mesa_TexEnviv()Brian Paul1-5/+11
2002-01-09fixed GL_REPLACE / GL_RGB bugBrian Paul1-3/+8
2002-01-09texture env color wasn't used correctly in GL_BLEND modeBrian Paul1-11/+11
2002-01-08compile with -DNDEBUGBrian Paul1-4/+4
2002-01-08work-around for QNX compiler problemBrian Paul1-5/+7
2002-01-04fix typo (d'oh)Brian Paul1-2/+2
2002-01-04fix bug 498555 - test for __GNUC__Brian Paul1-2/+2