Re: EXT: Re: [PATCH weston 0/4] Optimize pixman renderer

2018-05-24 Thread Pekka Paalanen
On Tue, 22 May 2018 05:42:15 + "Ray, Ian (GE Healthcare)" wrote: > > On 21 May 2018, at 16.29, Pekka Paalanen wrote: > > > > Hi, > > > > this series was originally written by me as you can see, and Fabien > > lifted the patches, reviewed, tested and submitted them. If no-one > > objects, I

Re: EXT: Re: [PATCH weston 0/4] Optimize pixman renderer

2018-05-21 Thread Ray, Ian (GE Healthcare)
> On 21 May 2018, at 16.29, Pekka Paalanen wrote: > > Hi, > > this series was originally written by me as you can see, and Fabien > lifted the patches, reviewed, tested and submitted them. If no-one > objects, I would like to land these on Thursday. Reviewed-by: Ian Ray (Nit: patch 3, typo

Re: [PATCH weston 0/4] Optimize pixman renderer

2018-05-21 Thread Pekka Paalanen
Hi, this series was originally written by me as you can see, and Fabien lifted the patches, reviewed, tested and submitted them. If no-one objects, I would like to land these on Thursday. Thanks, pq On Mon, 23 Apr 2018 11:44:55 +0200 Fabien Lahoudere wrote: > Optimizes pixman renderer by: >

[PATCH weston 0/4] Optimize pixman renderer

2018-04-23 Thread Fabien Lahoudere
Optimizes pixman renderer by: - optimizing compositing damage in DRM/pixman Reduce Weston's CPU usage by avoiding unnecessary compositing when updating the shadow buffer in pixman-renderer, under the DRM backend. The test was a proprietary graphical X11 application in demo mode. The effect

[PATCH weston 0/4] Optimize pixman renderer

2018-04-23 Thread Fabien Lahoudere
Optimizes pixman renderer by: - optimizing compositing damage in DRM/pixman Reduce Weston's CPU usage by avoiding unnecessary compositing when updating the shadow buffer in pixman-renderer, under the DRM backend. The test was a proprietary graphical X11 application in demo mode. The effect