Alexandre Julliard pushed to branch master at wine / wine
Commits:
dd840e09 by Eric Pouech at 2025-04-08T18:29:41+02:00
dbghelp: Fix line number when multiple entries have same offset.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
4a0ea8bf by Eric Pouech at 2025-04-08T18:29:45+02:00
dbghelp: Always reset all the fields for local scope enumeration.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
48edd4ed by Eric Pouech at 2025-04-08T18:29:45+02:00
dbghelp: Don't report local symbols when they are not present.
(making use of already set values by Dwarf backend).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
bc00c37b by Eric Pouech at 2025-04-08T18:29:48+02:00
dbghelp: Use new pdb reader for DEFRANGE based local variables.
Fixing a couple of bugs in the process.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6e2c4ad0 by Eric Pouech at 2025-04-08T18:29:50+02:00
dbghelp: Introduce helper to query info from index.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/msc.c
- dlls/dbghelp/pdb.c
- dlls/dbghelp/symbol.c
- dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe19bc9c8ee28ef639aaaa3cc41ad…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe19bc9c8ee28ef639aaaa3cc41ad…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1f1e92ce by Alexandre Julliard at 2025-04-08T18:11:11+02:00
win32u: Implement NtGdiMakeFontDir().
- - - - -
5a6a75a5 by Alexandre Julliard at 2025-04-08T18:11:11+02:00
gdi32/tests: Add a test for NtGdiMakeFontDir().
- - - - -
52d07807 by Alexandre Julliard at 2025-04-08T18:11:11+02:00
gdi32: Use NtGdiMakeFontDir() to implement CreateScalableFontResourceW().
- - - - -
fe19bc9c by Alexandre Julliard at 2025-04-08T18:12:47+02:00
win32u: Remove the __wine_get_file_outline_text_metric() syscall.
- - - - -
8 changed files:
- dlls/gdi32/tests/font.c
- dlls/gdi32/text.c
- dlls/win32u/font.c
- dlls/win32u/main.c
- dlls/win32u/win32syscalls.h
- dlls/win32u/win32u.spec
- dlls/wow64win/gdi.c
- include/ntgdi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7c45914666871722e66394502160c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7c45914666871722e66394502160c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b878f45a by Nikolay Sivov at 2025-04-08T17:11:25+02:00
propsys/tests: Add more tests for PropVariantToDouble().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
93ee5611 by Nikolay Sivov at 2025-04-08T17:11:25+02:00
propsys/tests: Add some tests for PropVariantChangeType(VT_R8).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
f259d8f3 by Nikolay Sivov at 2025-04-08T17:11:26+02:00
propsys/tests: Use correct members to initialize PropVariantToDouble() test input.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
927b389e by Nikolay Sivov at 2025-04-08T17:11:26+02:00
propsys: Fix PropVariantToDouble() for float input.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
95af9e60 by Nikolay Sivov at 2025-04-08T17:11:26+02:00
propsys: Implement PropVariantChangeType(VT_R8).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/propsys/propvar.c
- dlls/propsys/tests/propsys.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/31fda1f4a08e61daa3c5e84829f80…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/31fda1f4a08e61daa3c5e84829f80…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
31fda1f4 by Zhiyi Zhang at 2025-04-08T09:52:25+02:00
win32u: Support windows spanning multiple monitors in map_window_rects_virt_to_raw().
Fix a regression from 545073fd, which restricts the visible rect to only one monitor when the
original virtual visible rect is spanning multiple monitors.
Fix Project CARS 3 (958400) fails to enter triple screen mode.
- - - - -
1 changed file:
- dlls/win32u/sysparams.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/31fda1f4a08e61daa3c5e84829f80d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/31fda1f4a08e61daa3c5e84829f80d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
07faece4 by Nikolay Sivov at 2025-04-08T09:51:43+02:00
windowscodecs/tests: Add another test case for 4bps tiff.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5501f17d by Nikolay Sivov at 2025-04-08T09:51:45+02:00
windowscodecs/tiff: Fix stride value for 4bps RGBA.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/windowscodecs/libtiff.c
- dlls/windowscodecs/tests/tiffformat.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/856efc7a958c32a34b3d7e47cc80a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/856efc7a958c32a34b3d7e47cc80a…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
b12e3d8e by Henri Verbeet at 2025-04-08T20:38:26+02:00
demos: Get rid of some unused includes.
These were used for demo_load_shader(), but that was removed some time
ago in commit aa5d48eec4987c4c1cb55571b536cd485c25740b.
- - - - -
70655012 by Henri Verbeet at 2025-04-08T20:38:26+02:00
demos: Move the vkd3d parts of demo_xcb.h into a separate header.
So that they can be used for e.g. Wayland or macOS support. Or Windows,
if we're so inclined.
- - - - -
4 changed files:
- Makefile.am
- demos/demo.h
- + demos/demo_vkd3d.h
- demos/demo_xcb.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/89d3e667e0aad8a8a1d546b2034f…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/89d3e667e0aad8a8a1d546b2034f…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
7b21183f by Victor Chiletto at 2025-04-08T19:18:56+02:00
tests/shader_runner_d3d12: Pass the structure byte stride for SRVs.
- - - - -
cc9f4ac5 by Victor Chiletto at 2025-04-08T19:18:57+02:00
tests/hlsl: Attempt to deduce the data type of unspecified type texture data.
Try parsing first as integer, and if the parse stops at a decimal separator, parse as float.
- - - - -
89d3e667 by Victor Chiletto at 2025-04-08T19:31:40+02:00
tests/hlsl: Add tests for SRV structured buffers.
- - - - -
10 changed files:
- Makefile.am
- tests/hlsl/point-sprite.shader_test
- tests/hlsl/shader-interstage-interface.shader_test
- tests/hlsl/shader-point-size.shader_test
- + tests/hlsl/srv-structuredbuffer.shader_test
- tests/hlsl/swizzle-constant-prop.shader_test
- tests/hlsl/texture-load-offset.shader_test
- tests/shader_runner.c
- tests/shader_runner.h
- tests/shader_runner_d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/3e8b56c509522892114ef2772aa0…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/3e8b56c509522892114ef2772aa0…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
8866a43b by Anna (navi) Figueiredo Gomes at 2025-04-08T19:14:15+02:00
tests/hlsl: Add some fx_4_0 state tests.
- - - - -
3e8b56c5 by Anna (navi) Figueiredo Gomes at 2025-04-08T19:14:15+02:00
vkd3d-shader/fx: Don't cast between int and uint in state blocks.
- - - - -
3 changed files:
- Makefile.am
- libs/vkd3d-shader/fx.c
- + tests/hlsl/effect-pass-states-fx_4.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f576ecc9929dd98c900bb8bc0335…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f576ecc9929dd98c900bb8bc0335…
You're receiving this email because of your account on gitlab.winehq.org.