Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-30 | x86: Fix the test for negative pixel count in optimized rgb565 spans. | Eric Anholt | |
There's a bunch of bogus looking stuff the count handling in this code, but this fixes the testcases we have. | |||
2008-05-14 | _generic_read_RGBA_span_BGRA8888_REV_SSE2: It should adjust the source | Xiang, Haihao | |
and target pointers after do the first 2 pixels. fix bug #15850 | |||
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 | |
Patch submitted by Christoph Brill. See http://www.gentoo.org/proj/en/hardened/pic-fix-guide.xml | |||
2006-04-17 | Add .note.GNU-stack section to assembler files to avoid the default behavior | Kristian Høgsberg | |
of requesting executable stacks. | |||
2005-06-30 | Fix crashes with pixel readback when using the optimized assembly functions. | Roland Scheidegger | |
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 | |||
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 | |
(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. |