summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed missing dependency in libdemoHEADmasterEmanuel Schmidt2023-02-171-1/+1
* Changed name of the config-header to "pixman-config.h"Emanuel Schmidt2023-02-1444-44/+46
* Separate meson build options for demos and testsEmanuel Schmidt2023-02-0818-30/+67
* Fix signed-unsigned semantics in reduce_32Heiko Lewin2022-11-032-21/+34
* Post-release version bump to 0.42.3Matt Turner2022-11-032-2/+2
* add r8g8b8 sRGB to test suiteClaude Heiland-Allen2022-11-033-0/+3
* implement r8g8b8 sRGB (without alpha)Claude Heiland-Allen2022-11-033-0/+158
* Pre-release version bump to 0.42.2pixman-0.42.2Matt Turner2022-11-022-2/+2
* Avoid integer overflow leading to out-of-bounds writeMatt Turner2022-11-021-1/+1
* Revert "Fix signed-unsigned semantics in reduce_32"Matt Turner2022-10-273-82/+32
* build: Add a64-neon-test.S to EXTRA_DISTMatt Turner2022-10-271-0/+1
* meson: explicitly set C standard to gnu99Simon Ser2022-10-271-1/+1
* meson: override pixman-1 dependencySimon Ser2022-10-271-0/+4
* Makefile.am: increase shell portabilityThomas Klausner2022-10-181-1/+1
* configure.ac: avoid unportable test(1) operatorThomas Klausner2022-10-181-1/+1
* Post-release version bump to 0.42.1Simon Ser2022-10-182-2/+2
* Pre-release version bump to 0.42.0pixman-0.42.0Simon Ser2022-10-182-3/+3
* meson: Add feature to disable compiler TLS supportBenjamin Gilbert2022-10-182-9/+24
* configure.ac: allow x64 libraries on Solaris to run on non-SSSE3 machinesAlan Coopersmith2022-10-131-6/+10
* Fix inverted colors on big endian systemJocelyn Falempe2022-06-291-0/+4
* configure: replace bugzilla URL with gitlab issuesAlan Coopersmith2022-02-191-1/+1
* meson: Fix usage of pkgconfig.generate()Nirbheek Chauhan2022-01-221-2/+1
* meson: Fix warning about extract_all_objects usageNirbheek Chauhan2022-01-213-10/+3
* demos: port to Gtk3Manuel Stoeckl2022-01-125-44/+36
* added aarch64 bilinear implementations (ver.4.1)Mizuki Asakura2021-09-1712-1/+6399
* Constify region APIsSimon Ser2021-09-172-114/+114
* tests: Fix undefined symbol build error on macOSNirbheek Chauhan2021-09-171-2/+2
* Fix -Wincompatible-function-pointer-types warningAlex Richardson2021-09-171-2/+2
* Fix masked pixel fetching with wide formatManuel Stoeckl2021-08-091-2/+6
* Fix signed-unsigned semantics in reduce_32Heiko Lewin2021-07-213-32/+82
* Fix AltiVec detection on FreeBSD.pkubaj2021-05-071-0/+18
* Avoid out-of-bounds read when accessing individual bytes from mask.Jonathan Kew2021-05-071-22/+23
* meson: update option descriptions.Érico Rolim2020-10-221-3/+3
* meson: remove pixman dependencyDylan Baker2020-06-181-2/+0
* meson: add option to skip building of tests and demosTim-Philipp Müller2020-06-022-2/+10
* meson: add cpu-features-path option for AndroidTim-Philipp Müller2020-06-022-1/+20
* Update README a littleTim-Philipp Müller2020-05-301-29/+53
* Add -ftrapping-math to default cflagsTom Stellard2020-05-111-0/+6
* Prevent empty top-level declarationMichael Forney2020-04-262-4/+4
* Post-release version bump to 0.40.1Matt Turner2020-04-192-2/+2
* Pre-release version bump to 0.40.0pixman-0.40.0Matt Turner2020-04-192-3/+3
* Move from MD5/SHA1 to SHA256/SHA512 digestsMatt Turner2020-04-191-25/+25
* Build xz tarballs instead of bzip2Matt Turner2020-04-192-14/+14
* Distribute the blue-noise filesMatt Turner2020-04-192-0/+2
* Enabled armv6 SIMD for 3DS (devkitARM) and arm neon SIMD for PS Vita (vitasdk...Ghabry2020-04-141-0/+25
* loongson: Avoid C90 mixing-code-and-decls warningMatt Turner2020-04-071-8/+10
* configure.ac: use '-mloongson-mmi' for Loongson MMIShiyou Yin2020-04-072-2/+2
* fast-path: Fix some sketchy pointer arithmeticAdam Jackson2020-04-021-7/+7
* lowlevel-blt-bench: Remove unused variableMatt Turner2020-03-201-2/+0
* Initialize temporary buffers in general_composite_rect()Federico Mena Quintero2020-03-181-0/+6