summaryrefslogtreecommitdiff
path: root/src/mesa/main/lines.c
AgeCommit message (Collapse)Author
1999-11-08flush pb after each line segment - for conformanceBrian Paul
1999-11-08clean-up of header includes (Daryll)Brian Paul
1999-10-08Fixed includes & added a few hooks for the DRI.Keith 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