Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup of derived state calculation prior to seperating software T&L | Keith Whitwell | 2000-11-13 | 20 | -173/+292 |
| | | | | | | | | | | | | 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. | ||||
* | replaced s_imaging.h with s_histogram.h | Brian Paul | 2000-11-10 | 1 | -2/+2 |
| | |||||
* | renamed to histogram | Brian Paul | 2000-11-10 | 1 | -106/+0 |
| | |||||
* | minor changes to silence compiler warnings | Brian Paul | 2000-11-10 | 5 | -23/+31 |
| | |||||
* | hooked in new AA line code, minor clean-up | Brian Paul | 2000-11-05 | 1 | -181/+53 |
| | |||||
* | New implementation of antialiased lines. Mesa should now pass the remaining | Brian Paul | 2000-11-05 | 3 | -0/+871 |
| | | | | | GL conformance tests for AA lines (but not tried yet). TODO: improve code sharing with the AA triangle code. | ||||
* | Reorganized software rasterizer as a module which manages its own state, | Keith Whitwell | 2000-11-05 | 33 | -2104/+2578 |
| | | | | | | with tighter interfaces with the rest of the world. Proper documentation to come. | ||||
* | Always call Driver.SetReadBuffer() in copy pixels functions, just to be safe | Brian Paul | 2000-10-31 | 1 | -2/+16 |
| | |||||
* | Moved software rasterizer functionality to new directory. | Keith Whitwell | 2000-10-31 | 44 | -0/+21081 |