On Wed, Dec 15, 2010 at 3:12 PM, José Fonseca <jfons...@vmware.com> wrote:
> Jerome,
>
> Hmm. B8G8R8A8 -> B8G8R8X8 should be accepted by
> util_is_format_compatible.
>
> It looks like util_is_format_compatible arguments are swapped, ie., it
> should be
>
>    assert(util_is_format_compatible(util_format_description(src->format), 
> util_format_description(dst->format)));
>
> instead of
>
>    assert(util_is_format_compatible(util_format_description(dst->format), 
> util_format_description(src->format)));
>
> Jose
>

Well pushed the change, i will just ignore the bluriness of TFP around
the alpha channel fate.

Cheers,
Jerome Glisse
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to