d3dx10_43: Add stub for D3DXCpuOptimizations

Henri Verbeet hverbeet at gmail.com
Fri Oct 24 04:41:41 CDT 2014


On 24 October 2014 00:28, André Hentschel <nerv at dawncrow.de> wrote:
> +typedef enum _D3DX_CPU_OPTIMIZATION
> +{
> +    D3DX_NOT_OPTIMIZED      = 0,
> +    D3DX_3DNOW_OPTIMIZED    = 1,
> +    D3DX_SSE2_OPTIMIZED     = 2,
> +    D3DX_SSE_OPTIMIZED      = 3
> +} D3DX_CPU_OPTIMIZATION;
I think this should be in d3dx10math.h.

> +    FIXME("%i - stub\n", enable);
I'd like to see that as "FIXME("enable %#x stub!\n", enable);" for
consistency with other D3D code, but I don't think it's a big deal.



More information about the wine-devel mailing list