summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-10-18Pre-release version bump to 0.42.0pixman-0.42.0Simon Ser2-3/+3
2022-10-18meson: Add feature to disable compiler TLS supportBenjamin Gilbert2-9/+24
2022-10-13configure.ac: allow x64 libraries on Solaris to run on non-SSSE3 machinesAlan Coopersmith1-6/+10
2022-06-29Fix inverted colors on big endian systemJocelyn Falempe1-0/+4
2022-02-19configure: replace bugzilla URL with gitlab issuesAlan Coopersmith1-1/+1
2022-01-22meson: Fix usage of pkgconfig.generate()Nirbheek Chauhan1-2/+1
2022-01-21meson: Fix warning about extract_all_objects usageNirbheek Chauhan3-10/+3
2022-01-12demos: port to Gtk3Manuel Stoeckl5-44/+36
2021-09-17added aarch64 bilinear implementations (ver.4.1)Mizuki Asakura12-1/+6399
2021-09-17Constify region APIsSimon Ser2-114/+114
2021-09-17tests: Fix undefined symbol build error on macOSNirbheek Chauhan1-2/+2
2021-09-17Fix -Wincompatible-function-pointer-types warningAlex Richardson1-2/+2
2021-08-09Fix masked pixel fetching with wide formatManuel Stoeckl1-2/+6
2021-07-21Fix signed-unsigned semantics in reduce_32Heiko Lewin3-32/+82
2021-05-07Fix AltiVec detection on FreeBSD.pkubaj1-0/+18
2021-05-07Avoid out-of-bounds read when accessing individual bytes from mask.Jonathan Kew1-22/+23
2020-10-22meson: update option descriptions.Érico Rolim1-3/+3
2020-06-18meson: remove pixman dependencyDylan Baker1-2/+0
2020-06-02meson: add option to skip building of tests and demosTim-Philipp Müller2-2/+10
2020-06-02meson: add cpu-features-path option for AndroidTim-Philipp Müller2-1/+20
2020-05-30Update README a littleTim-Philipp Müller1-29/+53
2020-05-11Add -ftrapping-math to default cflagsTom Stellard1-0/+6
2020-04-26Prevent empty top-level declarationMichael Forney2-4/+4
2020-04-19Post-release version bump to 0.40.1Matt Turner2-2/+2
2020-04-19Pre-release version bump to 0.40.0pixman-0.40.0Matt Turner2-3/+3
2020-04-19Move from MD5/SHA1 to SHA256/SHA512 digestsMatt Turner1-25/+25
2020-04-19Build xz tarballs instead of bzip2Matt Turner2-14/+14
2020-04-19Distribute the blue-noise filesMatt Turner2-0/+2
2020-04-14Enabled armv6 SIMD for 3DS (devkitARM) and arm neon SIMD for PS Vita (vitasdk...Ghabry1-0/+25
2020-04-07loongson: Avoid C90 mixing-code-and-decls warningMatt Turner1-8/+10
2020-04-07configure.ac: use '-mloongson-mmi' for Loongson MMIShiyou Yin2-2/+2
2020-04-02fast-path: Fix some sketchy pointer arithmeticAdam Jackson1-7/+7
2020-03-20lowlevel-blt-bench: Remove unused variableMatt Turner1-2/+0
2020-03-18Initialize temporary buffers in general_composite_rect()Federico Mena Quintero1-0/+6
2020-03-15pixman-compiler.h: fix building tests with MinGWAntonio Ospite1-1/+1
2020-02-20pixman-combine: Fix wrong value of RB_MASK_PLUS_ONE.Yin Shiyou1-1/+1
2020-01-30meson: add missing function check (getisax)Mathieu Duponchelle1-5/+1
2020-01-30meson: finish porting over mmx and ssse2 flags for sun and msvcMathieu Duponchelle1-2/+9
2019-12-19test/utils: Check for FE_INVALID definition before useKhem Raj1-0/+2
2019-11-19thread-test.c: Use Windows Threading API on WindowsChun-wei Fan2-16/+75
2019-11-19demos: Define _USE_MATH_DEFINES on MSVC-style compilersChun-wei Fan1-0/+6
2019-11-19test/solid-test.c: Include stdint.hChun-wei Fan1-0/+1
2019-11-19pixman/meson.build: Define PIXMAN_API on MSVC-style compilersChun-wei Fan1-1/+7
2019-11-19pixman-[compiler|private].h: Export symbols for testsChun-wei Fan2-0/+5
2019-11-19pixman/pixman.h: Mark public APIs with PIXMAN_APIChun-wei Fan1-0/+274
2019-11-19pixman/pixman-version.h.in: Add a PIXMAN_API macroChun-wei Fan1-0/+4
2019-11-19meson.build: Improve libpng search on MSVCChun-wei Fan1-1/+18
2019-11-19build: Don't assume PThreads if threading support is foundChun-wei Fan2-3/+30
2019-11-19meson.build: Disable OpenMP on MSVC buildsChun-wei Fan1-8/+15
2019-11-18meson.build: Fix MMX, SSE2 and SSSE3 checks on MSVCChun-wei Fan1-6/+21