summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
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
2001-09-18clean up makefiles some more for WindowsKarl Schultz
2001-09-18compiler warningsKarl Schultz
2001-09-18remove carriage return charsKarl Schultz
2001-09-14Win32 updates (Karl Schultz)Brian Paul
2001-09-14more GL 1.3 and GLX 1.4 updatesBrian Paul
2001-09-12minor re-orgBrian Paul
2001-09-12hook compressed texture functions into driverBrian Paul
2001-09-10fixed s/w alpha bug 458411Brian Paul
2001-09-01minor changes, prototype Pbuffer supportBrian Paul
2001-09-01prototype work for Pbuffer supportBrian Paul
2001-08-31fixed dangling pointer problem (Chris Burghart)Brian Paul
2001-08-29changes to allow the driver to compile - still doesn't work thoughBrian Paul
2001-08-28added OSMESA_MAX_WIDTH/HEIGHT queriesBrian Paul
2001-08-28OpenGL 1.3 supportBrian Paul
2001-08-20bumped version string to 3.5.1Brian Paul
2001-08-07fixed GLX context sharing bug (reported by Eric Plante)Brian Paul
2001-07-27wglUseFontBitmapsA() update (Frank Warmerdam)Brian Paul
2001-07-17Fix Alan Barnett's 'try10' display list bug.Keith Whitwell
2001-07-17Lighting now emits colors as CHAN_TYPE, as it used to. This will requireKeith Whitwell
2001-07-14more work on float colors (still not finished)Brian Paul
2001-07-13assorted changes for supporting GLfloat color channels (not done)Brian Paul
2001-07-13 Committing in .Jouk Jansen
2001-07-12Rename some of the tnl->Driver.* functions to tnl->Driver.Render.*, to make itKeith Whitwell
2001-07-05fixed logic error in OSMesaMakeCurrent() for 565 pixel support (Lars Andersson)Brian Paul
2001-07-02More .cvsignore updates.pesco
2001-06-27support for RGB_565 pixels (Lars Andersson), untestedBrian Paul
2001-06-15Enable GL_ARB_texture_compression for XMesa/GLX driver. TextureBrian Paul
2001-06-15replace 255 with CHAN_MAXBrian Paul
2001-06-14fixed a commentBrian Paul
2001-06-13Allow different max texture sizes for 1/2D, 3D and cube maps.Brian Paul
2001-06-04removed some code in XMesaDestroyContext() which could lead to a segfaultBrian Paul