aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/lines.c
Commit message (Collapse)AuthorAgeFilesLines
* added LineWidth device driver functionBrian Paul2000-03-031-1/+3
|
* add callbacks for stippleKeith Whitwell2000-02-271-1/+4
|
* Fog coordinate stage which drivers may use to replace standard foggingKeith Whitwell2000-02-251-5/+3
| | | | | | mechanism. LogicOp state change callback
* first big check-in of new Mesa 3.3 codeBrian Paul1999-11-111-12/+9
|
* flush pb after each line segment - for conformanceBrian Paul1999-11-081-16/+16
|
* clean-up of header includes (Daryll)Brian Paul1999-11-081-4/+1
|
* Fixed includes & added a few hooks for the DRI.kw-mesa-1Keith Whitwell1999-10-081-1/+5
|
* Large patch:Keith Whitwell1999-09-181-80/+3
| | | | | | | | | | - 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.
* Initial revisionjtg1999-08-191-0/+1146