Re: [PATCH weston 4/4] compositor-drm: Use drm_fbs for the sprite code too

2012-11-09 Thread Kristian Høgsberg
On Fri, Nov 09, 2012 at 02:19:05PM +0200, Ander Conselvan de Oliveira wrote: > This makes drm_fb_get_from_bo() use drmModeAddFB2() if possible so that > drm_output_prepare_overlay_surface() can use this instead of keeping > track of the fbs and buffers itself. Yea, that looks very good. I removed

[PATCH weston 4/4] compositor-drm: Use drm_fbs for the sprite code too

2012-11-09 Thread Ander Conselvan de Oliveira
This makes drm_fb_get_from_bo() use drmModeAddFB2() if possible so that drm_output_prepare_overlay_surface() can use this instead of keeping track of the fbs and buffers itself. --- src/compositor-drm.c | 215 +- 1 file changed, 88 insertions(+), 12