Alexandre Julliard pushed to branch master at wine / wine
Commits:
e9f795e0 by Rémi Bernon at 2025-06-26T22:36:01+02:00
server: Move some checks inside of mutex do_release.
- - - - -
672c3a56 by Rémi Bernon at 2025-06-26T22:36:01+02:00
server: Split mutex to a dedicated sync object.
- - - - -
9e05682f by Rémi Bernon at 2025-06-26T22:36:01+02:00
server: Split semaphore to a dedicated sync object.
- - - - -
1f033324 by Rémi Bernon at 2025-06-26T22:36:01+02:00
server: Use a flag to keep track of message queue waits.
- - - - -
991bf42f by Rémi Bernon at 2025-06-26T22:36:01+02:00
server: Use a signaled flag for message queue sync.
- - - - -
3 changed files:
- server/mutex.c
- server/queue.c
- server/semaphore.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd81988d81bafd8ed5c3892282996…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fd81988d81bafd8ed5c3892282996…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e25475a0 by Rémi Bernon at 2025-06-26T22:36:01+02:00
server: Create a global atom table on startup.
- - - - -
e7df64c8 by Rémi Bernon at 2025-06-26T22:36:01+02:00
server: Remove now unnecessary global table checks.
- - - - -
74bfd333 by Rémi Bernon at 2025-06-26T22:36:01+02:00
server: Pass atom table parameter to atom functions.
- - - - -
8b43412c by Rémi Bernon at 2025-06-26T22:36:01+02:00
server: Introduce a new get_user_atom_name request.
- - - - -
fd81988d by Rémi Bernon at 2025-06-26T22:36:01+02:00
server: Introduce a new add_user_atom request.
- - - - -
10 changed files:
- dlls/win32u/class.c
- include/wine/server_protocol.h
- server/atom.c
- server/class.c
- server/directory.c
- server/object.h
- server/protocol.def
- server/request_handlers.h
- server/request_trace.h
- server/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/09fa342ac066fd879c28dd14bfc72…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/09fa342ac066fd879c28dd14bfc72…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
04507f21 by Alexandre Julliard at 2025-06-26T15:12:45+02:00
ntdll: Only reset the reported write watch range in NtGetWriteWatch.
Fixes 306e24508d75651e7895a64aa0d956d0546ec0ac.
- - - - -
ff5754df by Alexandre Julliard at 2025-06-26T17:29:04+02:00
ntdll: Correctly report execute faults on ARM64.
- - - - -
09fa342a by Alexandre Julliard at 2025-06-26T22:36:01+02:00
ntdll: Correctly report execute faults on ARM.
- - - - -
3 changed files:
- dlls/ntdll/unix/signal_arm.c
- dlls/ntdll/unix/signal_arm64.c
- dlls/ntdll/unix/virtual.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30316eb5ded8de8dcba96a51a63ee…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30316eb5ded8de8dcba96a51a63ee…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
30316eb5 by Bernhard Kölbl at 2025-06-26T15:10:23+02:00
mfmediaengine: Enable XVP for playback topology.
The software color converter DMO on Windows seems to be broken using
certain topologies, making our media engine not work. As such, make
the topology loader use the hardware accelerated one.
- - - - -
1 changed file:
- dlls/mfmediaengine/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/30316eb5ded8de8dcba96a51a63ee2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/30316eb5ded8de8dcba96a51a63ee2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
cf2f9b5f by Vibhav Pant at 2025-06-26T15:09:00+02:00
cfgmgr32: Implement CM_Get_Device_Interface_PropertyW for all property keys.
- - - - -
0bdc96e7 by Vibhav Pant at 2025-06-26T15:09:00+02:00
cfgmgr32/tests: Add additional tests for CM_Get_Device_Interface_PropertyW.
- - - - -
2 changed files:
- dlls/cfgmgr32/main.c
- dlls/cfgmgr32/tests/cfgmgr32.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e660c6a4249034a90e2a2c2494196…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e660c6a4249034a90e2a2c2494196…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
587c2dc7 by Elizabeth Figura at 2025-06-26T17:31:34+02:00
tests/shader_runner: Add support for 3D resources.
- - - - -
b58ff893 by Elizabeth Figura at 2025-06-26T17:32:10+02:00
tests/hlsl: Add tests for 3D textures.
- - - - -
e3122071 by Elizabeth Figura at 2025-06-26T17:38:55+02:00
tests/shader_runner: Add support for cube resources.
- - - - -
f2238dee by Elizabeth Figura at 2025-06-26T17:40:10+02:00
tests/hlsl: Add tests for cube textures.
- - - - -
10 changed files:
- tests/hlsl/sampler.shader_test
- tests/shader_runner.c
- tests/shader_runner.h
- tests/shader_runner_d3d11.c
- tests/shader_runner_d3d12.c
- tests/shader_runner_d3d9.c
- tests/shader_runner_gl.c
- tests/shader_runner_metal.m
- tests/shader_runner_vulkan.c
- tests/vulkan_utils.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/04d3996b0761107dc3562db4a0ca…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/04d3996b0761107dc3562db4a0ca…
You're receiving this email because of your account on gitlab.winehq.org.