thorvg/src/renderer/sw_engine
Hermet Park 8332ee3b95 sw_engine: hotfix avx/neon 8 bit rasterizer.
recte/rle 8 bit rasterizer has been broken,
make it work safely with c raster version.

issue: https://github.com/thorvg/thorvg/issues/2146
2024-06-27 14:42:27 +09:00
..
meson.build infra: renames the source folders 2023-08-28 13:11:24 +09:00
tvgSwCommon.h renderer: code clean up 2024-06-24 14:44:15 +09:00
tvgSwFill.cpp common: code refactoring 2024-06-24 14:33:49 +09:00
tvgSwImage.cpp updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgSwMath.cpp sw_engine: fix a regression bug. 2024-04-06 12:08:21 +09:00
tvgSwMemPool.cpp sw_engine: fix -Wcalloc-transposed-args 2024-06-24 14:34:05 +09:00
tvgSwRaster.cpp math: introduced a custom floating epsilon 2024-06-24 14:31:01 +09:00
tvgSwRasterAvx.h sw_engine: hotfix avx/neon 8 bit rasterizer. 2024-06-27 14:42:27 +09:00
tvgSwRasterC.h updated copyright date (#1866) 2024-01-02 20:34:12 +09:00
tvgSwRasterNeon.h sw_engine: hotfix avx/neon 8 bit rasterizer. 2024-06-27 14:42:27 +09:00
tvgSwRasterTexmap.h sw_engine: fix a crash issue. 2024-06-24 14:51:40 +09:00
tvgSwRenderer.cpp sw_engine: fix a missing anti-aliasing 2024-06-24 14:51:34 +09:00
tvgSwRenderer.h renderer/engines: added mainSurface() interface. 2024-06-24 14:19:43 +09:00
tvgSwRle.cpp Revert "sw_engine: revert the threshold." 2024-06-24 14:43:07 +09:00
tvgSwShape.cpp sw_engine: fix fastTrack condition 2024-06-24 14:43:54 +09:00
tvgSwStroke.cpp sw_engine: fixing stroke outline 2024-04-06 12:08:21 +09:00