Re: [Mesa-dev] [PATCH 0/5] add wayland-drm test with gbm/intel-driver update

2012-07-19 Thread Kristensen, Kristian H
Hi Halley, I don't think we need to create YUYV buffers in GBM. For test cases, it's fine to just use libdrm-intel directly, like what I've done here: http://cgit.freedesktop.org/~krh/simple-yuv and for real use-cases, libva will use libdrm-intel directly. Kristian On Thu, Jul 19, 2012 at

[Mesa-dev] [PATCH 0/5] add wayland-drm test with gbm/intel-driver update

2012-07-17 Thread Zhao Halley
I had tried to add YUYV support to dri image(to support overlay), however Kristian enabled YUYV as a special planar YUV for wayland (two planes which are overlaped). so I try to follow it and pick up the useful part in my previous patches. - add tiling support for bo update (from user data)