Re: [Mesa-dev] [PATCH 1/2] gbm: add API to to import FD with modifier

2017-06-12 Thread Daniel Stone
Hi, On 8 June 2017 at 21:12, Robert Foss wrote: > This patch has been tested on Android on the iMX6. I don't entirely love extending the GBM API, but having talked it over, it doesn't seem like it's really avoidable for Android. ChromeOS also has something similar for minigbm; I would prefer to

Re: [Mesa-dev] [PATCH 1/2] gbm: add API to to import FD 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 allows to import an FD with an explicit modifier passed through > userspace protocols. > > Signed-off-by: Lucas Stach > --- >  src/gbm/main/gbm.h | 12 +++

[Mesa-dev] [PATCH 1/2] gbm: add API to to import FD with modifier

2017-06-08 Thread Lucas Stach
This allows to import an FD with an explicit modifier passed through userspace protocols. Signed-off-by: Lucas Stach --- src/gbm/main/gbm.h | 12 1 file changed, 12 insertions(+) diff --git a/src/gbm/main/gbm.h b/src/gbm/main/gbm.h index b52137ed01d4..6a9bf1fc2a80 100644 --- a/src/