Re: [PATCH weston 0/7] V2: Pixman renderer support for the drm backend

2013-01-27 Thread Kristian Høgsberg
On Fri, Jan 25, 2013 at 03:12:59PM +0200, Ander Conselvan de Oliveira wrote: > Hi, > > I addressed the issues raised on the previous patches. Namely: > > - dropped the patch that delayed egl initialization; > - reorganized struct drm_fb a bit; > - unref a client buffer when destroying a dumb d

[PATCH weston 0/7] V2: Pixman renderer support for the drm backend

2013-01-25 Thread Ander Conselvan de Oliveira
Hi, I addressed the issues raised on the previous patches. Namely: - dropped the patch that delayed egl initialization; - reorganized struct drm_fb a bit; - unref a client buffer when destroying a dumb drm_fb; - documented --use-pixman option. I also added a small patch to the series, that f