summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)Author
2001-02-16Allow swrast to cope (fairly) cleanly with GL_SEPERATE_SPECULAR whenKeith Whitwell
2001-02-13fixed a few CI mode span bugs and a dither bugBrian Paul
2001-02-12added ctx->Driver.ResetLineStipple, misc clean-upBrian Paul
2001-02-08fixed bytesPerValue bug in OSMesaGetDepthBuffer()Brian Paul
2001-02-07new texture image routines work nowBrian Paul
2001-02-06updated texture image handling - STILL UNTESTEDBrian Paul
2001-02-06Overhaul of texture image handling.Brian Paul
2001-02-06Use a lookup table to compute exponents in tnl fogging code. SlightlyKeith Whitwell
2001-02-06misc updates to match latest device driver changesBrian Paul
2001-01-29fixed inverted Y coord for dithering in write_span_DITHER_5R6G5B_ximage()Brian Paul
2001-01-29Update implementations of Driver.Clear().Keith Whitwell
2001-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-24removed the unused/broken GL_PGI_misc_hints extensionBrian Paul
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-23Replaced struct gl_visual with struct __GLcontextModesRec from glcore.h.Brian Paul
2001-01-16updated ctx->Driver functions for s/w setupBrian Paul
2001-01-16Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell
2001-01-12initialize Driver.RenderPrimitive to _swsetup_RenderPrimNoopBrian Paul
2001-01-08Fixed 'IRound' to 'IROUND' in mmath.hKeith Whitwell
2001-01-08revert XMesaCreateContext changesKeith Whitwell
2001-01-08Bring the FX driver into line with core mesa changes.Keith Whitwell
2001-01-08Modify X11 driver and fake glx to store a GLcontextKeith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
2001-01-03More color macro clean-ups.Brian Paul
2001-01-03Added missing #include "mmath.h"Jon Taylor
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
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