Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
d1df10ac by Shaun Ren at 2025-04-09T16:02:12+02:00
vkd3d-shader/hlsl: Use dcl_output_siv for patch constant function sysval outputs.
- - - - -
ec2f18ab by Shaun Ren at 2025-04-09T16:02:12+02:00
vkd3d-shader/hlsl: Free all allocators in allocate_semantic_registers().
- - - - -
05f8dd82 by Shaun Ren at 2025-04-09T16:02:12+02:00
vkd3d-shader/hlsl: Prioritize smaller writemasks for all allocators in allocate_semantic_registers().
- - - - -
d3b32fef by Shaun Ren at 2025-04-09T16:02:12+02:00
vkd3d-shader/tpf: Support SV_RenderTargetArrayIndex/SV_ViewportArrayIndex sysvals in tessellation shaders.
- - - - -
7ba84b77 by Shaun Ren at 2025-04-09T16:02:12+02:00
tests: Add signature reflection tests for register allocation rules in tessellation shaders.
- - - - -
0c139ef7 by Shaun Ren at 2025-04-09T16:02:12+02:00
vkd3d-shader/hlsl: Add special allocation rules for patch constant data.
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/tpf.c
- tests/hlsl_d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/70655012ab0b736cefe8ce010c9d…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/70655012ab0b736cefe8ce010c9d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
510ad557 by Esme Povirk at 2025-04-08T23:07:01+02:00
gdiplus: Implement path to region conversion without gdi32.
This will later allow for optimization by limiting the area we
consider to the region's bounding rectangle.
- - - - -
a41aa872 by Esme Povirk at 2025-04-08T23:07:01+02:00
gdiplus/tests: Test rounding of region rectangles.
- - - - -
2 changed files:
- dlls/gdiplus/region.c
- dlls/gdiplus/tests/region.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6e2c4ad0efb3b1620d81a6ae14481…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6e2c4ad0efb3b1620d81a6ae14481…
You're receiving this email because of your account on gitlab.winehq.org.
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.