summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2000-12-28Add render stage for unclipped vb's to fx driver.Keith Whitwell
2000-12-28Fixed GGIMesa build problems.Jon Taylor
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-12-15added more GLX extension function stubsBrian Paul
2000-12-14added some more GLX extension entrypoints (fix GLUT link problems when using ...Brian Paul
2000-12-13use inverted Y coordinate for choosing dither value (conformance fixes)Brian Paul
2000-12-13tweaked truecolor dither kernel setup codeBrian Paul
2000-12-08fixed bug 123918: glXCopySubBuffer() y position off by oneBrian Paul
2000-11-27minor changes to fix compiler warningsBrian Paul
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-23More auto* build system updatesJon Taylor
2000-11-22 Modified Files:Jouk Jansen
2000-11-22 Modified Files:Jouk Jansen
2000-11-22 Committing in .Jouk Jansen
2000-11-22More auto* build system fixesJon Taylor
2000-11-22swrast setup fixesJon Taylor
2000-11-21More auto* build fixesJon Taylor
2000-11-19* More work on the auto* build systemJon Taylor
2000-11-19Replaced Texture.CurrentD[] with separate Texture.Current1/2/3D vars.Brian Paul
2000-11-18* Auto* build fixesJon Taylor
2000-11-17Minor header file changes to silence warnings.Brian Paul
2000-11-16Move the transform and lighting code to two new directoriesKeith Whitwell
2000-11-16Small compile fixJon Taylor
2000-11-14more Driver.Color, Driver.Index updatesBrian Paul
2000-11-14removed unused set_color() and set_index() functionsBrian Paul
2000-11-14Removed Driver.Color() and Driver.Index() functions.Brian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
2000-11-13removed unused varBrian Paul
2000-11-13* Updated the autoconf/automake/libtool build systemJon Taylor
2000-11-10minor changes to silence compiler warningsBrian Paul
2000-11-10patched to silence compiler warnings (Martin Lindhe)Brian Paul
2000-11-06test ctx->RenderMode in chooser functionsBrian Paul
2000-11-06test ctx->RenderMode in chooser functions, removed dead codeBrian Paul
2000-11-06added buffer test to xmesa_choose_point(), fixes X protocol errorBrian Paul
2000-11-05removed obsolete VB varsBrian Paul
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-11-05Reworked to use the new software rasterizer. Optimized line/tri functionsKeith Whitwell
2000-11-05Use the new software rasterizer. Reworked optimized line,tri,pointKeith Whitwell
2000-11-05Lots of changes:Keith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-31Remove dead code in FX driver.Keith Whitwell
2000-10-30Removed UPDATE_IMAGE_TRANSFER_STATE, use _NEW_PIXEL flag instead.Brian Paul
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-30 Committing in .Jouk Jansen
2000-10-29more minor header file re-org (moved CONST, ASSERT, INLINE to config.h)Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-10-28Lots of misc. bugfixes to bring GGIMesa in sync with the latest Mesa sources.Jon Taylor
2000-10-27Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.cBrian Paul
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-10-05better handling of GLX_DEPTH_SIZE in glXChooseVisual()Brian Paul