thorvg/src/renderer/sw_engine
Hermet Park ae84708f9b sw_engine: fix regression in alpha handling
revert the alpha skip condition introduced in
commit 2990e72b23.

color values with alpha = 0 must be transformed to 0
to ensure correct intermediate composition results.
2025-05-07 10:54:08 +09:00
..
meson.build sw_engine: applied OpenMP to improve post-processing performance. 2024-09-29 15:04:22 +09:00
tvgSwCommon.h sw_engine: --size reduction 2025-04-21 17:52:28 +09:00
tvgSwFill.cpp renderer: revise the pImpl design with a better efficiency 2025-04-20 00:07:50 +09:00
tvgSwImage.cpp updated copyright 2025-01-03 14:32:31 +09:00
tvgSwMath.cpp sw_engine: hotfix a out of bound image access. 2025-03-24 22:22:13 +09:00
tvgSwMemPool.cpp common: introduced designated memory allocators 2025-02-18 17:20:31 +09:00
tvgSwPostEffect.cpp api: revise engine initialization and termination 2025-04-23 15:46:49 +09:00
tvgSwRaster.cpp sw_engine: fix regression in alpha handling 2025-05-07 10:54:08 +09:00
tvgSwRasterAvx.h updated copyright 2025-01-03 14:32:31 +09:00
tvgSwRasterC.h updated copyright 2025-01-03 14:32:31 +09:00
tvgSwRasterNeon.h updated copyright 2025-01-03 14:32:31 +09:00
tvgSwRasterTexmap.h common: introduced designated memory allocators 2025-02-18 17:20:31 +09:00
tvgSwRenderer.cpp api: revise engine initialization and termination 2025-04-23 15:46:49 +09:00
tvgSwRenderer.h api: revise engine initialization and termination 2025-04-23 15:46:49 +09:00
tvgSwRle.cpp sw_engine: --size reduction 2025-04-21 17:52:28 +09:00
tvgSwShape.cpp renderer: safety++ 2025-03-24 23:50:57 +09:00
tvgSwStroke.cpp common: introduced designated memory allocators 2025-02-18 17:20:31 +09:00