summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-05wipwip/linear-floatAndrea Canciani1-20/+9
2010-08-12WIP: high precision linear gradientsAndrea Canciani1-63/+35
2010-08-08Store the various bits image fetchers in a table with formats and flags.Søren Sandmann Pedersen1-50/+76
2010-08-08Add some new FAST_PATH flagsSøren Sandmann Pedersen4-16/+55
2010-08-08Remove "_raw_" from all the accessors.Søren Sandmann Pedersen3-46/+41
2010-08-08Eliminate the store_scanline_{32,64} function pointers.Søren Sandmann Pedersen2-42/+16
2010-08-08Split bits_image_fetch_transformed() into two functions.Søren Sandmann Pedersen1-94/+128
2010-08-08Eliminate get_pixel_32() and get_pixel_64() from bits_image.Søren Sandmann Pedersen2-37/+45
2010-08-08Eliminate recursion from alpha map codeSøren Sandmann Pedersen1-2/+2
2010-08-08Replace compute_src_extent_flags() with analyze_extents()Søren Sandmann Pedersen3-81/+212
2010-08-08Extend scaling-crash-test in various waysSøren Sandmann Pedersen1-54/+139
2010-08-05Fix Altivec/OpenBSD patchSøren Sandmann Pedersen1-2/+2
2010-08-05Add support for AltiVec detection for OpenBSD/PowerPC.Brad Smith1-1/+24
2010-08-04CODING_STYLE: Delete the stuff about trailing spacesSøren Sandmann Pedersen1-20/+3
2010-08-04If we bail out of do_composite, make sure to undo any workarounds.Søren Sandmann Pedersen1-2/+3
2010-08-04Add x14r6g6b6 format to blitters-testSøren Sandmann Pedersen1-1/+2
2010-08-04Add support for 32bpp X14R6G6B6 format.Marek Vasut3-1/+69
2010-07-27test: 'scaling-test' updated to provide better coverageSiarhei Siamashka2-8/+21
2010-07-27test: 'scaling-crash-test' addedSiarhei Siamashka2-0/+126
2010-07-23bits: Fix potential divide-by-zero in projective codeSøren Sandmann Pedersen1-4/+12
2010-07-22[sse2] Add sse2_composite_add_n_8()Søren Sandmann Pedersen1-0/+98
2010-07-22[sse2] Add sse2_composite_in_n_8()Søren Sandmann Pedersen1-1/+108
2010-07-22[sse2] Add sse2_composite_src_x888_8888()Søren Sandmann Pedersen1-0/+84
2010-07-22[fast] Add fast_composite_src_x888_8888()Søren Sandmann Pedersen1-0/+38
2010-07-21Fix thinko in configure.ac's macro to test linking.M Joonas Pihlaja1-3/+3
2010-07-21Avoid trailing slashes on automake install dirs.M Joonas Pihlaja1-1/+1
2010-07-21Check for specific flags by actually trying to compile and link.M Joonas Pihlaja1-41/+59
2010-07-21Check that the OpenMP pragmas don't cause link errors.M Joonas Pihlaja3-14/+77
2010-07-21Don't trust OpenBSD's gcc to produce working code for __thread.M Joonas Pihlaja1-0/+3
2010-07-21Try harder to find suitable flags for pthreads.M Joonas Pihlaja2-25/+42
2010-07-13Check for read accessors before taking the bilinear fast pathSøren Sandmann Pedersen1-0/+1
2010-07-12fast-path: Some formatting fixesSøren Sandmann Pedersen1-13/+13
2010-07-12In the FAST_NEAREST macro call the function 8888_8888 and not x888_x888Søren Sandmann Pedersen1-18/+18
2010-07-12Make the repeat mode explicit in the FAST_NEAREST macro.Søren Sandmann Pedersen1-17/+26
2010-07-11When converting indexed formats to 64 bits, don't correct for channel widthsSøren Sandmann Pedersen2-3/+30
2010-07-11test: Make sure the palettes for indexed format roundtrip properlySøren Sandmann Pedersen1-11/+63
2010-07-11Split the fast path caching into its own force_inline functionSøren Sandmann Pedersen1-93/+107
2010-07-11Cache the implementation along with the fast paths.Søren Sandmann Pedersen1-10/+16
2010-07-11Hide the global implementation variable behind a force_inline function.Søren Sandmann Pedersen1-13/+15
2010-07-10Fix memory leak in the pthreads thread local storage codeSøren Sandmann Pedersen1-3/+10
2010-07-07Make the combiner macros less likely to cause name collisions.Søren Sandmann Pedersen1-76/+76
2010-07-06Minor tweaks to READMESøren Sandmann Pedersen1-1/+2
2010-06-24Store the conical angle in floating point radians, not fixed point degreesSøren Sandmann Pedersen2-5/+7
2010-06-20Fix conical gradients to match QConicalGradient from QtSøren Sandmann Pedersen1-19/+32
2010-06-18Make separate gray scanline storers.Søren Sandmann Pedersen2-4/+38
2010-06-18When storing a g1 pixel, store the lowest bit, rather than comparing with 0.Søren Sandmann Pedersen2-2/+2
2010-06-09test: verify that gradients do not crash pixmanAndrea Canciani2-0/+119
2010-06-09support single-stop gradientsAndrea Canciani2-4/+0
2010-06-09Eliminate mask_bits from all the scanline fetchers.Søren Sandmann Pedersen9-144/+85
2010-06-03create getter for component alphaJeff Muizelaar2-0/+7