[Libva] [PATCH 0/5 libva v3] Add color conversion test option in putsurface
Zhao Halley
halley.zhao at intel.com
Wed Sep 5 02:23:17 PDT 2012
v3 update:
- add back VA_FOURCC_IYUV(I420) support in loadsurface.h
History:
v2 update:
- loadsurface.h fix is for YV12 instead of NV12
- add BGRX/RGBX fourcc to va.h
- change command line option to "--fmt1 format1 --fmt2 format2" or
"-1 format1 -2 format2" for color conversion
v1:
- 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,
Zhao Halley (5):
test: fix an issue in loading YV12 surface
test: refine loadsurface.h, conveninent for new format support
test: add YUY2 support in loadsurface.h
add VA_FOURCC_BGRX/RGBX to va.h
test: add color conversion test option in putsurface
test/loadsurface.h | 174 ++++++++++++++++----------
test/putsurface/putsurface_common.c | 233 ++++++++++++++++++++++++++++++++---
va/va.h | 2 +
3 files changed, 327 insertions(+), 82 deletions(-)
mode change 100644 => 100755 test/loadsurface.h
mode change 100644 => 100755 test/putsurface/putsurface_common.c
mode change 100644 => 100755 va/va.h
--
1.7.9.5
More information about the Libva
mailing list