summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-09-22Post-release version bump to 0.32.90.32Oded Gabbay1-1/+1
2015-09-22Pre-release version bump to 0.32.8pixman-0.32.8Oded Gabbay1-1/+1
2015-09-22pixman-general: Fix stack related pointer arithmetic overflowSiarhei Siamashka1-9/+7
2014-07-05Post-release version bump to 0.32.7Søren Sandmann Pedersen1-1/+1
2014-07-05Pre-release version bump to 0.32.6pixman-0.32.6Søren Sandmann Pedersen1-1/+1
2014-07-04configure.ac: Check if the compiler supports GCC vector extensionsSiarhei Siamashka3-10/+27
2014-07-04create_bits(): Cast the result of height * stride to size_tSøren Sandmann1-1/+1
2014-07-03MIPS: Fix exported symbols in public API.Nemanja Lukic1-0/+3
2013-11-17Post-release version bump to 0.32.5Matt Turner1-1/+1
2013-11-17Pre-release version bump to 0.32.4pixman-0.32.4Matt Turner1-1/+1
2013-11-17test/utils.c: Make the stack unaligned only on 32 bit WindowsSøren Sandmann1-1/+1
2013-11-17Fix the SSSE3 CPUID detection.Jakub Bogusz1-1/+1
2013-11-11Post-release version bump to 0.32.3Søren Sandmann1-1/+1
2013-11-11Pre-release version bump to 0.32.2pixman-0.32.2Søren Sandmann1-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-11Post-release version bump to 0.32.1Søren Sandmann1-1/+1
2013-11-10Pre-release version bump to 0.32.0pixman-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.2pixman-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
2013-10-01vmx: align destination to fix valgrind invalid memory writesSiarhei Siamashka1-0/+422
2013-10-01test: Add new thread-test programSøren Sandmann Pedersen3-3/+201
2013-10-01Rename HAVE_PTHREAD_SETSPECIFIC to HAVE_PTHREADSSøren Sandmann Pedersen2-15/+16
2013-09-29blitters-test: Remove unused variableSøren Sandmann Pedersen1-2/+1
2013-09-27utils.c: Make image_endian_swap() deal with negative stridesSøren Sandmann Pedersen1-6/+7
2013-09-26utils.c: Make print_image actually cope with negative stridesSøren Sandmann Pedersen1-3/+3
2013-09-26Move generated affine fetchers into pixman-fast-path.cSøren Sandmann Pedersen2-530/+530
2013-09-26Move bits_image_fetch_bilinear_no_repeat_8888 into pixman-fast-path.cSøren Sandmann Pedersen2-237/+237
2013-09-26fast, ssse3: Simplify logic to fetch lines in the bilinear iteratorsSøren Sandmann Pedersen2-52/+30