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

Xiang, Haihao haihao.xiang at intel.com
Tue Jun 26 01:55:20 PDT 2012


On Tue, 2012-06-26 at 09:56 +0200, Gwenole Beauchesne wrote: 
> 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.

Yes, we should support HW path for same format, so we need to add other
video processes, such as PA->PA

> 
> Thanks,
> Gwenole.
> _______________________________________________
> Libva mailing list
> Libva at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libva




More information about the Libva mailing list