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.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f3feb131 by Rémi Bernon at 2025-09-05T21:07:30+02:00
winevulkan: Generate structs for external memory fds.
- - - - -
89320106 by Rémi Bernon at 2025-09-05T21:07:36+02:00
winevulkan: Force copy some memory, buffer and image struct chains.
So that we can edit them in place in win32u.
- - - - -
15028b6f by Rémi Bernon at 2025-09-05T21:07:43+02:00
win32u: Strip unsupported structs from vkAllocateMemory chain.
- - - - -
f4a357c2 by Rémi Bernon at 2025-09-05T21:07:43+02:00
win32u: Strip unsupported structs from vkCreateBuffer chain.
- - - - -
66522987 by Rémi Bernon at 2025-09-05T21:07:43+02:00
win32u: Strip unsupported structs from vkCreateImage chain.
- - - - -
152a7ec9 by Rémi Bernon at 2025-09-05T21:07:43+02:00
win32u: Hook VK_KHR_external_memory_win32 functions.
- - - - -
8 changed files:
- dlls/win32u/vulkan.c
- dlls/winevulkan/loader_thunks.c
- dlls/winevulkan/loader_thunks.h
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
- dlls/winevulkan/vulkan_thunks.h
- include/wine/vulkan.h
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4ea0354ecaf6c601d304cce4f7e5a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4ea0354ecaf6c601d304cce4f7e5a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b963a19f by Vibhav Pant at 2025-09-04T21:04:17+02:00
combase/tests: Add RoGetAgileReference tests with agile objects.
Objects that implement IAgileObject don't need to be marshaled across apartment boundaries.
- - - - -
defe9b68 by Vibhav Pant at 2025-09-04T21:04:18+02:00
combase: Don't marshal objects that implement IAgileObject in RoGetAgileReference.
- - - - -
2 changed files:
- dlls/combase/roapi.c
- dlls/combase/tests/roapi.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a0f984f01e7032df94849c1e70922…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a0f984f01e7032df94849c1e70922…
You're receiving this email because of your account on gitlab.winehq.org.