Alexandre Julliard pushed to branch master at wine / wine
Commits:
feb1477d by Nikolay Sivov at 2025-03-11T21:10:58+01:00
d3dx9/effect: Remove misleading trace message.
Array selector data begins with 4 bytes length, followed by string
bytes. Right after the string starts the code blob, that we access
with (uint32_t *)(ptr + string_size) + 1. There is no separate
field to care about at (ptr + string_size).
- - - - -
1 changed file:
- dlls/d3dx9_36/effect.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/feb1477dac27a644ba76361ffd7569…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/feb1477dac27a644ba76361ffd7569…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
98cefaa6 by Elizabeth Figura at 2025-03-11T12:31:06+01:00
wined3d: Bind video session memory.
- - - - -
0b30b848 by Elizabeth Figura at 2025-03-11T12:31:06+01:00
d3d11: Implement GetDecoderBuffer() for metadata buffers.
- - - - -
f7440106 by Elizabeth Figura at 2025-03-11T12:31:07+01:00
d3d11: Implement GetDecoderBuffer() for bitstream buffers.
- - - - -
7cacd50b by Elizabeth Figura at 2025-03-11T12:31:07+01:00
d3d11: Create a wined3d video decoder output view.
- - - - -
33b24b98 by Elizabeth Figura at 2025-03-11T12:31:09+01:00
d3d11: Implement DecoderBeginFrame() and DecoderEndFrame().
- - - - -
17 changed files:
- dlls/d3d11/d3d11_private.h
- dlls/d3d11/decoder.c
- dlls/d3d11/device.c
- dlls/d3d11/view.c
- dlls/wined3d/adapter_gl.c
- dlls/wined3d/adapter_vk.c
- dlls/wined3d/buffer.c
- dlls/wined3d/context_vk.c
- dlls/wined3d/decoder.c
- dlls/wined3d/directx.c
- dlls/wined3d/texture.c
- dlls/wined3d/utils.c
- dlls/wined3d/view.c
- dlls/wined3d/wined3d.spec
- dlls/wined3d/wined3d_private.h
- dlls/wined3d/wined3d_vk.h
- include/wine/wined3d.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b78effa33d12bc5252593e8129a4b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/b78effa33d12bc5252593e8129a4b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f22b858b by Elizabeth Figura at 2025-03-11T12:30:58+01:00
wined3d: Avoid indexing a 2-element array by shader type.
This works for sm1 shaders, which can only be pixel or vertex, but this is a bit
fragile and relies on the fact that PIXEL and VERTEX are the first two enum
elements. Make the code a bit clearer and less fragile.
- - - - -
b78effa3 by Elizabeth Figura at 2025-03-11T12:31:00+01:00
wined3d: Invalidate bumpenv_constants in wined3d_stateblock_primary_dirtify_all_states().
Fixes: 72fad4abe37a79c8e1f538006b1cc5a690b2176c
- - - - -
2 changed files:
- dlls/wined3d/shader_spirv.c
- dlls/wined3d/stateblock.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4cb856a95de0d28947fe59a982966…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4cb856a95de0d28947fe59a982966…
You're receiving this email because of your account on gitlab.winehq.org.
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.