Re: [PATCH weston] compositor-drm: Don't drop viewported surfaces into the cursor plane

2016-09-30 Thread Derek Foreman
On 30/09/16 02:39 PM, Daniel Stone wrote: Hi Derek, On Friday, 30 September 2016, Derek Foreman mailto:der...@osg.samsung.com>> wrote: +static bool +viewport_is_cursor_compatible(struct weston_buffer_viewport *viewport) +{ + /* While we could technically relax soem of thes

Re: [PATCH weston] compositor-drm: Don't drop viewported surfaces into the cursor plane

2016-09-30 Thread Daniel Stone
Hi Derek, On Friday, 30 September 2016, Derek Foreman wrote: > > +static bool > +viewport_is_cursor_compatible(struct weston_buffer_viewport *viewport) > +{ > + /* While we could technically relax soem of these constraints > +* if we implemented cropping in cursor_bo_update, it does

[PATCH weston] compositor-drm: Don't drop viewported surfaces into the cursor plane

2016-09-30 Thread Derek Foreman
No good can come of this... the cursor plane's constraints are too heavy to make bothering with this worthwhile. To see the bug this fixes, set your output scale to 2 and then launch weston-scaler -s and perform an action that makes the cursor disappear (such as typing in a weston terminal the cur