On 24 October 2011 18:58, Matteo Bruni mbruni@codeweavers.com wrote:
- if (pCaps->VertexShaderVersion > D3DVS_VERSION(3,0))
- pCaps->VertexShaderVersion = D3DVS_VERSION(3,0);
- if (pCaps->PixelShaderVersion > D3DPS_VERSION(3,0))
- pCaps->PixelShaderVersion = D3DPS_VERSION(3,0);
This should probably go into filter_caps().