[Libva] [PATCH 5/8 965 driver] fallback to sw in i965_PutImage when fourcc are same

Gwenole Beauchesne gb.devel at gmail.com
Tue Jun 26 00:56:23 PDT 2012


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.


More information about the Libva mailing list