Re: [PATCH 2/2] compositor: Remove surface->transform.enabled

2013-02-28 Thread Pekka Paalanen
On Wed, 27 Feb 2013 17:17:55 -0500 Kristian Høgsberg wrote: > On Thu, Feb 21, 2013 at 11:05:41AM +0200, Pekka Paalanen wrote: > > On Wed, 20 Feb 2013 11:52:18 -0500 > > Kristian Høgsberg wrote: > > > > > We have matrix.type now and can rely on that for optimizing > > > transformations > > > an

Re: [PATCH 2/2] compositor: Remove surface->transform.enabled

2013-02-27 Thread Kristian Høgsberg
On Thu, Feb 21, 2013 at 11:05:41AM +0200, Pekka Paalanen wrote: > On Wed, 20 Feb 2013 11:52:18 -0500 > Kristian Høgsberg wrote: > > > We have matrix.type now and can rely on that for optimizing transformations > > and choosing fast-paths. > > --- > > shared/matrix.c | 15 +++ >

Re: [PATCH 2/2] compositor: Remove surface->transform.enabled

2013-02-21 Thread Pekka Paalanen
On Wed, 20 Feb 2013 11:52:18 -0500 Kristian Høgsberg wrote: > We have matrix.type now and can rely on that for optimizing transformations > and choosing fast-paths. > --- > shared/matrix.c | 15 +++ > src/compositor-drm.c | 5 ++--- > src/compositor-rpi.c | 2 +- > src/comp

[PATCH 2/2] compositor: Remove surface->transform.enabled

2013-02-20 Thread Kristian Høgsberg
We have matrix.type now and can rely on that for optimizing transformations and choosing fast-paths. --- shared/matrix.c | 15 +++ src/compositor-drm.c | 5 ++--- src/compositor-rpi.c | 2 +- src/compositor.c | 50 +- src/c