-
91440b92
by Elizabeth Figura at 2025-02-28T14:14:19+01:00
d3dx9/tests: Define D3DX_SDK_VERSION=36 for d3dx9_36.
-
5ed3486e
by Elizabeth Figura at 2025-02-28T14:14:19+01:00
d3dx9/tests: Test implicit truncation warnings.
-
6335a439
by Elizabeth Figura at 2025-02-28T14:14:19+01:00
vkd3d: Import vkd3d-utils.
-
c6d39f19
by Elizabeth Figura at 2025-02-28T14:14:19+01:00
d3dcompiler: Use D3DPreprocess() from vkd3d-utils.
-
b2a6af36
by Elizabeth Figura at 2025-02-28T14:14:19+01:00
d3dcompiler: Use D3DCompile2VKD3D() from vkd3d-utils.
-
a0468b74
by Elizabeth Figura at 2025-02-28T14:14:19+01:00
d3dx9: Reimplement D3DXCompileShader() for versions before 42.
This reflects native, and may be necessary to reflect changes in behaviour
before version 33 (although no such differences are yet known to matter).
By supplying the D3DX SDK version we also now reflect differences in behaviour
between different D3DX versions.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=33770
-
fe4e5225
by Elizabeth Figura at 2025-02-28T14:14:19+01:00
d3dx9: Link versions 42 and 43 to the corresponding d3dcompiler DLL.
Instead of linking both versions to version 47.