summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* demos: Add a dithering demoBasile Clement2019-05-255-1/+431
* test: Check the dithering path in tolerance-testBasile Clement2019-05-253-13/+142
* Implement basic dithering for the wide pipeline, v3Basile Clement2019-05-255-1/+177
* add Hygon Dhyana support to enable X86_MMX_EXTENSIONS featureFan Jinke2019-05-021-0/+1
* Fix bilinear filter computation in wide pipelineBasile Clement2019-04-112-1/+10
* Post-release version bump to 0.38.5Matt Turner2019-04-102-2/+2
* Pre-release version bump to 0.38.4pixman-0.38.4Matt Turner2019-04-102-2/+2
* Makefile.am: Ship Meson assembly test files in the tarballMatt Turner2019-04-101-0/+2
* Makefile.am: Update download linksMatt Turner2019-04-071-2/+2
* Post-release version bump to 0.38.3Matt Turner2019-04-072-2/+2
* 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