summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* pixman-sse2: Fix undefined unaligned loadsAdam Jackson2019-11-131-15/+18
* pixman-mmx: Fix undefined unaligned loadsAdam Jackson2019-11-131-3/+7
* pixman-mmx: Fix undefined left-shiftsAdam Jackson2019-11-131-2/+2
* test: Fix unrepresentable subtraction in stress-testAdam Jackson2019-11-011-1/+1
* pixman-matrix: Fix left shift of a negative numberAdam Jackson2019-11-011-1/+1
* pixman-bits-image: Fix left shift of a negative numberAdam Jackson2019-11-011-2/+2
* pixman-bits-image: Fix various undefined left shiftsAdam Jackson2019-10-151-14/+16
* pixman-fast-path: Fix various undefined left shiftsAdam Jackson2019-10-151-2/+2
* pixman-sse2: Fix an undefined left shiftAdam Jackson2019-10-151-2/+2
* pixman-gradient-walker: Fix undefined left shiftAdam Jackson2019-10-151-4/+4
* pixman-image: Fix undefined left shiftAdam Jackson2019-10-151-1/+1
* pixman-combine: Fix various undefined left shiftsAdam Jackson2019-10-151-2/+2
* pixman-access: Fix various undefined left shiftsAdam Jackson2019-10-151-16/+16
* pixman: Fix undefined left shift in pixel_contract_from_floatAdam Jackson2019-10-151-1/+1
* test: Fix undefined left shift in pixel_checker_initAdam Jackson2019-10-151-4/+4
* test: Fix undefined left shift in affine-testAdam Jackson2019-10-151-1/+1
* Avoid undefined behavior (left-shifting negative value) in pixman_int_to_fixedJonathan Kew2019-09-111-1/+1
* meson: don't use link_with for library()Dylan Baker2019-09-091-1/+8
* Explicitly cast byte to uint32_t before left-shifting.Jonathan Kew2019-08-301-2/+2
* meson: fix TLS support under mingwChristoph Reiter2019-06-101-1/+5
* meson: allow building a static libraryChristoph Reiter2019-06-101-1/+1
* meson: define SIZEOF_LONG and use -WundefChristoph Reiter2019-06-101-0/+3
* Don't use GNU extension for binary numbersBasile Clement2019-06-101-3/+3
* Ordered dithering with blue noise, v2Basile Clement2019-05-257-1/+773