summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
AgeCommit message (Expand)Author
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
1999-09-18Large patch:Keith Whitwell
1999-08-19Initial revisionjtg