Re: [RFC weston] compositor: Implement runtime output transform changes

2018-01-18 Thread Daniel Stone
Hi Derek, On 17 January 2018 at 20:25, Derek Foreman wrote: > Some of the above looks like it could maybe be refactored and shared with > weston_output_move? > > Otherwise this looks fine to me: > > Reviewed-by: Derek Foreman Thanks for checking this out! > Daniel, you singled this out for rev

Re: [RFC weston] compositor: Implement runtime output transform changes

2018-01-18 Thread Derek Foreman
On 2017-06-26 06:23 AM, Ilia Bozhinov wrote: From: Ilia Bozhinov Up to now we could set the transform only on output initialization. However, on certain situations(like tablets and convertible laptops), screen orientation can change while the compositor is running and thus the need for change o

[RFC weston] compositor: Implement runtime output transform changes

2017-06-26 Thread Iliya Bozhinov
Up to now we could set the transform only on output initialization. However, on certain situations(like tablets and convertible laptops), screen orientation can change while the compositor is running and thus the need for change of the output transform arises. When the transform changes, we must u

[RFC weston] compositor: Implement runtime output transform changes

2017-06-26 Thread Ilia Bozhinov
From: Ilia Bozhinov Up to now we could set the transform only on output initialization. However, on certain situations(like tablets and convertible laptops), screen orientation can change while the compositor is running and thus the need for change of the output transform arises. When the transf