summaryrefslogtreecommitdiff
path: root/src/mesa/x86/read_rgba_span_x86.S
AgeCommit message (Collapse)Author
2005-01-04use HIDDEN macro to export fewer symbols (bug 2210)Brian Paul
2004-12-15protected elfish code against non-elf compilersDaniel Borca
2004-11-02Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick
2004-10-14Add support for optimized versions of the code underlying ReadPixelsIan 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.