aseprite/third_party
David Capello aeeef8e255 Add suppor for doc::Image row stride size > width size
This patch solves several problems introducing the possibility to
specify a row stride bigger than the width (visible pixels) on each
image row. Useful in case that we want to align the initial pixel
address of each row (if DOC_USE_ALIGNED_PIXELS is defined).

This allows us to use some SIMD intrinsics (e.g. SSE2) for some image
functions in the future (right now implemented only in the new
is_same_image_simd_templ() for is_same_image()).

Anyway to avoid breaking some existing code, by default we'll still
keep the old behavior: row stride bytes = width bytes (so
DOC_USE_ALIGNED_PIXELS is undefined).
2023-08-07 15:27:39 -03:00
..
benchmark@02a354f3f3 Add suppor for doc::Image row stride size > width size 2023-08-07 15:27:39 -03:00
cityhash@757152d474
cmark@728c684650
curl@09cf6fd700
fmt@a0b8a92e3d Update fmt library to 10.0.0 2023-05-15 18:54:46 -03:00
freetype2@f122349b93 Update compilation instructions to new compilers and Skia-m102 2022-05-09 10:57:34 -03:00
giflib@d213f633ea
harfbuzz@3412c32b35 Update harfbuzz module 2022-05-26 15:26:43 -03:00
IXWebSocket@5bb1e2d51b Fix compilation on GCC13 2023-06-29 14:19:43 -03:00
jpeg
json11@818c5e01e7 Fix json11 compilation with MSVC 2022-04-06 09:31:39 -03:00
libarchive@fb3d9be28c Update submodules 2022-09-16 12:30:13 -03:00
libpng@a37d483651
libwebp@9ce5843dba Migrate to Skia m96 API 2021-11-17 12:36:11 -03:00
lua@04abf20c9e [lua] Add require() function (fix aseprite/api#10) 2023-04-18 19:41:01 -03:00
pixman@285b9a907c Update pixman module 2022-05-26 11:31:36 -03:00
pixman-cmake
qoi@c3dcfe780b Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00
simpleini@c94997d4d6
tinyexpr@ca505447d8
tinyxml
zlib@fc3ecad5d5
CMakeLists.txt Add support for .qoi file format (fix #3121) 2023-01-05 14:23:01 -03:00
README.md

Here are third party libraries with necessary components for Aseprite. Some directories are git submodules, and other are just a copy of its original package.