Alexandre Julliard pushed to branch master at wine / wine
Commits:
7be0f960 by Nikolay Sivov at 2025-03-31T11:16:54+02:00
windowscodecs/converter: Implement BW -> 24BGR conversion.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
e38afeef by Nikolay Sivov at 2025-03-31T11:16:55+02:00
windowscodecs/converter: Implement 48bppRGB -> 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/cf6bdfd2260b4e2a29e72a241ad60…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/cf6bdfd2260b4e2a29e72a241ad60…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1b82c864 by Alexandre Julliard at 2025-03-29T00:03:44+01:00
include: Move InitializeObjectAttributes definition to ntdef.h.
- - - - -
5a80e887 by Alexandre Julliard at 2025-03-29T00:03:44+01:00
ntdll: Use the InitializeObjectAttributes macro in more places.
- - - - -
e5b47ea8 by Alexandre Julliard at 2025-03-29T00:03:44+01:00
ntdll/tests: Use the InitializeObjectAttributes macro in more places.
- - - - -
c507cbb7 by Alexandre Julliard at 2025-03-29T00:03:44+01:00
kernelbase: Use the InitializeObjectAttributes macro in more places.
- - - - -
21 changed files:
- dlls/kernelbase/console.c
- dlls/kernelbase/debug.c
- dlls/kernelbase/file.c
- dlls/kernelbase/process.c
- dlls/kernelbase/registry.c
- dlls/kernelbase/security.c
- dlls/kernelbase/thread.c
- dlls/kernelbase/volume.c
- dlls/ntdll/actctx.c
- dlls/ntdll/loader.c
- dlls/ntdll/path.c
- dlls/ntdll/relay.c
- dlls/ntdll/tests/file.c
- dlls/ntdll/tests/om.c
- dlls/ntdll/tests/pipe.c
- dlls/ntdll/tests/reg.c
- dlls/ntdll/tests/sync.c
- dlls/ntdll/thread.c
- dlls/ntdll/version.c
- include/ntdef.h
- include/winternl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c66721795f3ee0f150446dce70f67…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c66721795f3ee0f150446dce70f67…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fc0e0e8e by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Fix order of non-commutative binary op:s in PDB/FPO unwinder.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
cf1256f9 by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Introduce new PDB reader, use it for unwinding FPO frames.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
2b5fdd89 by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Don't keep PDB files mapped after parsing is done.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
c6672179 by Eric Pouech at 2025-03-29T00:03:44+01:00
dbghelp: Introduce a vtable per module_format.
In following patches, we'll add a bunch of new interfaces here.
Also, hide partially module_format walking with some helpers.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
12 changed files:
- dlls/dbghelp/Makefile.in
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/elf_module.c
- dlls/dbghelp/macho_module.c
- dlls/dbghelp/module.c
- dlls/dbghelp/msc.c
- + dlls/dbghelp/pdb.c
- dlls/dbghelp/pe_module.c
- dlls/dbghelp/storage.c
- dlls/dbghelp/symbol.c
- dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30fa691d99df7d6dfe37d16fe708d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30fa691d99df7d6dfe37d16fe708d…
You're receiving this email because of your account on gitlab.winehq.org.