[PATCH 1/5] d3d8: Limit VS/PS reported version.

Henri Verbeet hverbeet at gmail.com
Mon Oct 24 12:52:30 CDT 2011


On 24 October 2011 18:58, Matteo Bruni <mbruni at codeweavers.com> wrote:
> +    if (pCaps->VertexShaderVersion > D3DVS_VERSION(1,1))
> +        pCaps->VertexShaderVersion = D3DVS_VERSION(1,1);
> +    if (pCaps->PixelShaderVersion > D3DPS_VERSION(1,4))
> +        pCaps->PixelShaderVersion = D3DPS_VERSION(1,4);
> +
fixup_caps() should already do this.



More information about the wine-devel mailing list