summaryrefslogtreecommitdiff
path: root/src/mesa/x86/read_rgba_span_x86.S
AgeCommit message (Expand)AuthorFilesLines
2009-10-30x86: Fix the test for negative pixel count in optimized rgb565 spans.Eric Anholt1-1/+1
2008-05-14_generic_read_RGBA_span_BGRA8888_REV_SSE2: It should adjust the sourceXiang, Haihao1-1/+3
2007-11-09remove commented-out codeBenno Schulenberg1-110/+7
2007-11-05fix mmx code (bug 12614)Brian1-8/+8
2007-03-13use movdqu instead of movdqa for unaligned load avoiding a segfault (bug 10265)Roland Scheidegger1-1/+1
2007-03-10Fix TEXREL issues.Brian1-0/+86
2006-04-17Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg1-0/+4
2005-06-30Fix crashes with pixel readback when using the optimized assembly functions.Roland Scheidegger1-2/+9
2005-01-04use HIDDEN macro to export fewer symbols (bug 2210)Brian Paul1-0/+4
2004-12-15protected elfish code against non-elf compilersDaniel Borca1-0/+2
2004-11-02Added MMX optimized version of the RGB565 ReadRGBASpan routine.Ian Romanick1-0/+223
2004-10-14Add support for optimized versions of the code underlying ReadPixelsIan Romanick1-0/+453