[Libva] [PATCH 0/6 v2] Add color conversion test option in putsurface

Zhao Halley halley.zhao at intel.com
Tue Jun 26 23:45:16 PDT 2012


 - refine loadsurface.h and add YUY2 support, with a fix for NV12 loading
 - add color conversion test option in putsurface
 - support NV12/YV12/I420->YV12/I420 conversion
 - support YUY2 in i965_GetSurfaceAttributes,

== libva ==
Zhao Halley (4):
  test: fix an issue in loading NV12 surface
  test: refine loadsurface.h, conveninent for new format support
  test: add YUY2 support in loadsurface.h
  test: add color conversion test option in putsurface

 test/loadsurface.h                  |  168 ++++++++++++++++++------------
 test/putsurface/putsurface_common.c |  200 ++++++++++++++++++++++++++++++++---
 2 files changed, 288 insertions(+), 80 deletions(-)
 mode change 100644 => 100755 test/loadsurface.h
 mode change 100644 => 100755 test/putsurface/putsurface_common.c

-- 
1.7.4.1

== 965 driver ==

Zhao Halley (2):
  support NV12/I420/YV12->I420/YV12 conversion
  add YUY2 support in i965_GetSurfaceAttributes, fix a small issue

 src/i965_drv_video.c       |    8 +++++---
 src/i965_post_processing.c |    8 ++++++--
 2 files changed, 11 insertions(+), 5 deletions(-)

-- 
1.7.4.1



More information about the Libva mailing list