summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-13mmx: faster bilinear interpolation (get rid of XOR instruction)mmx-nearestMatt Turner1-7/+5
2014-03-13mmx: Don't read+write dst when not neededMatt Turner1-13/+9
2014-03-13mmx: Don't unpack+repack when not neededMatt Turner1-8/+27
2014-03-13mmx: Add nearest over_8888_8888Matt Turner1-0/+57
2014-03-13mmx: Add nearest over_8888_n_8888Matt Turner1-0/+62
2014-01-04Remove all the operators that use division from pixman-combine32.cSøren Sandmann1-1429/+0
2014-01-04Copy the comments from pixman-combine32.c to pixman-combine-float.cSøren Sandmann1-96/+238
2014-01-04utils.c: Set DEVIATION to 0.0128Søren Sandmann Pedersen1-1/+1
2014-01-04Use floating point combiners for all operators that involve divisionsSøren Sandmann3-41/+29
2014-01-04Soft Light: Consistent approach to division by zeroSøren Sandmann3-3/+3
2014-01-04pixman-combine32.c: Fix bugs related to integer promotionSøren Sandmann Pedersen2-4/+9
2014-01-04pixman/pixman-combine32.c: Bug fixes for separable blend modesSøren Sandmann Pedersen3-62/+94
2014-01-04pixel-test.c: Add a number of pixels that have failed at some pointSøren Sandmann1-0/+2680
2014-01-04test/tolerance-test: New test programSøren Sandmann Pedersen2-0/+361
2014-01-04pixel-test: Command line argument to specify the regression to runSøren Sandmann1-1/+13
2014-01-04pixel-test: Add support for mask pixelsSøren Sandmann1-11/+75
2014-01-04test/check-formats.c: Add support for separable blend modesSøren Sandmann Pedersen1-0/+16
2014-01-04test/utils.c: Add support for separable blend mode ops to do_composite()Søren Sandmann Pedersen1-4/+178
2013-12-26configure.ac: Check and use -Wno-unused-local-typedefs GCC optionSøren Sandmann1-0/+1
2013-12-03Soft Light: The first comparison should be <=, not <Søren Sandmann2-2/+2
2013-11-23general: Support component alpha for all image typesSøren Sandmann3-17/+2
2013-11-17test/utils.c: Make the stack unaligned only on 32 bit WindowsSøren Sandmann1-1/+1
2013-11-12Fix the SSSE3 CPUID detection.Jakub Bogusz1-1/+1
2013-11-11demos/Makefile.am: Move EXTRA_DIST outside "if HAVE_GTK"Søren Sandmann1-2/+2
2013-11-11test: Fix the win32 buildAndrea Canciani1-2/+1
2013-11-10Post-release version bump to 0.33.1Søren Sandmann1-2/+2
2013-11-10Pre-release version bump to 0.32.0Søren Sandmann1-2/+2
2013-11-01Post-release version bump to 0.31.3Søren Sandmann Pedersen1-1/+1
2013-11-01Pre-release version bump to 0.31.2Søren Sandmann Pedersen1-1/+1
2013-11-01pixman_trapezoid_valid(): Fix underflow when bottom is close to MIN_INTRitesh Khadgaray1-1/+1
2013-11-01test/trap-crasher.c: Add trapezoid that demonstrates a crashSøren Sandmann Pedersen1-1/+13
2013-11-01Fix pixman build with older GCC releasesBrad Smith2-1/+17
2013-10-17pixman-glyph.c: Add __force_align_arg_pointer to composite functionsSøren Sandmann Pedersen1-0/+6
2013-10-17utils.c: On x86-32 unalign the stack before calling test_functionSøren Sandmann Pedersen1-2/+30
2013-10-14configure.ac: check and use -Wdeclaration-after-statement GCC optionSiarhei Siamashka1-0/+1
2013-10-14sse2: bilinear fast path for src_x888_8888Siarhei Siamashka1-0/+67
2013-10-12configure.ac: Add check for pmulhuw assemblySøren Sandmann Pedersen1-0/+6
2013-10-12scale.c: Use int instead of kernel_t for values in named_int_tSøren Sandmann Pedersen1-3/+3
2013-10-12pixman-combine32.c: Make Color Burn routine follow the math more closelySøren Sandmann Pedersen3-10/+9
2013-10-12pixman-combine32: Make Color Dodge routine follow the math more closelySøren Sandmann Pedersen3-10/+9
2013-10-12pixman-combine32: Rename a number of variable from sa/sca to as/sSøren Sandmann Pedersen1-100/+99
2013-10-12pixman-combine32: Improve documentation for blend mode operatorsSøren Sandmann Pedersen1-126/+204
2013-10-12pixman-combine32.c: Formatting fixesSøren Sandmann Pedersen1-62/+64
2013-10-09Fix thread-test on non-OpenMP systemsAndrea Canciani1-6/+9
2013-10-09Add support for SSSE3 to the MSVC build systemAndrea Canciani1-2/+27
2013-10-09Fix build of check-formats on MSVCAndrea Canciani1-0/+5
2013-10-09Fix building of "other" programs on MSVCAndrea Canciani1-3/+3
2013-10-09Fix build on MSVCAndrea Canciani2-2/+2
2013-10-04fast: Swap image and iter flags in generated fast pathsSøren Sandmann Pedersen1-3/+3
2013-10-01vmx: there is no need to handle unaligned destination anymoreSiarhei Siamashka1-81/+36