thorvg/src/lib
Hermet Park 1f05c249af sw_engine: step backward optimization.
As profiled, raster parallelization is not so efficient,
we revert this behavior.

We will come again with a better fine-tuned method.
2020-09-04 12:36:19 +09:00
..
gl_engine code refactoring 2020-08-20 16:16:46 +09:00
sw_engine sw_engine: step backward optimization. 2020-09-04 12:36:19 +09:00
meson.build common taskscheduler: revise functionalities. 2020-08-21 12:26:57 +09:00
tvgBezier.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgBezier.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgCanvas.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgCanvasImpl.h canvas: fix memory leak. 2020-09-01 19:47:33 +09:00
tvgCommon.h common taskscheduler: revise functionalities. 2020-08-21 12:26:57 +09:00
tvgFill.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgGlCanvas.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgInitializer.cpp common initializer: don't try initialize engine duplicatedly. 2020-08-21 15:56:45 +09:00
tvgLinearGradient.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgLoader.h picture svg: introduce load() with memory data input source. 2020-08-14 19:41:04 +09:00
tvgLoaderMgr.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgLoaderMgr.h picture svg: introduce load() with memory data input source. 2020-08-14 19:41:04 +09:00
tvgPaint.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgPaint.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgPicture.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgPictureImpl.h remove print/cout logs. 2020-08-18 20:35:13 +09:00
tvgRadialGradient.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgRender.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgRender.h code refactoring 2020-08-19 14:53:38 +09:00
tvgScene.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgSceneImpl.h replace license from Apache 2.0 to MIT 2020-08-13 16:53:38 +09:00
tvgShape.cpp tvgShape: fixed missing check in Shape::fill 2020-08-28 14:06:10 +09:00
tvgShapeImpl.h code refactoring 2020-08-19 14:53:38 +09:00
tvgShapePath.h common taskscheduler: revise functionalities. 2020-08-21 12:26:57 +09:00
tvgSwCanvas.cpp code refactoring 2020-08-20 16:16:46 +09:00
tvgTaskScheduler.cpp svg_loader: applied asynchronous threads tasks for optimal performance. 2020-08-25 16:08:33 +09:00
tvgTaskScheduler.h sw_engine: applied async rasterizing based on task scheduler. 2020-08-26 16:56:54 +09:00