On Thu, Aug 09, 2012 at 02:18:27PM -0500, Rob Clark wrote:
> From: Rob Clark
>
> They can't be imported by gbm, so no point in trying, and segfaulting
> in gbm when we try to import (because it tries to deref the buffer as
> a wl_drm_buffer).
Thanks, both applied (with tweaks to apply against ma
From: Rob Clark
They can't be imported by gbm, so no point in trying, and segfaulting
in gbm when we try to import (because it tries to deref the buffer as
a wl_drm_buffer).
Signed-off-by: Rob Clark
---
src/compositor-drm.c |3 +++
1 file changed, 3 insertions(+)
diff --git a/src/composit