Surface transformations in the Pixman renderer (Re: [PATCH 1/3] Add missing pixman-renderer.h to Makefile.am)

2013-01-21 Thread Pekka Paalanen
On Sat, 19 Jan 2013 08:28:26 +0300 Vasily Khoruzhick wrote: > On Sat, Jan 19, 2013 at 5:10 AM, nerdopolis > wrote: > > Hi. > > > > I played around in Weston with the Pixman renderer enabled, and it seems > > that using the Weston window rotate feature seems to result in some > > interesting glit

Re: [PATCH 1/3] Add missing pixman-renderer.h to Makefile.am

2013-01-18 Thread Vasily Khoruzhick
On Sat, Jan 19, 2013 at 5:10 AM, nerdopolis wrote: > Hi. > > I played around in Weston with the Pixman renderer enabled, and it seems > that using the Weston window rotate feature seems to result in some > interesting glitches (as well as the Weston zoom animation). > > This is a screenshot of an

Re: [PATCH 1/3] Add missing pixman-renderer.h to Makefile.am

2013-01-18 Thread nerdopolis
Hi. I played around in Weston with the Pixman renderer enabled, and it seems that using the Weston window rotate feature seems to result in some interesting glitches (as well as the Weston zoom animation). This is a screenshot of an attempt to rotate a window. http://imagebin.org/243342___

Re: [PATCH 1/3] Add missing pixman-renderer.h to Makefile.am

2013-01-08 Thread Kristian Høgsberg
On Tue, Jan 08, 2013 at 07:09:00PM +0300, Vasily Khoruzhick wrote: > Signed-off-by: Vasily Khoruzhick All three patches applied. Kristian > --- > src/Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/src/Makefile.am b/src/Makefile.am > index 14e283e..e4bb862 100644 > --- a/

[PATCH 1/3] Add missing pixman-renderer.h to Makefile.am

2013-01-08 Thread Vasily Khoruzhick
Signed-off-by: Vasily Khoruzhick --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 14e283e..e4bb862 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,6 +37,7 @@ weston_SOURCES = \ gl-rendere