Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-02 | merge current trunk into vbo branch | Alan Hourihane | |
2006-10-31 | switch remaining drivers over to vbo | Keith Whitwell | |
2006-10-18 | Want to stop passing x/y/width/height to Clear() function. | Brian Paul | |
The coordinates need to be computed after we've got the hw lock. Code updated to: 1. Ignore all/x/y/width/height/ params passed to Clear func. 2. Pass 0,0,0,0,0 to _swrast_Clear() until they're totally removed. | |||
2005-09-13 | Replace ctx->Driver.StencilOp/Func/Mask() functions with | Brian Paul | |
ctx->Driver.Stencil*Separate() functions. | |||
2005-05-04 | Major check-in of changes for GL_EXT_framebuffer_object extension. | Brian Paul | |
Main driver impacts: - new code for creating the Mesa GLframebuffer - new span/pixel read/write code Some drivers not yet updated/tested. | |||
2004-12-27 | Get s3v building with a minimum of warnings. | Adam Jackson | |
2004-12-16 | Import s3virge and trident drivers. Not functional yet; no Makefile, no ↵ | Adam Jackson | |
DRI-aware DDX. |