summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* more removal of fprintf() callsBrian Paul2002-06-131-12/+15
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-1310-36/+50
* GGI driver updates (Filip Spacek)Brian Paul2002-06-105-645/+797
* replaced 0xf and 0xf0 with TEXTURE0_ANY and TEXTURE1_ANYBrian Paul2002-06-061-4/+4
* more big-endian tweaksBrian Paul2002-06-051-3/+3
* bring over Michel Daenzer's DRI changesBrian Paul2002-06-032-23/+25
* some initial work for fbconfigs/pbuffersBrian Paul2002-05-273-17/+30
* Apply alpha buffer control fix to accum buffer too.Karl Schultz2002-04-231-2/+3
* Fix up alpha buffer handling for Windows.Karl Schultz2002-04-232-6/+36
* Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul2002-04-192-241/+241
* C++ fixBrian Paul2002-04-191-1/+5
* added OSMesaGetProcAddress()Brian Paul2002-04-041-1/+34
* call _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent() to reconcile buffer siz...Brian Paul2002-04-041-2/+7
* return NULL from Fake_glXCreateContext() if dpy or visinfo are NULLBrian Paul2002-04-021-1/+5
* DOS driver updateBrian Paul2002-04-015-27/+48
* use _glapi_get_context() instead of GET_CURRENT_CONTEXT(ctx); in buffer_size()Brian Paul2002-03-291-2/+3
* DOS/Mesa driver updates (Daniel Borca)Brian Paul2002-03-233-13/+8
* don't set plane mask for xm_buffer->gc, it causes an accum buffer conformance...Brian Paul2002-03-191-3/+1
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-168-86/+114
* protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESABrian Paul2002-03-151-3/+4
* updated comments. removed dead code.Brian Paul2002-03-152-146/+17
* remove a debug printfBrian Paul2002-03-151-2/+1
* Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul2002-03-122-65/+7
* obsoleteBrian Paul2002-03-116-2377/+0
* DOS driver updates from Daniel BorcaBrian Paul2002-03-081-105/+68
* new DOS driver files from Daniel BorcaBrian Paul2002-03-087-0/+2318
* silence gcc warnings (Marc La France)Brian Paul2002-03-013-7/+14
* updated comments for CHAN_BITS=16 or 32Brian Paul2002-03-011-9/+7
* DOS updates from Daniel BorcaBrian Paul2002-02-231-106/+457
* check for initialized XMesaBuffer in XMesaGarbageCollect()Brian Paul2002-02-201-2/+2
* use separate GC for SwapBuffers to avoid colormask problemBrian Paul2002-02-153-19/+30
* obsoleteBrian Paul2002-02-152-1661/+0
* updated GL_VENDOR stringBrian Paul2002-02-141-4/+4
* More suport for t&l driversKeith Whitwell2002-02-132-30/+40
* Daniel Borca's new DOS/DJGPP driver.Brian Paul2002-02-124-0/+1499
* return GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS = 16 or 32Brian Paul2002-01-301-3/+9
* Fixes for 24-bit Windows devices. The old code was trying to do 3-byteKarl Schultz2002-01-161-5/+11
* Fixed pixel color component problem and clear code for 24-bit WindowsKarl Schultz2002-01-152-159/+179
* Remove trailing CR's. No logical changes.Karl Schultz2002-01-151-478/+487
* Fix clipping problem on mgaKeith Whitwell2001-12-201-3/+3
* first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul2001-12-172-50/+49
* fix for ubyte colorsKeith Whitwell2001-12-131-14/+14
* fix glut tess lockupKeith Whitwell2001-12-111-8/+3
* main trunk is now 4.1Karl Schultz2001-11-291-1/+1
* update to version 4.0Karl Schultz2001-11-291-1/+1
* casts to silence warnings from gcc 2.96Brian Paul2001-11-063-6/+6
* Updates for improved DirectDraw support (Daniel Slater)Karl Schultz2001-11-012-65/+514
* version bumps, etc for 4.1Brian Paul2001-10-221-3/+3
* Fix the clear() functionKarl Schultz2001-10-051-80/+98
* Updated Windows driver for Mesa 4.0.Karl Schultz2001-10-041-1555/+1427