summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_alpha.c
AgeCommit message (Collapse)Author
2001-03-03lots of gl_*() to _mesa_*() namespace clean-upBrian Paul
2000-11-13Cleanup of derived state calculation prior to seperating software T&LKeith Whitwell
into a new directory. Specifically the handling of changes to lighting lighting space (light in model vs. light in eye) have been revamped. Moved several derived values used only by swrast into that directory. Removed direct calls to swrast_flush() from vbrender.c -- pushed into ctx->Driver.RenderFinish. Optimized flat-shading case in swrast_setup.
2000-10-31Moved software rasterizer functionality to new directory.Keith Whitwell