[Synfig-devl] Carlos Lopez : SuperSample layer: add support for Cairo render

2012-09-06 Thread root
Author: Carlos Lopez Date: Thu Sep 6 22:29:42 2012 +0200 SuperSample layer: add support for Cairo render --- synfig-core/src/modules/lyr_std/supersample.cpp | 60 +++ synfig-core/src/modules/lyr_std/supersample.h |1 + 2 files changed, 61 insertions(+), 0 deletio

[Synfig-devl] Carlos Lopez : Time Loop layer: add support for Cairo render.

2012-09-06 Thread root
Author: Carlos Lopez Date: Thu Sep 6 21:29:55 2012 +0200 Time Loop layer: add support for Cairo render. --- synfig-core/src/modules/lyr_std/timeloop.cpp |6 synfig-core/src/modules/lyr_std/timeloop.h | 34 ++--- 2 files changed, 25 insertions(+), 15 deletion

[Synfig-devl] Carlos Lopez : CurveWarp Layer: add support for Cairo render. It is a bit slower than the software and for subsampled types there is banding around . Possibly it is due to CairoColor res

2012-09-06 Thread root
Author: Carlos Lopez Date: Thu Sep 6 20:40:17 2012 +0200 CurveWarp Layer: add support for Cairo render. It is a bit slower than the software and for subsampled types there is banding around. Possibly it is due to CairoColor resolution limitation --- synfig-core/src/modules/lyr_std/curvewa

[Synfig-devl] Carlos Lopez : etl::surface: normal sample functions assumes that the surface' s content is a value that is not "cooked" (premultiplied for colors). Add proper functions to sample a poin

2012-09-06 Thread root
Author: Carlos Lopez Date: Thu Sep 6 20:35:50 2012 +0200 etl::surface: normal sample functions assumes that the surface's content is a value that is not "cooked" (premultiplied for colors). Add proper functions to sample a point when the surface is already "cooked" --- ETL/ETL/_surface.h

[Synfig-devl] Carlos Lopez : Synfig::render: don' t rely on get_cairocolor since it will be always slower than using get_color and convert to CairoColor later .

2012-09-06 Thread root
Author: Carlos Lopez Date: Thu Sep 6 17:53:27 2012 +0200 Synfig::render: don't rely on get_cairocolor since it will be always slower than using get_color and convert to CairoColor later. --- synfig-core/src/synfig/render.cpp |8 1 files changed, 4 insertions(+), 4 deletions(-)

[Synfig-devl] Carlos Lopez : Layer_Freetype: small optimization

2012-09-06 Thread root
Author: Carlos Lopez Date: Thu Sep 6 17:27:14 2012 +0200 Layer_Freetype: small optimization --- .../src/modules/lyr_freetype/lyr_freetype.cpp | 16 1 files changed, 12 insertions(+), 4 deletions(-) diff --git a/synfig-core/src/modules/lyr_freetype/lyr_freetype.cpp