summaryrefslogtreecommitdiff
path: root/src/mesa/main/dd.h
AgeCommit message (Collapse)Author
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
- FX bug fixes. - Polygon mode and edgeflag work properly. - Clipping works with edgeflag. - Driver.ReducedPrimitiveChange() callback so drivers that implement lines & points as triangles can turn culling off before rendering groups of these primitives. - Cleaned up feedback & select primitives.
1999-08-19Initial revisionjtg