summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Collapse)AuthorAgeFilesLines
* New _mesa_debug() function to replace fprintf() calls.Brian Paul2002-06-1310-36/+50
| | | | | | | | Some source files updated to call _mesa_debug(), but not finished. Added __GLimports as a parameter to _mesa_create/init_context() and updated drivers accordingly. Fleshed-out more of the __GLimports and __GLexports functionality. Removed run-time config file support (config.c)
* 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
| | | | | | | | | - add two new Pixel Format Descriptors that do not have alpha bits to mirror the two that do. - add logic to wglChoosePixelFormat to match PFD's with respect to alpha. - Create/clear software alpha buffer as required. Now a wgl or GLUT program can control the creation of a software alpha buffer via the PFD or GLUT parms, respectively.
* Allocate a sw_span struct in the swrast context instead of allocating itBrian Paul2002-04-192-241/+241
| | | | | on the stack frame in the point/line/triangle functions. (Klaus Niederkrueger) This should solve the performance problem Karl found on Windows.
* C++ fixBrian Paul2002-04-191-1/+5
|
* added OSMesaGetProcAddress()Brian Paul2002-04-041-1/+34
|
* call _mesa_ResizeBuffersMESA() in OSMesaMakeCurrent() to reconcile buffer ↵Brian Paul2002-04-041-2/+7
| | | | size changes
* 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 ↵Brian Paul2002-03-191-3/+1
| | | | conformance problem
* Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul2002-03-168-86/+114
| | | | | | | 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().
* 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
| | | | from rendering into one window in parallel and wasn't really needed anyway.
* 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
| | | | | Fix GLuint compare bugs Fix RESET_STIPPLE calls
* 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
| | | | stores with a full DWORD store (yuk). (Jeff Lewis)
* Fixed pixel color component problem and clear code for 24-bit WindowsKarl Schultz2002-01-152-159/+179
| | | | devices. (Jeff Lewis)
* 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
| | | | | | | | - add checks for the ColorMask and IndexMask (like osmesa) - correctly handle the DD_*_BIT flags so that we don't also ask the swrast to clear the color buffer after we cleared it ourselves. (doh!) This gives nearly a 2X improvement in the frame rate in a program like gears.
* Updated Windows driver for Mesa 4.0.Karl Schultz2001-10-041-1555/+1427
| | | | Needs optimization.
* remove extra CR charsKarl Schultz2001-10-042-194/+194
|