Alexandre Julliard pushed to branch master at wine / wine
Commits:
e0068594 by Brendan Shanks at 2025-08-08T21:24:05+09:00
winevulkan: Enable VK_EXT_swapchain_maintenance1 when available.
- - - - -
91d3874b by Brendan Shanks at 2025-08-08T21:24:06+09:00
win32u: Create Vulkan swapchains with VkSwapchainPresentScalingCreateInfoEXT when the surface will be scaled.
- - - - -
3 changed files:
- dlls/win32u/vulkan.c
- dlls/winevulkan/vulkan.c
- include/wine/vulkan_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06f88e2ad298bb2e9a26d03de4fa7…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/06f88e2ad298bb2e9a26d03de4fa7…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
23d40c94 by Rémi Bernon at 2025-08-08T19:19:32+09:00
win32u: Move nulldrv pixel format array inline.
- - - - -
d5aa29cc by Rémi Bernon at 2025-08-08T19:19:32+09:00
win32u: Allocate a global pixel formats array on the unix side.
- - - - -
7af7db23 by Rémi Bernon at 2025-08-08T19:19:32+09:00
win32u: Keep pbuffer internal context on the wgl_context struct.
- - - - -
86cfc9fe by Rémi Bernon at 2025-08-08T19:19:32+09:00
win32u: Use eglGetConfigs rather than eglChooseConfig.
- - - - -
06f88e2a by Rémi Bernon at 2025-08-08T19:19:32+09:00
win32u: Use surfaceless EGL platform for nulldrv.
- - - - -
3 changed files:
- dlls/opengl32/make_opengl
- dlls/win32u/opengl.c
- include/wine/wgl.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5b19aaaa80a116de1d2c9ca3893d0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/5b19aaaa80a116de1d2c9ca3893d0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5206181b by Rémi Bernon at 2025-08-08T19:19:32+09:00
winebus: Return error status if SDL is disabled.
Otherwise we'll disable evdev backend too.
Fixes: 3394379fa7bfdc5010a8963c566086254488c996
- - - - -
66616b51 by Rémi Bernon at 2025-08-08T19:19:32+09:00
winebus: Introduce a new set_abs_axis_value helper.
- - - - -
a580e9eb by Rémi Bernon at 2025-08-08T19:19:32+09:00
winebus: Emulate some gamepad buttons in the evdev backend.
- - - - -
244cb445 by Rémi Bernon at 2025-08-08T19:19:32+09:00
winebus: Introduce a new hid_device_add_gamepad helper.
- - - - -
de42e781 by Rémi Bernon at 2025-08-08T19:19:32+09:00
winebus: Use hid_device_add_gamepad in the evdev backend.
- - - - -
5 changed files:
- dlls/winebus.sys/bus_sdl.c
- dlls/winebus.sys/bus_udev.c
- dlls/winebus.sys/hid.c
- dlls/winebus.sys/main.c
- dlls/winebus.sys/unix_private.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ede9ff9e55a3bcaf832baf19ac2dd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ede9ff9e55a3bcaf832baf19ac2dd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4590bd9d by Nikolay Sivov at 2025-08-08T19:19:32+09:00
dxcore: Add support for DriverDescription property.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
ede9ff9e by Nikolay Sivov at 2025-08-08T19:19:32+09:00
dxcore: Add support for DriverVersion property.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/dxcore/dxcore.c
- dlls/dxcore/tests/dxcore.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/473e79f4d7d6b1b200d5406ff90c6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/473e79f4d7d6b1b200d5406ff90c6…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
8fedc080 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml/tests: Test IHTMLElement6::getAttributeNode in legacy modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
7b28aff6 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml/tests: Test mixing attribute nodes and collections across modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d72c9ae1 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml/tests: Test node hierarchy for attribute nodes in IE9+ modes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
754a8c02 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml/tests: Don't create global variable due to typo.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ed205f33 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml: Fix expando for IE9 attr nodes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
d1c2870d by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml: Fix gecko element leak when retrieving ownerElement.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
473e79f4 by Gabriel Ivăncescu at 2025-08-08T19:19:32+09:00
mshtml: Traverse the node on attribute nodes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlattr.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
- dlls/mshtml/tests/dom.js
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/af2dee27bf8765e361761843cc869…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/af2dee27bf8765e361761843cc869…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e4347eba by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Factor out return_wow64_string.
- - - - -
c0a058e0 by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for glGetString.
- - - - -
4e17f023 by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for glGetStringi.
- - - - -
f505e571 by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for wglGetExtensionsStringARB.
- - - - -
8e8ac973 by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for wglGetExtensionsStringEXT.
- - - - -
f4e5ff2e by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for wglQueryCurrentRendererStringWINE.
- - - - -
af2dee27 by Jacek Caban at 2025-08-08T19:19:32+09:00
opengl32: Use generated thunk for wglQueryRendererStringWINE.
- - - - -
5 changed files:
- dlls/opengl32/make_opengl
- dlls/opengl32/unix_private.h
- dlls/opengl32/unix_thunks.c
- dlls/opengl32/unix_thunks.h
- dlls/opengl32/unix_wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7b3e8c1a4170133ba26509e2d1882…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7b3e8c1a4170133ba26509e2d1882…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
bd52ed89 by Francisco Casas at 2025-08-07T20:43:28+02:00
vkd3d-shader/ir: Use iterators in vsir_program_insert_alpha_test().
- - - - -
14643b02 by Francisco Casas at 2025-08-07T20:43:28+02:00
vkd3d-shader/ir: Use iterators in vsir_program_insert_clip_planes().
- - - - -
0ed34c22 by Francisco Casas at 2025-08-07T20:43:28+02:00
vkd3d-shader/ir: Use iterators in vsir_program_insert_point_size().
- - - - -
a91b880a by Francisco Casas at 2025-08-07T20:43:28+02:00
vkd3d-shader/ir: Use iterators in vsir_program_insert_point_size_clamp().
- - - - -
880cb108 by Francisco Casas at 2025-08-07T20:43:28+02:00
vkd3d-shader/ir: Use iterators in vsir_program_insert_point_coord().
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f7890fc54c567dd2bef1510b012b…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/f7890fc54c567dd2bef1510b012b…
You're receiving this email because of your account on gitlab.winehq.org.