aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
8 daysMerge "Make pixman_simd visible to everyone" into emu-devemu-devTreehugger Robot
8 daysMake pixman_simd visible to everyoneErwin Jansen
2023-11-15Merge "Enable windows build" into emu-devTreehugger Robot
2023-11-15Enable windows buildErwin Jansen
2023-11-15Merge "Add bazel build scripts for pixman" into emu-devErwin Jansen
2023-11-14Add bazel build scripts for pixmanErwin Jansen
2023-11-14Merge "Merge the latest upstream pixman" into emu-devTreehugger Robot
2023-11-13Merge the latest upstream pixmanErwin Jansen
2023-11-08meson: avoid linking with -pthread if we don't have pthreadsBenjamin Gilbert
2023-11-07pixman-bits-image: fix -Walloc-sizeSam James
2023-08-30vmx: Reimplement create_mask_32_128 and use it in vmx_fillHavard Eidnes
2023-08-30vmx: Simplify scaled_nearest_scanline_vmx_8888_8888_OVERHavard Eidnes
2023-08-30meson: Fix syntaxMatt Turner
2023-08-30Fix const warnings in pixman_image_set_clip_region()Simon Ser
2023-08-30Use more Markdown-friendly syntaxMatt Turner
2023-08-30Remove generic build system informationMatt Turner
2023-08-30Update build instructions to meson and ninjaGauthier Östervall
2023-08-30delete win32 make filesDylan Baker
2023-08-30autotools: remove autotoolsDylan Baker
2023-07-19test: Revert to including pixman-private.hMatt Turner
2023-07-18pixman-arma64: Adjustments to build with llvm integrated assemblerHeiko Lewin
2023-07-09mmx: use xmmintrin.h if building with SSE2Benjamin Gilbert
2023-07-09Constify pixman_image_set_clip_region()Simon Ser
2023-07-09Add pixman_region{,32}_empty()Simon Ser
2023-07-08meson: don't dllexport when built as static libraryBenjamin Gilbert
2023-02-17Fixed missing dependency in libdemoEmanuel Schmidt
2023-02-14Changed name of the config-header to "pixman-config.h"Emanuel Schmidt
2023-02-08Separate meson build options for demos and testsEmanuel Schmidt
2022-11-03Fix signed-unsigned semantics in reduce_32Heiko Lewin
2022-11-03Post-release version bump to 0.42.3Matt Turner
2022-11-03add r8g8b8 sRGB to test suiteClaude Heiland-Allen
2022-11-03implement r8g8b8 sRGB (without alpha)Claude Heiland-Allen
2022-11-02Pre-release version bump to 0.42.2Matt Turner
2022-11-02Avoid integer overflow leading to out-of-bounds writeMatt Turner
2022-10-27Revert "Fix signed-unsigned semantics in reduce_32"Matt Turner
2022-10-27build: Add a64-neon-test.S to EXTRA_DISTMatt Turner
2022-10-27meson: explicitly set C standard to gnu99Simon Ser
2022-10-27meson: override pixman-1 dependencySimon Ser
2022-10-18Makefile.am: increase shell portabilityThomas Klausner
2022-10-18configure.ac: avoid unportable test(1) operatorThomas Klausner
2022-10-18Post-release version bump to 0.42.1Simon Ser
2022-10-18Pre-release version bump to 0.42.0Simon Ser
2022-10-18meson: Add feature to disable compiler TLS supportBenjamin Gilbert
2022-10-13configure.ac: allow x64 libraries on Solaris to run on non-SSSE3 machinesAlan Coopersmith
2022-06-29Fix inverted colors on big endian systemJocelyn Falempe
2022-02-19configure: replace bugzilla URL with gitlab issuesAlan Coopersmith
2022-01-22meson: Fix usage of pkgconfig.generate()Nirbheek Chauhan
2022-01-21meson: Fix warning about extract_all_objects usageNirbheek Chauhan
2022-01-12demos: port to Gtk3Manuel Stoeckl
2021-09-17added aarch64 bilinear implementations (ver.4.1)Mizuki Asakura