[PATCH 7/7] wined3d: remove wined3d_surface_preload

Henri Verbeet hverbeet at gmail.com
Tue Sep 15 12:53:36 CDT 2015


On 14 September 2015 at 13:14, Riccardo Bortolato <rikyz619 at gmail.com> wrote:
> +    struct d3d9_texture *texture = surface->texture;
>
>      TRACE("iface %p.\n", iface);
>
> +    /* Standalone surfaces can't be in D3DPOOL_MANAGED */
> +    if (!texture)
> +        return;
You don't need this anymore.



More information about the wine-devel mailing list