summaryrefslogtreecommitdiff
path: root/pixman
Commit message (Expand)AuthorAgeFilesLines
* meson: Fix warning about extract_all_objects usageNirbheek Chauhan2022-01-211-8/+1
* added aarch64 bilinear implementations (ver.4.1)Mizuki Asakura2021-09-178-1/+6339
* Constify region APIsSimon Ser2021-09-172-114/+114
* 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-212-21/+34
* 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: add cpu-features-path option for AndroidTim-Philipp Müller2020-06-021-1/+15
* Prevent empty top-level declarationMichael Forney2020-04-262-4/+4
* 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
* fast-path: Fix some sketchy pointer arithmeticAdam Jackson2020-04-021-7/+7
* 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
* 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
* 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
* 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
* 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: allow building a static libraryChristoph Reiter2019-06-101-1/+1
* Don't use GNU extension for binary numbersBasile Clement2019-06-101-3/+3
* Ordered dithering with blue noise, v2Basile Clement2019-05-254-1/+770
* 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
* void function should not return a valueNiveditha Rau2019-03-271-6/+24
* meson: simplify and fix mmx library compilationDylan Baker2019-03-271-9/+9
* meson: fix copy-n-paste error for arm simd assemblyDylan Baker2019-03-271-1/+1
* pixman: Use maximum precision for pixman-bits-image, v2.Maarten Lankhorst2019-02-112-111/+328
* Implement floating point gradient computation, v2.Basile Clement2019-02-115-110/+234
* build: Add meson files to EXTRA_DISTDylan Baker2019-01-151-0/+1
* meson: Add a meson build systemDylan Baker2018-11-291-0/+116