Alexandre Julliard pushed to branch master at wine / wine
Commits:
54d82ed4 by Rémi Bernon at 2024-12-16T21:16:58+01:00
winex11: Sync gl drawable outside of the win_data mutex.
Some thread might be destroying a window, calling destroy_client_window
from release_gl_drawable, holding the GL context mutex and trying to
enter the win_data mutex.
At the same time, another thread might be moving its window, calling
sync_gl_drawable from X11DRV_WindowPosChanged, holding the win_data
mutex and trying to enter the GL context mutex.
The deadlock was present before already, although less frequently
triggered as sync_gl_drawable was done conditionally if the client
window has been moved.
This triggers now more frequently in the dxgi:dxgi tests.
- - - - -
1 changed file:
- dlls/winex11.drv/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/54d82ed4d5483f7569871219acc485…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/54d82ed4d5483f7569871219acc485…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1e430886 by Elizabeth Figura at 2024-12-16T17:11:57+01:00
vkd3d-shader/d3dbc: Use struct vkd3d_shader_dst_param instead of struct sm1_dst_register.
- - - - -
77ac13e6 by Elizabeth Figura at 2024-12-16T17:11:57+01:00
vkd3d-shader/d3dbc: Use struct vkd3d_shader_src_param instead of struct sm1_src_register.
- - - - -
de615609 by Elizabeth Figura at 2024-12-16T17:11:57+01:00
vkd3d-shader/d3dbc: Use struct vkd3d_shader_instruction instead of struct sm1_instruction.
- - - - -
1 changed file:
- libs/vkd3d-shader/d3dbc.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c4f69f4d3db50710079c924f4376…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c4f69f4d3db50710079c924f4376…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
cdf6100f by Henri Verbeet at 2024-12-16T17:09:40+01:00
tests: Add yet more overload resolution tests.
- - - - -
63fce306 by Henri Verbeet at 2024-12-16T17:09:40+01:00
vkd3d-shader/hlsl: Prefer overload candidates without component count narrowing.
- - - - -
6b887837 by Henri Verbeet at 2024-12-16T17:09:40+01:00
vkd3d-shader/hlsl: Prefer overload candidates with matching component type classes.
- - - - -
32d432ab by Henri Verbeet at 2024-12-16T17:09:40+01:00
vkd3d-shader/hlsl: Prefer overload candidates with matching component types.
- - - - -
64bb4150 by Henri Verbeet at 2024-12-16T17:09:40+01:00
vkd3d-shader/hlsl: Prefer overload candidates without component type narrowing.
- - - - -
c4f69f4d by Henri Verbeet at 2024-12-16T17:09:40+01:00
vkd3d-shader/hlsl: Prefer overload candidates without component count widening.
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl.y
- tests/hlsl/function-overload.shader_test
- tests/hlsl/refract.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5827197246214a3b1a362f19a0ac…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5827197246214a3b1a362f19a0ac…
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:
5a9719f2 by Alistair Leslie-Hughes at 2024-12-14T11:06:53+11:00
Updated vkd3d-latest patchset
- - - - -
c2de76b8 by Alistair Leslie-Hughes at 2024-12-14T14:48:52+11:00
Release v10.0-rc2
- - - - -
4 changed files:
- patches/vkd3d-latest/0001-Updated-vkd3d-to-9619582d1b6a54720e17a148a72b446fda2.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-39cbef9e018ee760ffd175fdd6729e47052.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-36fda8e28ca31517ae051b2e46b00d71a23.patch
- patches/vkd3d-latest/0004-Updated-vkd3d-to-01117c716dea0e934ac594a7596d90ad948.patch
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/c8d46d4ca3c505014f55c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/c8d46d4ca3c505014f55c…
You're receiving this email because of your account on gitlab.winehq.org.