Re: [PATCH 1/6] glamor: add support for allocating linear buffers (v1.1)

2015-06-19 Thread Eric Anholt
Dave Airlie writes: > We need this for doing USB offload scenarios using glamor > and modesetting driver. > > unfortunately only gbm in mesa 10.6 has support for the > linear API. It seems like in the linear case, we should make the FBO as external so it doesn't get released back into the FBO ca

[PATCH 1/6] glamor: add support for allocating linear buffers (v1.1)

2015-06-14 Thread Dave Airlie
We need this for doing USB offload scenarios using glamor and modesetting driver. unfortunately only gbm in mesa 10.6 has support for the linear API. v1.1: fix bad define Signed-off-by: Dave Airlie --- configure.ac | 5 + glamor/glamor.h | 3 ++- glamor/gla