thorvg/src/renderer/sw_engine
Hermet Park e815fd25e4 sw_engine: assign the stride omitted
This fixes a wrong compositor access
during the rasterization

issue: https://github.com/orgs/thorvg/discussions/3109
2025-01-16 18:41:19 +01:00
..
meson.build sw_engine: applied OpenMP to improve post-processing performance. 2024-09-30 16:44:22 +09:00
tvgSwCommon.h sw_engine: corrected blendings 2025-01-16 18:22:17 +01:00
tvgSwFill.cpp sw_engine: fix grad calculations 2024-12-19 16:19:53 +01:00
tvgSwImage.cpp common: spec out TexMap 2024-09-30 16:44:21 +09:00
tvgSwMath.cpp sw_engine: split long lines to avoid overflow 2024-10-22 00:39:14 +09:00
tvgSwMemPool.cpp sw_engine: fix -Wcalloc-transposed-args 2024-06-24 14:34:05 +09:00
tvgSwPostEffect.cpp common: refactored the scene effect tint 2025-01-02 13:10:31 +01:00
tvgSwRaster.cpp drenderer: include alloca.h for Zephyr 2025-01-16 18:30:36 +01:00
tvgSwRasterAvx.h sw_engine: hotfix simd build breaks 2024-09-30 15:36:30 +09:00
tvgSwRasterC.h renderer: support SceneEffect DropShadow 2024-11-26 01:16:37 +09:00
tvgSwRasterNeon.h sw_engine: hotfix simd build breaks 2024-09-30 15:36:30 +09:00
tvgSwRasterTexmap.h sw_engine: ++portability on macOS 2025-01-16 18:29:31 +01:00
tvgSwRenderer.cpp sw_engine: assign the stride omitted 2025-01-16 18:41:19 +01:00
tvgSwRenderer.h renderer: add a new scene effect type - Fill 2024-12-19 16:12:28 +01:00
tvgSwRle.cpp sw_engine: corrected the rle cell building 2025-01-02 15:08:43 +01:00
tvgSwShape.cpp sw_engine: fix render fill region 2024-11-01 17:38:09 +09:00
tvgSwStroke.cpp Fix for Rendering Short Paths. 2025-01-02 13:11:21 +01:00