Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
e3118110 by Henri Verbeet at 2025-09-08T12:34:16+02:00
vkd3d-shader/d3d-asm: Print data types for indexable temporary declarations.
- - - - -
ea90f7ae by Henri Verbeet at 2025-09-08T12:34:16+02:00
vkd3d-shader/dxil: Emit 16-bit indexable temporaries as 32-bit registers.
Unless the "native low precision" flag is enabled.
vkd3d_component_type_from_data_type() currently ends up doing this
mapping for us in the SPIR-V backend, but that's about to go away.
- - - - -
38078f2c by Henri Verbeet at 2025-09-08T12:34:16+02:00
vkd3d-shader/hlsl: Map HLSL_TYPE_HALF to VSIR_DATA_F32.
VSIR_DATA_F16 would require VKD3DSGF_FORCE_NATIVE_LOW_PRECISION, but we
don't currently implement that. vkd3d_component_type_from_data_type()
currently ends up doing this mapping for us in the SPIR-V backend, but
that's about to go away.
- - - - -
6607b94a by Henri Verbeet at 2025-09-08T12:34:16+02:00
vkd3d-shader/ir: Map 16-bit vsir types to 16-bit component types in vkd3d_component_type_from_data_type().
Mapping these to 32-bit types if needed is supposed to happen in the
frontends now.
- - - - -
4 changed files:
- libs/vkd3d-shader/d3d_asm.c
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7851cbfd3dcac037afb9c2ad54a0…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7851cbfd3dcac037afb9c2ad54a0…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
39778538 by Alistair Leslie-Hughes at 2025-09-07T07:47:55+10:00
Added d3dx9_animation_TrackDesc patchset
- - - - -
4 changed files:
- + patches/d3dx9_animation_TrackDesc/0001-d3dx9-Implement-ID3DXAnimationController-RegisterAni.patch
- + patches/d3dx9_animation_TrackDesc/0002-d3dx9-Implement-ID3DXAnimationController-Get-Set-Tra.patch
- + patches/d3dx9_animation_TrackDesc/0003-d3dx9-Implement-ID3DXAnimationController-Get-Set-Tra.patch
- + patches/d3dx9_animation_TrackDesc/definition
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/39778538c288d8648816e1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/39778538c288d8648816e1…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
9787b483 by Hans Leidekker at 2025-09-05T21:09:58+02:00
include: Define more USB interfaces.
- - - - -
0764e459 by Hans Leidekker at 2025-09-05T21:09:58+02:00
include: Define IImageDisplayProperties and IVideoDisplayProperties.
- - - - -
25d7bb7a by Hans Leidekker at 2025-09-05T21:09:58+02:00
include: Define IMediaEncodingProperties and IAudioEncodingPropertiesWithFormatUserData.
- - - - -
38aa600e by Hans Leidekker at 2025-09-05T21:09:59+02:00
include: Define IHolographicCamera and related types.
- - - - -
da8c7b3f by Hans Leidekker at 2025-09-05T21:10:00+02:00
include: Define IOnlineIdServiceTicket and IOnlineIdSystemIdentity.
- - - - -
a2602b1b by Hans Leidekker at 2025-09-05T21:10:00+02:00
include: Add missing parameterized interface declarations.
- - - - -
0022fae7 by Hans Leidekker at 2025-09-05T21:10:00+02:00
widl: Require member interfaces to be defined.
- - - - -
9 changed files:
- include/Makefile.in
- include/windows.applicationmodel.datatransfer.idl
- include/windows.devices.usb.idl
- include/windows.graphics.holographic.idl
- include/windows.media.idl
- include/windows.media.mediaproperties.idl
- + include/windows.perception.idl
- include/windows.security.authentication.onlineid.idl
- tools/widl/parser.y
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3c8a072b52f2159e68bfd4e471faf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3c8a072b52f2159e68bfd4e471faf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2a6dba26 by Paul Gofman at 2025-09-05T21:09:34+02:00
wbemprox: Fix CIM_UINT16 handling in to_safearray().
- - - - -
b2c75950 by Paul Gofman at 2025-09-05T21:09:34+02:00
wbemprox: Add MSFT_PhysicalDisk table.
- - - - -
471ecfd1 by Paul Gofman at 2025-09-05T21:09:34+02:00
wbemprox: Return an error from class_object_Next() for non-zero flags.
- - - - -
3c8a072b by Paul Gofman at 2025-09-05T21:09:34+02:00
wbemprox: Enumerate system properties in class_object_Next().
- - - - -
5 changed files:
- dlls/wbemprox/builtin.c
- dlls/wbemprox/class.c
- dlls/wbemprox/query.c
- dlls/wbemprox/tests/query.c
- dlls/wbemprox/wbemprox_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bf7901a5c20ff36697d2829e36fcc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bf7901a5c20ff36697d2829e36fcc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
15d8d2e0 by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10/tests: Add more DDS file DXGI format mapping tests.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
139cee9d by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10/tests: Add more DDS file header handling tests.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
a4c60b0e by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Add support for parsing DXT10 DDS headers to shared code.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
6ba7624a by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Only validate header size for DDS files in d3dx10.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
d8b7dab0 by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Add support for DXGI formats in d3dx_helpers.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
d84a6190 by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Exclusively use shared code for parsing DDS files in get_image_info().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
1d3a5ab2 by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Add support for d3dx10+ image file formats in shared code.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
bf7901a5 by Connor McAdams at 2025-09-05T21:08:46+02:00
d3dx10: Exclusively use shared code for parsing all files in get_image_info().
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/d3dx10_43/tests/d3dx10.c
- dlls/d3dx10_43/texture.c
- dlls/d3dx9_36/d3dx_helpers.c
- dlls/d3dx9_36/d3dx_helpers.h
- dlls/d3dx9_36/util.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ee6edca45557544b893cd8bf58aef…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ee6edca45557544b893cd8bf58aef…
You're receiving this email because of your account on gitlab.winehq.org.