summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
AgeCommit message (Expand)Author
2001-02-15Fix propogation of material values in VB's that don't reach the lightingKeith Whitwell
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-01-29Removed knowledge of swrast Clear/Bitmap/Accum/Draw/Read/CopyPixelsKeith Whitwell
2001-01-24Lots of GLchan datatype changes.Brian Paul
2001-01-09Added PointSize and PointParametersfv to dd interface, for completeness.Brian Paul
2001-01-08Add a 'RenderPrimitive' callback to t_vb_render.c. Helps out driversKeith Whitwell
2001-01-05Remove 'pv' parameter from Line/Tri/Point funcs. The provoking vertexKeith 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-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-10removed old TexImage() and TexSubImage() functionsBrian Paul
2000-11-05- Changes for new software rasterizer modulesKeith Whitwell
2000-10-31Moved the software rasterizer to a new directory.Keith Whitwell
2000-10-30Replace the flags Mesa was using for ctx->NewState with a new setKeith Whitwell
2000-10-29More GLchan color channel changes.Brian Paul
2000-10-28Basic work to support deep color channels:Brian Paul
2000-09-28new params for SpecificCompressedTexFormat() (Bill White)Brian Paul
2000-09-14updated commentsBrian Paul
2000-09-08removed ctx->Driver.Dither functionBrian Paul
2000-09-07Removed ctx->Driver.LogicOp().Brian Paul
2000-09-07added device driver function for texture proxy testingBrian Paul
2000-08-29finished compressed texture support (Bill White)Brian Paul
2000-08-08added GetInteger/Float/Double/Boolean/Pointer device driver functionsBrian Paul
2000-06-06more work on GL_ARB_texture_compressionBrian Paul
2000-05-24more work on GL_ARB_texture_compressionBrian Paul
2000-03-29changes for single-copy texturesBrian Paul
2000-03-23more clean-up and rearrangingBrian Paul
2000-03-21removed retainInternalCopy from TexSubImage functionsBrian Paul
2000-03-20more reorganization and clean-upBrian Paul
2000-03-20rearranged order of some functionsBrian Paul
2000-03-20added new TexImage and TexSubImage functionsBrian Paul
2000-03-20added device driver functions for CopyTexImage, CopyTexSubImage, GetTexImageBrian Paul
2000-03-07removed Driver.UseGlobalTexturePalette()Brian Paul
2000-03-07added target parameter to Driver.TexEnv()Brian Paul
2000-03-03added LineWidth device driver functionBrian Paul
2000-03-03runtime selectable depth buffer depthBrian Paul
2000-03-03added device driver ReadPixels and CopyPixels functionsBrian Paul
2000-02-27add callbacks for stippleKeith Whitwell
2000-02-25Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell
2000-02-17removed driver RendererString() and ExtensionString() funcsBrian Paul
2000-01-06new Clear function maskBrian Paul
1999-12-10changes in hardware depth buffer supportBrian Paul
1999-12-10added stencil buffer functionsBrian Paul
1999-11-25replaced Driver.SetBuffer() with SetDrawBuffer() and SetReadBuffer()Brian Paul
1999-11-22changed comment for WriteRGBSpan()Brian Paul
1999-10-21updated some comments/docsBrian Paul
1999-09-30more hooks for mga driver, including an immediate fastpathKeith Whitwell