Re: [PATCH weston 2/8] pixman-renderer: put transformation computation into function

2015-03-09 Thread Pekka Paalanen
On Fri, 06 Mar 2015 13:31:28 -0600 Derek Foreman wrote: > On 06/03/15 05:03 AM, Pekka Paalanen wrote: > > From: Pekka Paalanen > > > > Move the long piece of code computing the end-to-end transformation from > > repaint_region() into a new function > > pixman_renderer_compute_transform(). > >

Re: [PATCH weston 2/8] pixman-renderer: put transformation computation into function

2015-03-06 Thread Derek Foreman
On 06/03/15 05:03 AM, Pekka Paalanen wrote: > From: Pekka Paalanen > > Move the long piece of code computing the end-to-end transformation from > repaint_region() into a new function > pixman_renderer_compute_transform(). > > The code itself it not modified. > Nice refactor, but the transform

[PATCH weston 2/8] pixman-renderer: put transformation computation into function

2015-03-06 Thread Pekka Paalanen
From: Pekka Paalanen Move the long piece of code computing the end-to-end transformation from repaint_region() into a new function pixman_renderer_compute_transform(). The code itself it not modified. Because the number of moved lines is so big, git-diff will show the changes in the context ins