Re: [Mesa-dev] [PATCH 00/11] Add YUYV format support of dri image

2012-07-17 Thread Zhao, Halley
:gb.de...@gmail.com] > Sent: Thursday, July 12, 2012 3:27 PM > To: Zhao, Halley > Cc: Ian Romanick; mesa-dev@lists.freedesktop.org > Subject: Re: [Mesa-dev] [PATCH 00/11] Add YUYV format support of dri image > > Hi Halley, > > 2012/7/12 Zhao, Halley : > > > There is no othe

Re: [Mesa-dev] [PATCH 00/11] Add YUYV format support of dri image

2012-07-12 Thread Ian Romanick
On 07/11/2012 10:47 PM, Zhao, Halley wrote: Hi Ian: There is no other comments for these patches, could you help me commit it to git tree? I haven't seen any Reviewed-by or Acked-by messages. This is a requirement. Thanks. -Original Message- From: Zhao, Halley Sent: Monday, July

Re: [Mesa-dev] [PATCH 00/11] Add YUYV format support of dri image

2012-07-12 Thread Gwenole Beauchesne
Hi Halley, 2012/7/12 Zhao, Halley : > There is no other comments for these patches, could you help me commit it to > git tree? Please rebase against current git master tree. YUV support, including YUYV was added. The remaining patchset should reduce to the GBM bits. Thanks, Gwenole. __

Re: [Mesa-dev] [PATCH 00/11] Add YUYV format support of dri image

2012-07-11 Thread Zhao, Halley
Hi Ian: There is no other comments for these patches, could you help me commit it to git tree? Thanks. > -Original Message- > From: Zhao, Halley > Sent: Monday, July 09, 2012 1:55 PM > To: mesa-dev@lists.freedesktop.org > Cc: Zhao, Halley > Subject: [PATCH 00/11] Add YUYV format support

[Mesa-dev] [PATCH 00/11] Add YUYV format support of dri image

2012-07-08 Thread Zhao Halley
Intel SNB/IVB platform supports rendering YUYV buffer to overlay plane, however YUYV is missing support from mesa/dri-image yet. so I go ahead to add it; basing on it, libva can send YUYV buffer directly to wayland/weston, then weston output it to overlay plane. v2 update: - set internal_for

[Mesa-dev] [PATCH 00/11] Add YUYV format support of dri image

2012-06-27 Thread Zhao Halley
Intel SNB/IVB platform supports rendering YUYV buffer to overlay plane, however YUYV is missing support from mesa/dri-image yet. so I go ahead to add it; basing on it, libva can send YUYV buffer directly to wayland/weston, then weston output it to overlay plane. v2 update: - set internal_for