summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2002-04-01DOS driver updateBrian Paul
2002-03-29use _glapi_get_context() instead of GET_CURRENT_CONTEXT(ctx); in buffer_size()Brian Paul
2002-03-23DOS/Mesa driver updates (Daniel Borca)Brian Paul
2002-03-19don't set plane mask for xm_buffer->gc, it causes an accum buffer conformance...Brian Paul
2002-03-16Lots of changes related to framebuffer/window buffer resizing. Basically,Brian Paul
2002-03-15protect currentReadable reference with #ifndef GLX_BUILT_IN_XMESABrian Paul
2002-03-15updated comments. removed dead code.Brian Paul
2002-03-15remove a debug printfBrian Paul
2002-03-12Removed the xm_context field from XMesaBuffer. It was preventing N threadsBrian Paul
2002-03-11obsoleteBrian Paul
2002-03-08DOS driver updates from Daniel BorcaBrian Paul
2002-03-08new DOS driver files from Daniel BorcaBrian Paul
2002-03-01silence gcc warnings (Marc La France)Brian Paul
2002-03-01updated comments for CHAN_BITS=16 or 32Brian Paul
2002-02-23DOS updates from Daniel BorcaBrian Paul
2002-02-20check for initialized XMesaBuffer in XMesaGarbageCollect()Brian Paul
2002-02-15use separate GC for SwapBuffers to avoid colormask problemBrian Paul
2002-02-15obsoleteBrian Paul
2002-02-14updated GL_VENDOR stringBrian Paul
2002-02-13More suport for t&l driversKeith Whitwell
2002-02-12Daniel Borca's new DOS/DJGPP driver.Brian Paul
2002-01-30return GL_RENDERER = Mesa Offscreen16/32 when CHAN_BITS = 16 or 32Brian Paul
2002-01-16Fixes for 24-bit Windows devices. The old code was trying to do 3-byteKarl Schultz
2002-01-15Fixed pixel color component problem and clear code for 24-bit WindowsKarl Schultz
2002-01-15Remove trailing CR's. No logical changes.Karl Schultz
2001-12-20Fix clipping problem on mgaKeith Whitwell
2001-12-17first checkpoint commit of Klaus's new span code (struct sw_span)Brian Paul
2001-12-13fix for ubyte colorsKeith Whitwell
2001-12-11fix glut tess lockupKeith Whitwell
2001-11-29main trunk is now 4.1Karl Schultz
2001-11-29update to version 4.0Karl Schultz
2001-11-06casts to silence warnings from gcc 2.96Brian Paul
2001-11-01Updates for improved DirectDraw support (Daniel Slater)Karl Schultz
2001-10-22version bumps, etc for 4.1Brian Paul
2001-10-05Fix the clear() functionKarl Schultz
2001-10-04Updated Windows driver for Mesa 4.0.Karl Schultz
2001-10-04remove extra CR charsKarl Schultz
2001-09-25use correct vertex for flatshadingKeith Whitwell
2001-09-25Fix up Windows makefiles so that the debug build leaves debugger infoKarl Schultz
2001-09-25disable some more code so that it compiles quietly on Windows.Karl Schultz
2001-09-23[rgba]shift values weren't always correct, only effected blended linesBrian Paul
2001-09-23fixed some configure;make build problems. cleaned-up copyright info.Brian Paul
2001-09-23updates for Mesa 4.0Brian Paul
2001-09-23More of the sameKeith Whitwell
2001-09-21Make osmesa a DLL instead of a static lib (Windows). This is moreKarl Schultz
2001-09-19set GR_STWHINT_ST_DIFF_TMU1 flag in the init() function (fixes multiarb demo)Brian Paul
2001-09-19fix fallback for stippled polygons, removed a debug messageBrian Paul
2001-09-19compute dst->ooz, not dst->z in clip interpolation functionBrian Paul
2001-09-18remove some debugKeith Whitwell
2001-09-18Fix FX driver to the point where gears & morph3d work.Keith Whitwell