summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86/read_rgba_span_x86.S
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove last DJGPP remainsEmil Velikov2014-09-271-2/+2
* mesa: Remove dricore from the build.Eric Anholt2013-10-241-8/+0
* mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers2011-02-111-0/+8
* mesa: s/movzxw/movzwl/ in read_rgba_span_x86.SDimitry Andric2011-01-241-1/+1
* x86: Do not build read_rgba_span_x86.S on Mac OS X.Vinson Lee2010-01-231-2/+2
* x86: Fix the test for negative pixel count in optimized rgb565 spans.Eric Anholt2009-10-301-1/+1
* _generic_read_RGBA_span_BGRA8888_REV_SSE2: It should adjust the sourceXiang, Haihao2008-05-141-1/+3
* 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
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-171-0/+4
* Fix crashes with pixel readback when using the optimized assembly functions.Roland Scheidegger2005-06-301-2/+9
* 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