Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
c0e113dd by Elizabeth Figura at 2025-03-12T10:41:26-05:00
Rebase against 10bb431e0d0760d72921106c7607d66808b939bb.
- - - - -
4 changed files:
- − patches/d3dx9_SetRawValue/0001-d3dx9-Implement-d3dx_effect_SetRawValue.patch
- − patches/d3dx9_SetRawValue/0002-d3dx9-tests-Implement-tests-for-d3dx_effect_SetRawVa.patch
- − patches/d3dx9_SetRawValue/definition
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/c0e113dd3af7a7575a92fb…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/c0e113dd3af7a7575a92fb…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e67177da by Paul Gofman at 2025-03-11T21:43:08+01:00
ntdll/tests: Test NtCreateUserProcess() with limited access rights.
- - - - -
10bb431e by Paul Gofman at 2025-03-11T21:47:34+01:00
ntdll: Do not fail NtCreateUserProcess() if requested access doesn't have PROCESS_CREATE_THREAD.
- - - - -
2 changed files:
- dlls/ntdll/tests/thread.c
- server/thread.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ea4cc77b8be7691a6791a034b46ab…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ea4cc77b8be7691a6791a034b46ab…
You're receiving this email because of your account on gitlab.winehq.org.
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.