[PATCH 1/6] wined3d: Remove the version parameter (try 2).

Henri Verbeet hverbeet at gmail.com
Thu Mar 20 06:46:58 CDT 2014


On 20 March 2014 12:28, Stefan Dösinger <stefan at codeweavers.com> wrote:
> +    if (!(caps.ddraw_caps.caps & WINEDDCAPS_3D))
> +    {
> +        WARN("Created a wined3d object without 3D support.\n");
> +        wined3d_decref(d3d8->wined3d);
> +        goto done;
> +    }
I don't think that really matches Windows. Going by the testbot
results, I think creating a D3D object should succeed, and creating a
(hardware) device should fail.



More information about the wine-devel mailing list