On Fri, 27 May 2016 18:52:27 +0900
Tomohito Esaki wrote:
> This implementations bypasses gbm and passes the dmabuf handles directly
> to libdrm for composition.
>
> Signed-off-by: Tomohito Esaki
Hi,
thank you for working on this, it has been on the todo for quite a
while. The patch seems good
This implementations bypasses gbm and passes the dmabuf handles directly
to libdrm for composition.
Signed-off-by: Tomohito Esaki
---
src/compositor-drm.c | 128 +++
1 file changed, 108 insertions(+), 20 deletions(-)
diff --git a/src/compositor-dr