Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-28 | Silence gcc-4 warnings. | Aapo Tahkola | |
2005-09-04 | Combine GET_DST_PTR and GET_SRC_PTR into just GET_PTR. | Brian Paul | |
2005-07-01 | remove common macros used in the span functions of most drivers from the ↵ | Roland Scheidegger | |
individual drivers and put them in common code. It is still possible for a driver to define its own macros if it has special needs. This affects CLIPPIXEL, CLIPSPAN, HW_CLIPLOOP, HW_ENDCLIPLOOP, and for drivers using the spantmp2 template also GET_SRC_PTR and GET_DST_PTR. | |||
2005-05-05 | fix for renderbuffer (Andreas Stenglein) | Brian Paul | |
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. | |||
2005-01-15 | Use HW_READ_LOCK and HW_READ_UNLOCK in assembler-optimized span read | Felix Kuehling | |
functions. | |||
2004-11-02 | Added MMX optimized version of the RGB565 ReadRGBASpan routine. | Ian Romanick | |
2004-10-18 | Small optimization for big-endian (e.g., PowerPC) systems. | Ian Romanick | |
2004-10-16 | Only build the MMX/SSE/SSE2 versions for ReadRGBASpan when the pixel format | Ian Romanick | |
matches what they optimized versions actually expect. | |||
2004-10-15 | Fixed a few places that should have been using GET_SRC_PTR. | Ian Romanick | |
2004-10-14 | Add support for optimized versions of the code underlying ReadPixels | Ian Romanick | |
(and DrawPixels). The R200, R128, and Unichrome drivers get support in this commit. Other drivers would be easy enough to add for people that have the cards. The DRI (CVS) build will need to be updated to account for the new source files. |