Re: [PATCH weston 1/4] libweston: Export weston_output_transform_scale_init

2016-10-10 Thread Pekka Paalanen
On Sun, 9 Oct 2016 19:01:12 +0200 Armin Krezović wrote: > On 07.10.2016 11:52, Pekka Paalanen wrote: > > On Fri, 30 Sep 2016 23:25:27 +0200 > > Armin Krezović wrote: > > > >> This is required for implementing output layout setting > >>

Re: [PATCH weston 1/4] libweston: Export weston_output_transform_scale_init

2016-10-09 Thread Armin Krezović
On 07.10.2016 11:52, Pekka Paalanen wrote: > On Fri, 30 Sep 2016 23:25:27 +0200 > Armin Krezović wrote: > >> This is required for implementing output layout setting >> which relies on current output width and height, and >> those are calculated in this function. >> >>

Re: [PATCH weston 1/4] libweston: Export weston_output_transform_scale_init

2016-10-07 Thread Pekka Paalanen
On Fri, 30 Sep 2016 23:25:27 +0200 Armin Krezović wrote: > This is required for implementing output layout setting > which relies on current output width and height, and > those are calculated in this function. > > It also changes the function signature to make use >

[PATCH weston 1/4] libweston: Export weston_output_transform_scale_init

2016-09-30 Thread Armin Krezović
This is required for implementing output layout setting which relies on current output width and height, and those are calculated in this function. It also changes the function signature to make use of already stored scale and transform values in the weston_output object. Signed-off-by: Armin