Re: [Mesa-dev] [PATCH 02/11 v3] mesa intel driver:

2012-06-18 Thread Zhao, Halley
Thanks Paul, I have updated the patch as following. Another colleague is working on texture support of YUYV format, patches will come soon. >From c036437ab676f26f8f1b788cbfafaca4b4b6005a Mon Sep 17 00:00:00 2001 From: Zhao Halley Date: Fri, 25 May 2012 11:36:48 +0800 Subject: [PATCH 02/10] inte

Re: [Mesa-dev] [PATCH 02/11 v3] mesa intel driver:

2012-06-14 Thread Brian Paul
On 06/14/2012 04:32 AM, Zhao Halley wrote: add YUYV format for dri image Minor nit: the first line of the patch comment should be something like: "intel: add YUYV format for dri images" > YUYV image doesn't use for texture ?? Can you rewrite/clarify that? --- src/mesa/drivers/dri/

[Mesa-dev] [PATCH 02/11 v3] mesa intel driver:

2012-06-14 Thread Zhao Halley
add YUYV format for dri image YUYV image doesn't use for texture --- src/mesa/drivers/dri/intel/intel_screen.c| 10 ++ src/mesa/drivers/dri/intel/intel_tex_image.c |6 ++ 2 files changed, 16 insertions(+), 0 deletions(-) mode change 100644 => 100755 src/mesa/drivers/dri/in