index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
x86
/
read_rgba_span_x86.S
Age
Commit message (
Expand
)
Author
2010-01-23
x86: Do not build read_rgba_span_x86.S on Mac OS X.
Vinson Lee
2009-10-30
x86: Fix the test for negative pixel count in optimized rgb565 spans.
Eric Anholt
2008-05-14
_generic_read_RGBA_span_BGRA8888_REV_SSE2: It should adjust the source
Xiang, Haihao
2007-11-09
remove commented-out code
Benno Schulenberg
2007-11-05
fix mmx code (bug 12614)
Brian
2007-03-13
use movdqu instead of movdqa for unaligned load avoiding a segfault (bug 10265)
Roland Scheidegger
2007-03-10
Fix TEXREL issues.
Brian
2006-04-17
Add .note.GNU-stack section to assembler files to avoid the default behavior
Kristian Høgsberg
2005-06-30
Fix crashes with pixel readback when using the optimized assembly functions.
Roland Scheidegger
2005-01-04
use HIDDEN macro to export fewer symbols (bug 2210)
Brian Paul
2004-12-15
protected elfish code against non-elf compilers
Daniel Borca
2004-11-02
Added MMX optimized version of the RGB565 ReadRGBASpan routine.
Ian Romanick
2004-10-14
Add support for optimized versions of the code underlying ReadPixels
Ian Romanick