[PATCH 4/4] Add a blit method to arbfp_blit.

Henri Verbeet hverbeet at gmail.com
Thu Apr 1 06:45:29 CDT 2010


On 1 April 2010 12:50, Roderick Colenbrander <thunderbird2k at gmail.com> wrote:
> -    if (is_identity_fixup(src_format_desc->color_fixup))
> -    {
> -        TRACE("[OK]\n");
> -        return TRUE;
> -    }
> -
When did we stop supporting those?

> +    arbfp_blit.set_shader((IWineD3DDevice *)device, src_surface->resource.format_desc,
> +                          src_surface->texture_target, src_surface->pow2Width, src_surface->pow2Height);
You might as well call arbfp_blit_set() directly.



More information about the wine-devel mailing list