summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glide/fxdd.c
AgeCommit message (Expand)Author
2001-02-06Overhaul of texture image handling.Brian Paul
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-16Fix several conformance problems. Hack solution to line stipple problem.Keith Whitwell
2001-01-08Bring the FX driver into line with core mesa changes.Keith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith Whitwell
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-26Major rework of tnl moduleKeith Whitwell
2000-11-24Support for swappable t&l modules, including an example one in the FXKeith Whitwell
2000-11-22 Modified Files:Jouk Jansen
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-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-10minor changes to silence compiler warningsBrian Paul
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-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-27Implement EXT_fog_coord and EXT_secondary_color.Keith Whitwell
2000-09-26First batch of OpenGL SI related changes:Brian Paul
2000-09-08removed unused NEW_DRVSTATE flagsBrian Paul
2000-09-08removed ctx->Driver.Dither functionBrian Paul
2000-08-21use ImageTransferStateBrian Paul
2000-08-09fixed depth mask bug in fxddClear(DD_DEPTH_BIT)Brian Paul
2000-05-23enable and clean-up of paletted texture codeBrian Paul
2000-05-05fixed glDrawBuffer(GL_NONE) bugBrian Paul
2000-05-04EnvMode GL_BLEND and tex invalidate changes from DaryllBrian Paul
2000-04-20updated RENDERER versionBrian Paul
2000-04-15minor updatesBrian Paul
2000-04-07silenced a warningBrian Paul
2000-03-31mask/disable stencil/accum clears in fxDDClear()Brian Paul
2000-03-31fixed Voodoo1/2/ stride problem in fxDDReadPixels()Brian Paul
2000-03-30optimized glReadPixels()Brian Paul
2000-03-29new texture image download codeBrian Paul
2000-03-29fixed some buffer clear bugsBrian Paul
2000-03-22added Daryll's patches for texture alignmentBrian Paul
2000-03-22updated renderer string version to 20000322Brian Paul
2000-03-21changed imaging functions to _mesa_ prefixBrian Paul
2000-03-19removed GL_FXMESA_global_texture_lod_bias extensionBrian Paul
2000-03-07removed Driver.UseGlobalTexturePalette()Brian Paul
2000-02-25fixed front/back buffer stride problem for XF86DRIBrian Paul
2000-02-25new fxDDClear(), fxDDDrawBitmp(), example extension registration codeBrian Paul
2000-02-16updated with changes from DRI project CVSBrian Paul
2000-02-13initialize fxMesa->verbose with MESA_FX_INFO env varBrian Paul
2000-02-09updated fxDDGetString() for DRIBrian Paul
2000-02-06clearing depth buffer failed when clearing front color bufferBrian Paul
2000-01-18updated with latest DRI tree changesBrian Paul