summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
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
2001-06-01apply David Miller's quad/backcolor patchKeith Whitwell
2001-05-31fixed s/w alpha channel bugBrian Paul
2001-05-30forgot to check-in yesterdayBrian Paul
2001-05-29more DRI libGL-related changesBrian Paul
2001-05-29removed some old DRI-ismsBrian Paul
2001-05-29added new functions to GLX_functions[]Brian Paul
2001-05-25more work on XMesa / libGL integrationBrian Paul
2001-05-24added some casts so that older glx.h can be usedBrian Paul
2001-05-24Initial changes to allow Mesa and its fake GLX to be built into XFree86 libGL.Brian Paul
2001-05-24prototyping some new stuffBrian Paul
2001-05-21s/Height/height/ (Jeff Potter)Brian Paul
2001-05-14New triangle rasterization code. Store per-span initial/step values in theBrian Paul
2001-05-14Fix for glean texgen test.Keith Whitwell
2001-05-10Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell
2001-05-10applied Jeff & Keith's optimization to write_span_mono_pixmap()Brian Paul
2001-05-10fixed bad texture border test (sometimes caused a segfault)Brian Paul
2001-05-10minor clean-upBrian Paul
2001-05-10Driver interface changesKeith Whitwell
2001-05-10check hardware type and use SETUP_SNAP if neededBrian Paul
2001-05-09minor clean-upsBrian Paul
2001-05-09fixed font/bitmap x-offset bug (Frank Warmerdam)Brian Paul
2001-05-09fixed Y flip problem in read_rgba_pixels() (Frank Warmerdam)Brian Paul
2001-05-09remove debug codeKeith Whitwell