aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/read_rgba_span_x86.S
Commit message (Collapse)AuthorAgeFilesLines
* remove commented-out codeBenno Schulenberg2007-11-091-110/+7
|
* fix mmx code (bug 12614)Brian2007-11-051-8/+8
|
* use movdqu instead of movdqa for unaligned load avoiding a segfault (bug 10265)Roland Scheidegger2007-03-131-1/+1
|
* Fix TEXREL issues.Brian2007-03-101-0/+86
| | | | | Patch submitted by Christoph Brill. See http://www.gentoo.org/proj/en/hardened/pic-fix-guide.xml
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-171-0/+4
| | | | of requesting executable stacks.
* Fix crashes with pixel readback when using the optimized assembly functions.Roland Scheidegger2005-06-301-2/+9
| | | | | | | | Pixel count can be negative (this could be fixed elsewhere), so adapt the functions to work with such inputs correctly (same behaviour as non-optimized functions). Bugzilla #2317 Submitted by idr
* use HIDDEN macro to export fewer symbols (bug 2210)Brian Paul2005-01-041-0/+4
|
* protected elfish code against non-elf compilersDaniel Borca2004-12-151-0/+2
|
* Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick2004-11-021-0/+223
|
* Add support for optimized versions of the code underlying ReadPixelsIan Romanick2004-10-141-0/+453
(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.