Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa/x86: Remove dead read_rgba_span_x86.h. | Matt Turner | 2014-01-21 | 1 | -56/+0 |
| | | | | Dead since 304f7a13. | ||||
* | Added MMX optimized version of the RGB565 ReadRGBASpan routine. | Ian Romanick | 2004-11-02 | 1 | -0/+3 |
| | |||||
* | Add support for optimized versions of the code underlying ReadPixels | Ian Romanick | 2004-10-14 | 1 | -0/+53 |
(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. |