summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-11-13pixman-sse2: Fix undefined unaligned loadsAdam Jackson1-15/+18
2019-11-13pixman-mmx: Fix undefined unaligned loadsAdam Jackson1-3/+7
2019-11-13pixman-mmx: Fix undefined left-shiftsAdam Jackson1-2/+2
2019-11-01test: Fix unrepresentable subtraction in stress-testAdam Jackson1-1/+1
2019-11-01pixman-matrix: Fix left shift of a negative numberAdam Jackson1-1/+1
2019-11-01pixman-bits-image: Fix left shift of a negative numberAdam Jackson1-2/+2
2019-10-15pixman-bits-image: Fix various undefined left shiftsAdam Jackson1-14/+16
2019-10-15pixman-fast-path: Fix various undefined left shiftsAdam Jackson1-2/+2
2019-10-15pixman-sse2: Fix an undefined left shiftAdam Jackson1-2/+2
2019-10-15pixman-gradient-walker: Fix undefined left shiftAdam Jackson1-4/+4
2019-10-15pixman-image: Fix undefined left shiftAdam Jackson1-1/+1
2019-10-15pixman-combine: Fix various undefined left shiftsAdam Jackson1-2/+2
2019-10-15pixman-access: Fix various undefined left shiftsAdam Jackson1-16/+16
2019-10-15pixman: Fix undefined left shift in pixel_contract_from_floatAdam Jackson1-1/+1
2019-10-15test: Fix undefined left shift in pixel_checker_initAdam Jackson1-4/+4
2019-10-15test: Fix undefined left shift in affine-testAdam Jackson1-1/+1
2019-09-11Avoid undefined behavior (left-shifting negative value) in pixman_int_to_fixedJonathan Kew1-1/+1
2019-09-09meson: don't use link_with for library()Dylan Baker1-1/+8
2019-08-30Explicitly cast byte to uint32_t before left-shifting.Jonathan Kew1-2/+2
2019-06-10meson: fix TLS support under mingwChristoph Reiter1-1/+5
2019-06-10meson: allow building a static libraryChristoph Reiter1-1/+1
2019-06-10meson: define SIZEOF_LONG and use -WundefChristoph Reiter1-0/+3
2019-06-10Don't use GNU extension for binary numbersBasile Clement1-3/+3
2019-05-25Ordered dithering with blue noise, v2Basile Clement7-1/+773
2019-05-25demos: Add a dithering demoBasile Clement5-1/+431
2019-05-25test: Check the dithering path in tolerance-testBasile Clement3-13/+142
2019-05-25Implement basic dithering for the wide pipeline, v3Basile Clement5-1/+177
2019-05-02add Hygon Dhyana support to enable X86_MMX_EXTENSIONS featureFan Jinke1-0/+1
2019-04-11Fix bilinear filter computation in wide pipelineBasile Clement2-1/+10
2019-04-10Post-release version bump to 0.38.5Matt Turner2-2/+2
2019-04-10Pre-release version bump to 0.38.4pixman-0.38.4Matt Turner2-2/+2
2019-04-10Makefile.am: Ship Meson assembly test files in the tarballMatt Turner1-0/+2
2019-04-07Makefile.am: Update download linksMatt Turner1-2/+2
2019-04-07Post-release version bump to 0.38.3Matt Turner2-2/+2
2019-04-07Pre-release version bump to 0.38.2pixman-0.38.2Matt Turner2-2/+2
2019-04-07meson: Correct copy-and-paste mistakeMatt Turner1-1/+1
2019-03-27void function should not return a valueNiveditha Rau1-6/+24
2019-03-27Windows: Support building with SHELL=cmd.exeSimon Richter1-2/+14
2019-03-27Windows: Show compiler invocationSimon Richter1-1/+1
2019-03-27meson: store ARM SIMD and NEON tests as text filesDylan Baker3-30/+24
2019-03-27meson: simplify and fix mmx library compilationDylan Baker1-9/+9
2019-03-27meson: Add proper include paths for the loongson checkDylan Baker1-0/+1
2019-03-27meson: fix copy-n-paste error for arm simd assemblyDylan Baker1-1/+1
2019-03-27meson: fix typo which breaks loongson checksDylan Baker1-1/+1
2019-03-27meson: work around meson issue #5115Dylan Baker1-7/+9
2019-02-11Bump version to 0.38.0pixman-0.38.0Maarten Lankhorst3-5/+5
2019-02-11pixman: Use maximum precision for pixman-bits-image, v2.Maarten Lankhorst2-111/+328
2019-02-11Implement floating point gradient computation, v2.Basile Clement5-110/+234
2019-01-15build: Add meson files to EXTRA_DISTDylan Baker4-2/+15
2019-01-15editorconfig: use tabs for MakefilesDylan Baker1-0/+3