Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
4300e6c8 by Henri Verbeet at 2025-07-28T16:10:15+02:00
vkd3d-shader/ir: Allow source operands of shift operations to have different data types.
- - - - -
eaebef42 by Henri Verbeet at 2025-07-28T16:10:15+02:00
vkd3d-shader/hlsl: Emit vsir from hlsl_emit_bytecode().
- - - - -
6 changed files:
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/b3e367b099cb65d79c5b0044134a…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/b3e367b099cb65d79c5b0044134a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1a139434 by Yuxuan Shui at 2025-07-27T21:27:49+09:00
server: Fix use-after-free in screen_buffer_destroy.
When an async object enters the async queue, its fd is released (to avoid
a reference cycle I assume?). In screen_buffer_destroy, the screen_buffer's
fd is released first, this cause it to be freed even when it could still be
referenced by an async object in the queue. This means free_async_queue
could use freed memory.
- - - - -
1 changed file:
- server/console.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1a139434dcfa7857da3970dfc34606…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/1a139434dcfa7857da3970dfc34606…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
074146c3 by Gabriel Ivăncescu at 2025-07-27T21:27:48+09:00
mshtml: Handle NULL inputs in node's replaceChild.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4297ab2c by Gabriel Ivăncescu at 2025-07-27T21:27:49+09:00
mshtml: Handle NULL input in node's removeChild.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4dba2e09 by Gabriel Ivăncescu at 2025-07-27T21:27:49+09:00
mshtml: Handle NULL input in node's appendChild.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2294806c by Gabriel Ivăncescu at 2025-07-27T21:27:49+09:00
mshtml: Handle NULL input in node's insertBefore.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2 changed files:
- dlls/mshtml/htmlnode.c
- dlls/mshtml/tests/dom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6e8628a42850b1d4a37421e02a399…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6e8628a42850b1d4a37421e02a399…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
bf398138 by Michael Stefaniuc at 2025-07-27T17:16:32+09:00
include: Tag the DMUS_IO_* structs that changed between DX versions.
- - - - -
f96cd7a3 by Michael Stefaniuc at 2025-07-27T17:16:32+09:00
dmstyle: Handle DX7 versions of 'note' and 'crve' chunks.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58493
- - - - -
6bf9c518 by Michael Stefaniuc at 2025-07-27T17:16:34+09:00
dmusic: Don't open code debugstr_chunk in dmobject.c.
- - - - -
377b4ceb by Michael Stefaniuc at 2025-07-27T17:16:35+09:00
dmusic: Add a helper to deal with different versions / sizes of a chunk.
- - - - -
6e8628a4 by Michael Stefaniuc at 2025-07-27T17:16:35+09:00
dmstyle: Support loading the DX7 version of the Style form.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58493
- - - - -
5 changed files:
- dlls/dmstyle/style.c
- dlls/dmusic/band.c
- dlls/dmusic/dmobject.c
- dlls/dmusic/dmobject.h
- include/dmusicf.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a21f2935a0fce136c772792018490…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a21f2935a0fce136c772792018490…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1651059e by Michael Stefaniuc at 2025-07-27T17:16:22+09:00
dmcompos/tests: Fix the expected value in an ok() message.
- - - - -
a21f2935 by Michael Stefaniuc at 2025-07-27T17:16:22+09:00
dmcompos: Simplify the DMChordMap IPersistStream_Load() method.
Fixes reads / seeks past the end of the IStream.
- - - - -
2 changed files:
- dlls/dmcompos/chordmap.c
- dlls/dmcompos/tests/dmcompos.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f8ba5383a027ae1f38c16417ad007…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f8ba5383a027ae1f38c16417ad007…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d1a692c0 by Nikolay Sivov at 2025-07-27T17:16:06+09:00
windowscodecs/converter: Add 16bppGrayHalf -> 128bppRGBFloat conversion path.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
55ae0e1e by Nikolay Sivov at 2025-07-27T17:16:07+09:00
windowscodecs/converter: Add 16bppGrayHalf -> 32bppBGRA conversion path.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d810b474 by Nikolay Sivov at 2025-07-27T17:16:09+09:00
windowscodecs/converter: Propagate source failure in 24bppBGR -> 128bppRGBAFloat conversion.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
79629f9a by Nikolay Sivov at 2025-07-27T17:16:10+09:00
windowscodecs/converter: Propagate source failure in 32bppBGRA -> 128bppRGBAFloat conversion.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
02ba4adc by Nikolay Sivov at 2025-07-27T17:16:11+09:00
windowscodecs/converter: Propagate source failure in 48bppRGB -> 128bppRGBFloat conversion.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
00abfe99 by Nikolay Sivov at 2025-07-27T17:16:13+09:00
windowscodecs/converter: Propagate source failure in 96bppRGBFloat -> 128bppRGBFloat conversion.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f8ba5383 by Nikolay Sivov at 2025-07-27T17:16:14+09:00
windowscodecs/converter: Propagate source failure in 48bppRGBHalf -> 128bppRGBFloat conversion.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/windowscodecs/converter.c
- dlls/windowscodecs/regsvr.c
- dlls/windowscodecs/tests/converter.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/126ba801214ffff8966dbbf741192…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/126ba801214ffff8966dbbf741192…
You're receiving this email because of your account on gitlab.winehq.org.