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
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