summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.36.0pixman-0.36.0Maarten Lankhorst2018-11-211-2/+2
* pixman: Update git repository to the one at gitlab.Maarten Lankhorst2018-11-211-1/+1
* pixman: Add tests for (a)rgb floating point formats.Maarten Lankhorst2018-11-064-40/+186
* pixman: Add support for argb/xrgb float formats, v5.Maarten Lankhorst2018-11-065-9/+166
* test: Fix stride calculation in stress-testSiarhei Siamashka2018-07-061-5/+5
* test: Adjust for clang's removal of __builtin_shuffleVladimir Smirnov2018-06-051-1/+14
* Merge branch 'ci' into 'master'Adam Jackson2018-06-052-0/+15
|\
| * ci: Add .gitlab-ci.ymlAdam Jackson2018-06-052-0/+15
|/
* vmx: Fix vector loads on ppc64leDan Horák2018-05-141-1/+1
* Promote unsigned short to unsigned int explicitlyBehdad Esfahbod2018-01-091-4/+4
* Revert "demos/scale: Added pulldown to choose PIXMAN_FILTER_* value"Søren Sandmann Pedersen2016-09-032-60/+21
* pixman-filter: Made Gaussian a bit widerBill Spitzak2016-09-031-1/+1
* pixman-filter: Nested polynomial for cubicBill Spitzak2016-09-031-6/+8
* pixman-filter: Fix several issues related to normalizationSøren Sandmann Pedersen2016-09-031-8/+15
* pixman-filter: Speed up BOX/BOX filterSøren Sandmann Pedersen2016-09-021-1/+5
* pixman-filter: integral splitting is only needed for triangle filterBill Spitzak2016-09-021-6/+5
* pixman-filter: Correct Simpsons integrationBill Spitzak2016-09-021-6/+15
* pixman-filter: reduce amount of malloc/free/memcpy to generate filterBill Spitzak2016-09-021-33/+23
* pixman-image: Added enable-gnuplot config to view filters in gnuplotBill Spitzak2016-09-023-0/+131
* demos/scale: Added pulldown to choose PIXMAN_FILTER_* valueBill Spitzak2016-09-022-21/+60
* demos/scale: Default to locked axisBill Spitzak2016-09-021-0/+1
* demos/scale: fix blank subsamples spin boxBill Spitzak2016-09-021-0/+1
* demos/scale: Compute filter size using boundary of xformed ellipseBill Spitzak2016-09-021-41/+61
* More general BILINEAR=>NEAREST reductionSøren Sandmann Pedersen2016-09-021-28/+38
* Add new test of filter reduction from BILINEAR to NEARESTSøren Sandmann Pedersen2016-09-022-0/+113
* pixman-fast-path.c: Pick NEAREST affine fast paths before BILINEAR onesSøren Sandmann Pedersen2016-09-021-2/+2
* pixman-private: include <float.h> only in C codeThomas Petazzoni2016-01-311-2/+1
* build: Distinguish SKIP and FAIL on Win32Andrea Canciani2015-12-301-11/+20
* build: Use `del` instead of `rm` on `cmd.exe` shellsSimon Richter2015-12-231-2/+6
* build: Do not use `mkdir -p` on WindowsAndrea Canciani2015-12-231-2/+3
* build: Avoid phony `pixman` target in test/Makefile.win32Andrea Canciani2015-12-231-6/+4
* build: Remove use of BUILT_SOURCES from Makefile.win32Andrea Canciani2015-12-231-1/+1
* Post 0.34 branch creation version bump to 0.35.1Oded Gabbay2015-12-231-2/+2
* Post-release version bump to 0.33.7Oded Gabbay2015-12-221-1/+1
* Pre-release version bump to 0.33.6pixman-0.33.6Oded Gabbay2015-12-221-1/+1
* configura.ac: fix test for SSE2 & SSSE3 assembler supportOded Gabbay2015-12-221-4/+6
* mmx: Improve detection of support for "K" constraintAndrea Canciani2015-11-182-21/+18
* Revert "mmx: Use MMX2 intrinsics from xmmintrin.h directly."Matt Turner2015-11-182-8/+71
* Post-release version bump to 0.33.5Oded Gabbay2015-10-231-1/+1
* Pre-release version bump to 0.33.4pixman-0.33.4Oded Gabbay2015-10-231-1/+1
* test: Fix fence-image-self-test on MacAndrea Canciani2015-10-162-8/+10
* mmx: Use MMX2 intrinsics from xmmintrin.h directly.Matt Turner2015-10-132-71/+8
* vmx: implement fast path vmx_composite_over_n_8888Siarhei Siamashka2015-09-291-0/+54
* affine-bench: remove 8e margin from COVER areaBen Avison2015-09-251-6/+18
* Remove the 8e extra safety margin in COVER_CLIP analysisBen Avison2015-09-251-13/+4
* pixman-general: Tighten up calculation of temporary buffer sizesBen Avison2015-09-251-2/+2
* pixman-general: Fix stack related pointer arithmetic overflowSiarhei Siamashka2015-09-221-9/+7
* test: add a check for FE_DIVBYZEROThomas Petazzoni2015-09-202-0/+7
* vmx: Remove unused expensive functionsOded Gabbay2015-09-181-196/+0
* vmx: implement fast path vmx_composite_over_n_8_8888Oded Gabbay2015-09-181-0/+111