summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* pixman-compiler.h: fix building tests with MinGWAntonio Ospite2020-03-151-1/+1
* pixman-combine: Fix wrong value of RB_MASK_PLUS_ONE.Yin Shiyou2020-02-201-1/+1
* meson: add missing function check (getisax)Mathieu Duponchelle2020-01-301-5/+1
* meson: finish porting over mmx and ssse2 flags for sun and msvcMathieu Duponchelle2020-01-301-2/+9
* test/utils: Check for FE_INVALID definition before useKhem Raj2019-12-191-0/+2
* thread-test.c: Use Windows Threading API on WindowsChun-wei Fan2019-11-192-16/+75
* demos: Define _USE_MATH_DEFINES on MSVC-style compilersChun-wei Fan2019-11-191-0/+6
* test/solid-test.c: Include stdint.hChun-wei Fan2019-11-191-0/+1
* pixman/meson.build: Define PIXMAN_API on MSVC-style compilersChun-wei Fan2019-11-191-1/+7
* pixman-[compiler|private].h: Export symbols for testsChun-wei Fan2019-11-192-0/+5
* pixman/pixman.h: Mark public APIs with PIXMAN_APIChun-wei Fan2019-11-191-0/+274
* pixman/pixman-version.h.in: Add a PIXMAN_API macroChun-wei Fan2019-11-191-0/+4
* meson.build: Improve libpng search on MSVCChun-wei Fan2019-11-191-1/+18
* build: Don't assume PThreads if threading support is foundChun-wei Fan2019-11-192-3/+30
* meson.build: Disable OpenMP on MSVC buildsChun-wei Fan2019-11-191-8/+15
* meson.build: Fix MMX, SSE2 and SSSE3 checks on MSVCChun-wei Fan2019-11-181-6/+21