Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
88a85024 by Conor McCarthy at 2025-04-09T16:20:53+02:00
tests/hlsl: Test casts to 16-bit float.
- - - - -
3c950e59 by Conor McCarthy at 2025-04-09T16:20:58+02:00
tests/hlsl: Test casts to 16-bit int.
- - - - -
bb8b4f38 by Conor McCarthy at 2025-04-09T16:22:19+02:00
tests/hlsl: Test casts to 16-bit uint.
- - - - -
fdd21470 by Conor McCarthy at 2025-04-09T16:39:07+02:00
tests/hlsl: Test casts from double to 16-bit integer types.
- - - - -
4 changed files:
- tests/hlsl/cast-64-bit.shader_test
- tests/hlsl/cast-to-half.shader_test
- tests/hlsl/cast-to-int.shader_test
- tests/hlsl/cast-to-uint.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7fb288819a770eb04cbfd4c7b0a1…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7fb288819a770eb04cbfd4c7b0a1…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
7fb28881 by Giovanni Mascellani at 2025-04-09T16:08:15+02:00
vkd3d-shader/msl: Set the prefix to "unknown" for unhandled shader types in msl_generator_init().
Like we do for GLSL; there's no reason to abort compilation here. Note
that this also avoids leaking "gen->buffer" and "gen->string_buffers" on
the error path.
- - - - -
1 changed file:
- libs/vkd3d-shader/msl.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/7fb288819a770eb04cbfd4c7b0a15…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/7fb288819a770eb04cbfd4c7b0a15…
You're receiving this email because of your account on gitlab.winehq.org.
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.