summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove extra CR charsKarl Schultz2001-10-042-194/+194
* use correct vertex for flatshadingKeith Whitwell2001-09-251-14/+14
* Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz2001-09-251-1/+1
* disable some more code so that it compiles quietly on Windows.Karl Schultz2001-09-251-6/+6
* [rgba]shift values weren't always correct, only effected blended linesBrian Paul2001-09-231-12/+47
* fixed some configure;make build problems. cleaned-up copyright info.Brian Paul2001-09-2313-223/+165
* updates for Mesa 4.0Brian Paul2001-09-232-7/+8
* More of the sameKeith Whitwell2001-09-231-14/+3
* Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz2001-09-213-19/+35
* set GR_STWHINT_ST_DIFF_TMU1 flag in the init() function (fixes multiarb demo)Brian Paul2001-09-191-2/+7
* fix fallback for stippled polygons, removed a debug messageBrian Paul2001-09-191-6/+7
* compute dst->ooz, not dst->z in clip interpolation functionBrian Paul2001-09-191-1/+1
* remove some debugKeith Whitwell2001-09-181-5/+5
* Fix FX driver to the point where gears & morph3d work.Keith Whitwell2001-09-183-26/+15