Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-03-19 | latest bug fixes | Brian Paul | 1 | -1/+5 | |
2002-03-19 | don't set plane mask for xm_buffer->gc, it causes an accum buffer ↵ | Brian Paul | 1 | -3/+1 | |
conformance problem | |||||
2002-03-19 | Use MESA_PBUFFER_ALLOC/FREE macros to allocate all framebuffer and texture | Brian Paul | 8 | -85/+162 | |
memory. These can be overridden by applications which need to manage this memory specially. Contributed by Gerk Huisma. | |||||
2002-03-19 | fix Intel C compiler warnings (Gerk Huisma) | Brian Paul | 3 | -20/+19 | |
2002-03-16 | undo previous check-in | Brian Paul | 1 | -1/+9 | |
2002-03-16 | added XMesaResizeBuffers() | Brian Paul | 1 | -3/+12 | |
2002-03-16 | Lots of changes related to framebuffer/window buffer resizing. Basically, | Brian Paul | 24 | -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-15 | protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESA | Brian Paul | 1 | -2/+2 | |
2002-03-15 | updated comments. removed dead code. | Brian Paul | 2 | -146/+17 | |
2002-03-15 | remove a debug printf | Brian Paul | 1 | -2/+1 | |
2002-03-15 | fixed typo in CONVERT_TEXEL_DWORD for convert_abgr8888_to_ai88 textures ↵ | Brian Paul | 1 | -2/+2 | |
(Michael Fitzpatrick) | |||||
2002-03-14 | fixed pointer arithmetic error in glCopyPixels | Brian Paul | 1 | -5/+5 | |
2002-03-13 | put lodbias loop inside test for non-NULL lambda array | Brian Paul | 1 | -20/+21 | |
2002-03-12 | added thread rendering bug fix | Brian Paul | 1 | -2/+5 | |
2002-03-12 | Removed the xm_context field from XMesaBuffer. It was preventing N threads | Brian Paul | 2 | -65/+6 | |
from rendering into one window in parallel and wasn't really needed anyway. | |||||
2002-03-11 | tweak file list for tarballs | Brian Paul | 1 | -3/+1 | |
2002-03-11 | obsolete | Brian Paul | 7 | -2395/+0 | |
2002-03-08 | fix some minor warnings | Brian Paul | 3 | -7/+9 | |
2002-03-08 | updates for 4.0.2 | Brian Paul | 1 | -6/+6 | |
2002-03-08 | DOS driver updates from Daniel Borca | Brian Paul | 3 | -126/+78 | |
2002-03-08 | new DOS driver files from Daniel Borca | Brian Paul | 7 | -0/+2318 | |
2002-03-07 | minor patches from David Dawes | Brian Paul | 2 | -4/+9 | |
2002-03-07 | syntax fixes for Solaris (David Dawes) | Brian Paul | 6 | -613/+726 | |
2002-03-01 | use -O3 for osmesa16/32 builds, disable FX and SVGA in debug builds | Brian Paul | 1 | -6/+6 | |
2002-03-01 | return 'Mesa Offscreen16' or 'Mesa Offscreen32' if using deep color channels | Brian Paul | 1 | -1/+7 | |
2002-03-01 | silence gcc warnings (Marc La France) | Brian Paul | 4 | -21/+29 | |
2002-03-01 | updated comments for CHAN_BITS=16 or 32 | Brian Paul | 1 | -11/+9 | |
2002-02-23 | DOS driver updates from Daniel Borca | Brian Paul | 11 | -235/+711 | |
2002-02-21 | Fixed out-of-bounds memory write problem (CONVERT_TEXEL_DWORD macro). | Brian Paul | 2 | -113/+166 | |
Renamed 'packing' to 'unpacking' since we're moving data from client -> GL. Rnamed DST_ROW_WIDTH to DST_ROW_BYTES. | |||||
2002-02-21 | added XMesaGarbageCollect item | Brian Paul | 1 | -1/+2 | |
2002-02-20 | check for initialized XMesaBuffer in XMesaGarbageCollect() | Brian Paul | 1 | -2/+2 | |
2002-02-17 | undo some debug changes mistakenly checked in earlier | Brian Paul | 1 | -2/+2 | |
2002-02-15 | added two latest bug fixes | Brian Paul | 1 | -1/+3 | |
2002-02-15 | use separate GC for SwapBuffers to avoid colormask problem | Brian Paul | 3 | -21/+32 | |
2002-02-15 | fix casts to quiet compiler warnings. | Karl Schultz | 1 | -2/+2 | |
2002-02-15 | obsolete | Brian Paul | 2 | -1661/+0 | |
2002-02-15 | fixed float->int conversion. Fix conditional for 16-bit Z buffer path | Brian Paul | 1 | -5/+5 | |
2002-02-13 | Remove debug | Keith Whitwell | 1 | -2/+2 | |
2002-02-12 | remove debug prints | Keith Whitwell | 2 | -4/+4 | |
2002-02-12 | More support for t&l drivers. | Keith Whitwell | 22 | -116/+227 | |
Fix reset_stipple calls. Fix unsigned compare bugs. | |||||
2002-02-12 | silence compiler warning (windows) | Karl Schultz | 1 | -2/+2 | |
2002-02-12 | silence compiler warnings | Brian Paul | 4 | -1/+5 | |
2002-02-12 | silence compiler warning | Brian Paul | 1 | -1/+1 | |
2002-02-12 | release notes for 4.0.2 | Brian Paul | 1 | -0/+50 | |
2002-02-12 | replace assertion with a test (avoid div by zero error) | Brian Paul | 1 | -7/+7 | |
2002-02-12 | Prep for Mesa 4.0.2 release. | Brian Paul | 7 | -32/+50 | |
2002-02-12 | Daniel Borca's GLUT for DOS/DJGPP. | Brian Paul | 20 | -0/+3298 | |
2002-02-12 | Daniel Borca's new DOS/DJGPP driver. | Brian Paul | 8 | -0/+1934 | |
2002-01-30 | removed GLUT reference | Brian Paul | 1 | -5/+5 | |
2002-01-30 | added some handy debug code | Brian Paul | 1 | -1/+14 | |