summaryrefslogtreecommitdiffstats
path: root/thirdparty/thorvg/src/lib/sw_engine/tvgSwRaster.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ThorVG: update to v0.11.0 release.Martin Capitanio2023-09-291-2037/+0
| | | | | | | | | | | | | | | | | See https://github.com/thorvg/thorvg/releases/tag/v0.11.0 + Infrastructure Repository folder structure was make it more intuitive and coherent. "thorvg/src/lib" -> "thorvg/src/common" (providing essential common functionalities used internally among the renderer and sub-modules) "thorvg/src/lib" -> "thorvg/src/renderer" (for vector drawing features) + SVG related Fix stroke regression https://github.com/thorvg/thorvg/issues/1670 Support stroke dash offset function https://github.com/thorvg/thorvg/issues/1591#issuecomment-1681319321 Support Focal property in Radial Gradient https://github.com/thorvg/thorvg/issues/1558
* thorvg: Update to 0.10.7Rémi Verschelde2023-09-261-473/+396
| | | | Fixes #81618.
* Update ThorVG to v0.10.0Martin Capitanio2023-08-091-826/+1210
| | | | | | | | - Release Notes: https://github.com/thorvg/thorvg/releases/tag/v0.10.0 - API change ARGB8888_STRAIGHT -> ARGB8888S - SVG-SCsub: Enable static ThorVG object linking - SVG-SCsub: avoid building unused ThorVG parts - update-thorvg.sh: add v0.10.0 and copy only the Godot relevant code
* Update ThorVG to v0.9.0Martin Capitanio2023-05-121-258/+430
| | | | | https://github.com/thorvg/thorvg/releases/tag/v0.9.0 Fixes #72478
* Update thorvg to 0.8.3DeeJayLSP2022-11-301-3/+3
|
* thorvg: Sync with 0.8.2, cleanup SCsub and fix includesRémi Verschelde2022-10-131-3/+3
| | | | | | | | | | We were compiling `src/loaders/external_png` but using the header from `src/loaders/png`, leading to `-Wodr` warnings. Remove unused bundled lodepng code since we use `external_png` (libpng). Whitespace changes are from upstream, will attempt PR'ing a cleanup there for future updates.
* thorvg: Sync a couple fixes from upstreamRémi Verschelde2022-05-231-1/+10
| | | | | | We're still formally tracking v0.8.1, those fixes don't impact the library features. I didn't bother documenting them with patches as they will likely soon make their way to either a v0.8.2 or v0.9.0.
* ThorVG: Sync with upstream 0.8.0K. S. Ernest (iFire) Lee2022-03-081-5/+51
|
* ThorVG: Sync with upstream 0.7.1Anilforextra2022-01-311-15/+21
| | | | Changes: https://github.com/Samsung/thorvg/releases/tag/v0.7.1
* Use ThorVG instead of NanoSVG for importing SVGsK. S. Ernest (iFire) Lee2022-01-141-0/+1497
ThorVG is a platform-independent portable library for drawing vector-based scene and animation. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>