[PATCH 2/6] wined3d: Add support for converted volumes.

Henri Verbeet hverbeet at gmail.com
Fri Sep 20 09:49:06 CDT 2013


On 20 September 2013 13:04, Stefan Dösinger <stefan at codeweavers.com> wrote:
> +static BOOL wined3d_volume_can_evict(const struct wined3d_volume *volume)
> +{
> +    if (volume->resource.pool != WINED3D_POOL_MANAGED)
> +        return FALSE;
> +    if (volume->download_count < 10)
> +        return FALSE;
That doesn't look quite right.



More information about the wine-devel mailing list