Re: [Mesa-dev] [PATCH 2/2] gbm: implement FD import with modifier

2017-06-08 Thread Robert Foss
This patch has been tested on Android on the iMX6. Tested-by: Robert Foss On Thu, 2017-06-08 at 20:56 +0200, Lucas Stach wrote: > This implements a way to import FDs with modifiers on plain GBM > devices, > without the need to go through EGL. This is mostly to the

[Mesa-dev] [PATCH 2/2] gbm: implement FD import with modifier

2017-06-08 Thread Lucas Stach
This implements a way to import FDs with modifiers on plain GBM devices, without the need to go through EGL. This is mostly to the benefit of gbm_gralloc, which can keep its dependencies low. Signed-off-by: Lucas Stach --- src/gbm/backends/dri/gbm_dri.c | 54