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
..
2021-04-19 15:56:47 -03:00
2021-06-17 10:44:22 -03:00
2023-05-15 18:54:46 -03:00
2022-05-26 15:26:43 -03:00
2023-06-29 14:19:43 -03:00
2022-04-06 09:31:39 -03:00
2022-09-16 12:30:13 -03:00
2021-06-17 11:06:58 -03:00
2021-11-17 12:36:11 -03:00
2022-05-26 11:31:36 -03:00

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.