Re: [PATCH v2 weston] compositor-drm: Use view transform in cursor plane setup

2015-11-24 Thread Derek Foreman
On 24/11/15 12:00 PM, Daniel Stone wrote: > On 24 November 2015 at 17:39, Derek Foreman wrote: >> Make sure a view's transform is viable for a cursor plane and >> then actually apply it before setting the cursor plane location. >> >> Now if a subsurface ends up in the cursor plane, the plane will

Re: [PATCH v2 weston] compositor-drm: Use view transform in cursor plane setup

2015-11-24 Thread Daniel Stone
On 24 November 2015 at 17:39, Derek Foreman wrote: > Make sure a view's transform is viable for a cursor plane and > then actually apply it before setting the cursor plane location. > > Now if a subsurface ends up in the cursor plane, the plane will be > properly positioned. > > Signed-off-by: Der

[PATCH v2 weston] compositor-drm: Use view transform in cursor plane setup

2015-11-24 Thread Derek Foreman
Make sure a view's transform is viable for a cursor plane and then actually apply it before setting the cursor plane location. Now if a subsurface ends up in the cursor plane, the plane will be properly positioned. Signed-off-by: Derek Foreman --- Change from V1: Reject a surface if it has a tr