Re: [Mesa-dev] [PATCH 2/3] gbm: Add support for __DRIimage based getBuffers when available

2013-11-12 Thread Jordan Justen
On Mon, Nov 11, 2013 at 1:22 PM, Kristian Høgsberg k...@bitplanet.net wrote: This lets us allocate color buffers as __DRIimages and pass them into the driver instead of having to create a __DRIbuffer with the flink that requires. It seems worth mentioning in the commit message that this allows

[Mesa-dev] [PATCH 2/3] gbm: Add support for __DRIimage based getBuffers when available

2013-11-11 Thread Kristian Høgsberg
This lets us allocate color buffers as __DRIimages and pass them into the driver instead of having to create a __DRIbuffer with the flink that requires. Signed-off-by: Kristian Høgsberg k...@bitplanet.net Cc: 10.0 mesa-sta...@lists.freedesktop.org --- src/egl/drivers/dri2/platform_drm.c | 46