Cleanup of derived state calculation prior to seperating software T&L
[mesa.git] / src / mesa / main / dd.h
2000-11-13 Keith WhitwellCleanup of derived state calculation prior to seperatin...
2000-11-10 Brian Paulremoved old TexImage() and TexSubImage() functions
2000-11-05 Keith Whitwell- Changes for new software rasterizer modules
2000-10-31 Keith WhitwellMoved the software rasterizer to a new directory.
2000-10-30 Keith WhitwellReplace the flags Mesa was using for ctx->NewState...
2000-10-29 Brian PaulMore GLchan color channel changes.
2000-10-28 Brian PaulBasic work to support deep color channels:
2000-09-28 Brian Paulnew params for SpecificCompressedTexFormat() (Bill...
2000-09-14 Brian Paulupdated comments
2000-09-08 Brian Paulremoved ctx->Driver.Dither function
2000-09-07 Brian PaulRemoved ctx->Driver.LogicOp().
2000-09-07 Brian Pauladded device driver function for texture proxy testing
2000-08-29 Brian Paulfinished compressed texture support (Bill White)
2000-08-08 Brian Pauladded GetInteger/Float/Double/Boolean/Pointer device...
2000-06-06 Brian Paulmore work on GL_ARB_texture_compression
2000-05-24 Brian Paulmore work on GL_ARB_texture_compression
2000-03-29 Brian Paulchanges for single-copy textures
2000-03-23 Brian Paulmore clean-up and rearranging
2000-03-21 Brian Paulremoved retainInternalCopy from TexSubImage functions
2000-03-20 Brian Paulmore reorganization and clean-up
2000-03-20 Brian Paulrearranged order of some functions
2000-03-20 Brian Pauladded new TexImage and TexSubImage functions
2000-03-20 Brian Pauladded device driver functions for CopyTexImage, CopyTex...
2000-03-07 Brian Paulremoved Driver.UseGlobalTexturePalette()
2000-03-07 Brian Pauladded target parameter to Driver.TexEnv()
2000-03-03 Brian Pauladded LineWidth device driver function
2000-03-03 Brian Paulruntime selectable depth buffer depth
2000-03-03 Brian Pauladded device driver ReadPixels and CopyPixels functions
2000-02-27 Keith Whitwelladd callbacks for stipple
2000-02-25 Keith WhitwellFog coordinate stage which drivers may use to replace...
2000-02-17 Brian Paulremoved driver RendererString() and ExtensionString...
2000-01-06 Brian Paulnew Clear function mask
1999-12-10 Brian Paulchanges in hardware depth buffer support
1999-12-10 Brian Pauladded stencil buffer functions
1999-11-25 Brian Paulreplaced Driver.SetBuffer() with SetDrawBuffer() and...
1999-11-22 Brian Paulchanged comment for WriteRGBSpan()
1999-10-21 Brian Paulupdated some comments/docs
1999-09-30 Keith Whitwellmore hooks for mga driver, including an immediate fastpath
1999-09-18 Keith WhitwellLarge patch:
1999-08-19 jtgInitial revision