History log of /external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d1e28b22673777fe1290cda899abf73aad02e4aa 03-Feb-2011 Christopher James Halse Rogers <christopher.halse.rogers@canonical.com> mesa: Optionally build a dricore support library (v3)

This an adds --enable-shared-dricore option to configure. When enabled,
DRI modules will link against a shared copy of the common mesa routines
rather than statically linking these.

This saves about 30MB on disc with a full complement of classic DRI
drivers.

v2: Only enable with a gcc-compatible compiler that handles rpath
Handle DRI_CFLAGS without filter-out magic
Build shared libraries with the full mklib voodoo
Fix typos
v3: Resolve conflicts with talloc removal patches

Signed-off-by: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
811ee32a9ef177bec46c82692eeac8bc7297753c 24-Jan-2011 Dimitry Andric <dimitry@andric.com> mesa: s/movzxw/movzwl/ in read_rgba_span_x86.S

Fixes http://bugs.freedesktop.org/show_bug.cgi?id=33386
NOTE: This is a candidate for the 7.9 and 7.10 branches

Signed-off-by: Brian Paul <brianp@vmware.com>
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
e02dc139520fab9f7189e0ae390f72ed674bb7d7 24-Jan-2010 Vinson Lee <vlee@vmware.com> x86: Do not build read_rgba_span_x86.S on Mac OS X.

read_rgba_span_x86.S uses the pseudo-ops .hidden and .type which are
not recognized on Mac OS X.
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
d63c29ef20b26aa90fb310216011d03253e4f09b 31-Oct-2009 Eric Anholt <eric@anholt.net> x86: Fix the test for negative pixel count in optimized rgb565 spans.

There's a bunch of bogus looking stuff the count handling in this code, but
this fixes the testcases we have.
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
4b7d301c94d33394550322768a9d2232087b2d64 14-May-2008 Xiang, Haihao <haihao.xiang@intel.com> _generic_read_RGBA_span_BGRA8888_REV_SSE2: It should adjust the source
and target pointers after do the first 2 pixels. fix bug #15850
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
d540e8e9dfc18063f98a31cb3d078d183cf8fce6 09-Nov-2007 Benno Schulenberg <bensberg@justemail.net> remove commented-out code
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
a49e0726e3c3cfbf0d784ba4e9a485af02a7b4dd 05-Nov-2007 Brian <brian.paul@tungstengraphics.com> fix mmx code (bug 12614)
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
14f0b7ea98d5cb2f805fc22796596ef878ae24cb 13-Mar-2007 Roland Scheidegger <sroland@tungstengraphics.com> use movdqu instead of movdqa for unaligned load avoiding a segfault (bug 10265)
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
7d39c1ae76cc7dc6793980fd83db100399ee9179 10-Mar-2007 Brian <brian@yutani.localnet.net> Fix TEXREL issues.

Patch submitted by Christoph Brill.
See http://www.gentoo.org/proj/en/hardened/pic-fix-guide.xml
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
fcdc6a7d2488defd66bc7e8398c6d8c9a6190a1a 17-Apr-2006 Kristian Høgsberg <krh@redhat.com> Add .note.GNU-stack section to assembler files to avoid the default behavior
of requesting executable stacks.
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
4d652b7855d1f852fd81fcffe7dabf9c685c9a0b 30-Jun-2005 Roland Scheidegger <rscheidegger@gmx.ch> Fix crashes with pixel readback when using the optimized assembly functions.
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
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
932dee87e3002be87dc3bcc49efd8ac9ac3e1fa4 04-Jan-2005 Brian Paul <brian.paul@tungstengraphics.com> use HIDDEN macro to export fewer symbols (bug 2210)
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
ea3885812704645944752887d892c38a46710956 15-Dec-2004 Daniel Borca <dborca@users.sourceforge.net> protected elfish code against non-elf compilers
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
bdd53efe8302e85fd1be4ceda0aa576e0119b14e 02-Nov-2004 Ian Romanick <idr@us.ibm.com> Added MMX optimized version of the RGB565 ReadRGBASpan routine.
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S
06487945186f546094b78cc7021a2bc1e695c17b 14-Oct-2004 Ian Romanick <idr@us.ibm.com> Add support for optimized versions of the code underlying ReadPixels
(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.
/external/mesa3d/src/mesa/x86/read_rgba_span_x86.S