summaryrefslogtreecommitdiff
path: root/src/mesa/swrast_setup/ss_context.c
AgeCommit message (Collapse)Author
2000-11-10minor changes to silence compiler warningsBrian Paul
2000-11-05A new module to provide RasterSetup and advanced triangle/line/pointKeith Whitwell
functionality layered on top of the software rasterizer. An example entrypoint: void _swsetup_Triangle( GLcontext, GLuint, GLuint, GLuint, GLuint ) will coerce the software rasterizer to draw flat, twoside-lit, unfilled and offset triangles (including decomposition to points or lines).