Re: [Synfig-devl] Rv: Cairo implementation roadmap

2012-08-12 Thread Dave Jeffery
Hi Carlos! On 12 August 2012 12:29, Carlos López González wrote: > Checkerboard Layer finished. It is 20% faster in Cairo than in software. > Congratulations on completing another layer - you are making fantastic progress. The speed increases you are getting sound wonderful. The Checkeboard La

Re: [Synfig-devl] Rv: Cairo implementation roadmap

2012-08-12 Thread Carlos López González
Checkerboard Layer finished. It is 20% faster in Cairo than in software. Also it fixes one render artifact that was not noticed before. See attached images and how the rendered by Cairo places correctly the checkerboard in the right place. Synfig's software shifts the checker to the right down a l

[Synfig-devl] Carlos Lopez : Checkerboard Layer: place the checker in the correct place and render the correct tiles ( top left and bottom right).

2012-08-12 Thread root
Author: Carlos Lopez Date: Sun Aug 12 12:16:59 2012 +0200 Checkerboard Layer: place the checker in the correct place and render the correct tiles (top left and bottom right). --- .../src/modules/mod_geometry/checkerboard.cpp | 12 +++- 1 files changed, 7 insertions(+), 5 dele

[Synfig-devl] Carlos Lopez : Checkerboard Layer: add support for Cairo render

2012-08-12 Thread root
Author: Carlos Lopez Date: Sun Aug 12 10:57:11 2012 +0200 Checkerboard Layer: add support for Cairo render --- .../src/modules/mod_geometry/checkerboard.cpp | 95 .../src/modules/mod_geometry/checkerboard.h|1 + 2 files changed, 96 insertions(+), 0 del