Re: [PATCH weston 6/8] pixman-renderer: move code to draw_view_translated()

2015-03-09 Thread Derek Foreman
On 09/03/15 05:52 AM, Pekka Paalanen wrote: > On Fri, 06 Mar 2015 13:46:26 -0600 > Derek Foreman wrote: > >> On 06/03/15 05:04 AM, Pekka Paalanen wrote: >>> From: Pekka Paalanen >>> >>> Move code from draw_view() into a new function draw_view_translated(). >>> This new function is correct only i

Re: [PATCH weston 6/8] pixman-renderer: move code to draw_view_translated()

2015-03-09 Thread Pekka Paalanen
On Fri, 06 Mar 2015 13:46:26 -0600 Derek Foreman wrote: > On 06/03/15 05:04 AM, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Move code from draw_view() into a new function draw_view_translated(). > > This new function is correct only if > > view_transformation_is_translation(). > > >

Re: [PATCH weston 6/8] pixman-renderer: move code to draw_view_translated()

2015-03-06 Thread Derek Foreman
On 06/03/15 05:04 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > Move code from draw_view() into a new function draw_view_translated(). > This new function is correct only if > view_transformation_is_translation(). > > The functional change in this is that if view->alpha is not 1.0, we do

[PATCH weston 6/8] pixman-renderer: move code to draw_view_translated()

2015-03-06 Thread Pekka Paalanen
From: Pekka Paalanen Move code from draw_view() into a new function draw_view_translated(). This new function is correct only if view_transformation_is_translation(). The functional change in this is that if view->alpha is not 1.0, we do not bother computing and painting the non-opaque and opaqu