[Libva] [PATCH 0/8] Add color conversion test option in putsurface
Zhao Halley
halley.zhao at intel.com
Tue Jun 26 00:31:56 PDT 2012
- refine loadsurface.h and add YUY2 support, with a fix for NV12 loading
- add color conversion test option in putsurface
- fix some small issues in 965 driver
- use sw copy in i965_PutImage when fourcc are same
- support NV12->YV12 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 (4):
fallback to sw in i965_PutImage when fourcc are same
add NV12->YV12 conversion support
fix an issue in i965_QueryImageFormats
add YUY2 support in i965_GetSurfaceAttributes, fix a small issue
src/i965_drv_video.c | 14 +++++++++-----
src/i965_drv_video.h | 2 +-
src/i965_post_processing.c | 3 ++-
3 files changed, 12 insertions(+), 7 deletions(-)
mode change 100644 => 100755 src/i965_drv_video.h
--
1.7.4.1
More information about the Libva
mailing list