summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Pre-release version bump to 0.38.2pixman-0.38.2Matt Turner2019-04-072-2/+2
* meson: Correct copy-and-paste mistakeMatt Turner2019-04-071-1/+1
* void function should not return a valueNiveditha Rau2019-03-271-6/+24
* Windows: Support building with SHELL=cmd.exeSimon Richter2019-03-271-2/+14
* Windows: Show compiler invocationSimon Richter2019-03-271-1/+1
* meson: store ARM SIMD and NEON tests as text filesDylan Baker2019-03-273-30/+24
* meson: simplify and fix mmx library compilationDylan Baker2019-03-271-9/+9
* meson: Add proper include paths for the loongson checkDylan Baker2019-03-271-0/+1
* meson: fix copy-n-paste error for arm simd assemblyDylan Baker2019-03-271-1/+1
* meson: fix typo which breaks loongson checksDylan Baker2019-03-271-1/+1
* meson: work around meson issue #5115Dylan Baker2019-03-271-7/+9
* Bump version to 0.38.0pixman-0.38.0Maarten Lankhorst2019-02-113-5/+5
* pixman: Use maximum precision for pixman-bits-image, v2.Maarten Lankhorst2019-02-112-111/+328
* Implement floating point gradient computation, v2.Basile Clement2019-02-115-110/+234
* build: Add meson files to EXTRA_DISTDylan Baker2019-01-154-2/+15
* editorconfig: use tabs for MakefilesDylan Baker2019-01-151-0/+3
* Merge remote-tracking branch 'origin/master'Maarten Lankhorst2018-12-077-2/+889
|\
| * gitlab-ci: Add meson build to pipeline testDylan Baker2018-11-291-2/+12
| * meson: Add a meson build systemDylan Baker2018-11-295-0/+866
| * Add .editorconfig fileDylan Baker2018-11-291-0/+11
* | Post release version bump to 37.1Maarten Lankhorst2018-12-071-2/+2
* | 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