Alexandre Julliard pushed to branch master at wine / wine
Commits:
47ad1f1d by Matteo Bruni at 2025-03-10T22:06:23+01:00
d3dx9: Load the D3DAssemble() function pointer from the proper DLL.
Fixes: fe4e5225e45fd8bbdf262b3efe375dd1da178a25
- - - - -
fc3afba2 by Matteo Bruni at 2025-03-10T22:06:23+01:00
d3dx9/tests: Fix expected asm test results on version >= 42.
Fixes: 258056664af17da036510a310c7c50a1c3b0a8b9
- - - - -
e5d451ec by Matteo Bruni at 2025-03-10T22:06:23+01:00
d3dcompiler/tests: Clean up temporary file after the test.
Fixes: 0ef10854c8a243896cf1c1ee6008c15161081c3b
- - - - -
eeca8f48 by Matteo Bruni at 2025-03-10T22:06:23+01:00
d3dx9_42: Generate an import library.
- - - - -
bda31ac6 by Matteo Bruni at 2025-03-10T22:06:23+01:00
d3dx9/tests: Add d3dx9_42 tests.
Share the code with the existing d3dx9_36 tests.
- - - - -
664e4eff by Matteo Bruni at 2025-03-10T22:06:23+01:00
d3dcompiler: Fix a few version-dependent error returns in D3DReflect().
- - - - -
aef50eee by Matteo Bruni at 2025-03-10T22:06:23+01:00
d3dcompiler/tests: Add d3dcompiler_42 tests.
Share the code with the existing d3dcompiler_47 tests.
- - - - -
11 changed files:
- configure
- configure.ac
- + dlls/d3dcompiler_42/tests/Makefile.in
- dlls/d3dcompiler_43/reflection.c
- dlls/d3dcompiler_43/tests/hlsl_d3d11.c
- dlls/d3dcompiler_43/tests/hlsl_d3d9.c
- dlls/d3dcompiler_43/tests/reflection.c
- dlls/d3dx9_36/shader.c
- dlls/d3dx9_36/tests/asm.c
- dlls/d3dx9_42/Makefile.in
- + dlls/d3dx9_42/tests/Makefile.in
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f068b922f932346688a98714bf7c6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f068b922f932346688a98714bf7c6…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
d075c3c2 by Elizabeth Figura at 2025-03-10T15:17:19+01:00
vkd3d-shader/hlsl: Fix temp allocation for ps 1.x.
Iterate over the extern vars, not the parameters. The synthesized inputs and
output don't go in the function parameters.
Fixes: 8b57a612d77df98c69a97f31c5a844d06345482a
- - - - -
8f289561 by Elizabeth Figura at 2025-03-10T15:17:19+01:00
vkd3d-shader/hlsl: Fix writing the sincos extra constants.
Fixes: 4ed16108f029c5d1ddfa92f87394defb6ddb193c
- - - - -
1 changed file:
- libs/vkd3d-shader/hlsl_codegen.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/553e37314a289f5e5e768c6f3a96…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/553e37314a289f5e5e768c6f3a96…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
37491716 by Nikolay Sivov at 2025-03-10T15:14:24+01:00
vkd3d-shader/fx: Output object initialiser IDs for fx_2_0.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
553e3731 by Nikolay Sivov at 2025-03-10T15:14:32+01:00
vkd3d-shader/fx: Print string object entries for fx_2_0.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- libs/vkd3d-shader/fx.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d34f5fbae254feee820dfdc97668…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d34f5fbae254feee820dfdc97668…
You're receiving this email because of your account on gitlab.winehq.org.