summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-19latest bug fixesBrian Paul1-1/+5
2002-03-19don't set plane mask for xm_buffer->gc, it causes an accum buffer ↵Brian Paul1-3/+1
conformance problem
2002-03-19Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and textureBrian Paul8-85/+162
memory. These can be overridden by applications which need to manage this memory specially. Contributed by Gerk Huisma.
2002-03-19fix Intel C compiler warnings (Gerk Huisma)Brian Paul3-20/+19
2002-03-16undo previous check-inBrian Paul1-1/+9
2002-03-16added XMesaResizeBuffers()Brian Paul1-3/+12
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul24-265/+305
instead of passing a GLcontext* to ResizeBuffers(), pass a GLframebuffer*. The idea is that a window can be resized without it being bound to a rendering context. This makes for a nice clean-up in the XFree86 server-side GLX code. Renamed ctx->Driver.ResizeBuffersMESA() to ctx->Driver.ResizeBuffers().
2002-03-15protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESABrian Paul1-2/+2
2002-03-15updated comments. removed dead code.Brian Paul2-146/+17
2002-03-15remove a debug printfBrian Paul1-2/+1
2002-03-15fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures ↵Brian Paul1-2/+2
(Michael Fitzpatrick)
2002-03-14fixed pointer arithmetic error in glCopyPixelsBrian Paul1-5/+5
2002-03-13put lodbias loop inside test for non-NULL lambda arrayBrian Paul1-20/+21
2002-03-12added thread rendering bug fixBrian Paul1-2/+5
2002-03-12Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul2-65/+6
from rendering into one window in parallel and wasn't really needed anyway.
2002-03-11tweak file list for tarballsBrian Paul1-3/+1
2002-03-11obsoleteBrian Paul7-2395/+0
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
Renamed 'packing' to 'unpacking' since we're moving data from client -> GL. Rnamed DST_ROW_WIDTH to DST_ROW_BYTES.
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
Fix reset_stipple calls. Fix unsigned compare bugs.
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