aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/read_rgba_span_x86.h
Commit message (Collapse)AuthorAgeFilesLines
* Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick2004-11-021-0/+3
|
* Add support for optimized versions of the code underlying ReadPixelsIan Romanick2004-10-141-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.