thorvg/src/renderer/wg_engine
Hermet Park 630cbc48ae api: revise the api for v1.0
- refactored the Fill matrix to hold internal data statically.
- refactored for clean & neat the raster engine / svg loader logic.

API Modification:
 - Matrix Fill::transform() const -> Matrix& Fill::transform() const

issue: https://github.com/thorvg/thorvg/issues/1372
2024-10-14 23:32:55 +09:00
..
meson.build wg_engine: geometry generating optimization 2024-09-25 17:09:29 +09:00
tvgWgBindGroups.cpp wg_engine: wrong gradient transformation fixed 2024-09-13 13:36:21 +09:00
tvgWgBindGroups.h wg_engine: wrong gradient transformation fixed 2024-09-13 13:36:21 +09:00
tvgWgCommon.cpp wg_engine: fixed resource leaks 2024-10-04 14:20:51 +09:00
tvgWgCommon.h wg_engine: fixed resource leaks 2024-10-04 14:20:51 +09:00
tvgWgCompositor.cpp CompositeMethod::ClipPath will be replaced with the Scene::clip() 2024-09-30 17:44:42 +09:00
tvgWgCompositor.h CompositeMethod::ClipPath will be replaced with the Scene::clip() 2024-09-30 17:44:42 +09:00
tvgWgGeometry.h wg_engine: fix long path decoding crash 2024-10-07 17:00:43 +09:00
tvgWgPipelines.cpp api: removed redundant CompisiteMethod::ClipPath 2024-10-12 16:02:38 +09:00
tvgWgPipelines.h api: removed redundant CompisiteMethod::ClipPath 2024-10-12 16:02:38 +09:00
tvgWgRenderData.cpp api: revise the api for v1.0 2024-10-14 23:32:55 +09:00
tvgWgRenderData.h wg_engine: geometry generating optimization 2024-09-25 17:09:29 +09:00
tvgWgRenderer.cpp api: polish the thorvg API usages. 2024-10-12 15:38:03 +09:00
tvgWgRenderer.h wg_engine: fixed resource leaks 2024-10-04 14:20:51 +09:00
tvgWgRenderTarget.cpp webgpu: shaders refactoring 2024-08-13 11:52:45 +03:00
tvgWgRenderTarget.h wg_engine: composition and blend optimization 2024-08-09 14:30:17 +09:00
tvgWgShaderSrc.cpp wg_engine: fix custom scene blending with opacity 2024-10-04 23:23:03 +09:00
tvgWgShaderSrc.h wg_engine: scene blending optimization 2024-08-28 18:33:07 +09:00
tvgWgShaderTypes.cpp wg_engine: fix color stops offsets 2024-10-04 23:17:01 +09:00
tvgWgShaderTypes.h webgpu: shaders refactoring 2024-08-13 11:52:45 +03:00