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
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/
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