Hi, 2012/6/26 Zhao Halley <halley.zhao at intel.com>: > - if (HAS_ACCELERATED_PUTIMAGE(i965)) > + if (HAS_ACCELERATED_PUTIMAGE(i965) && obj_image->image.format.fourcc != obj_surface->fourcc) > va_status = i965_hw_putimage(ctx, The HW code path is preferred even for the same format. Thanks, Gwenole.