Alexandre Julliard pushed to branch master at wine / wine
Commits:
f45f1d93 by Rémi Bernon at 2024-08-26T12:47:34+02:00
win32u: Add missing thunk lock parameters callback.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57096
Fixes: 52865b330777481aa7e3581a6a11c7bda75e291e
- - - - -
6f3e8682 by Rémi Bernon at 2024-08-26T12:47:37+02:00
opengl32: Add missing WOW64 process_attach unixlib entry.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57103
Fixes: e64f35368e8ee831a968a1e5999dfeb227e2d3be
- - - - -
23d147e5 by Rémi Bernon at 2024-08-26T12:47:52+02:00
opengl32: Remove unnecessary function addresses.
- - - - -
449687d1 by Rémi Bernon at 2024-08-26T12:48:00+02:00
winex11: Wrap x11drv_dnd_drop_event params in a struct.
- - - - -
58b4cea2 by Rémi Bernon at 2024-08-26T12:48:00+02:00
winex11: Wrap x11drv_dnd_enter_event params in a struct.
- - - - -
ecb2a705 by Rémi Bernon at 2024-08-26T12:48:01+02:00
winex11: Wrap x11drv_dnd_post_drop params in a struct.
- - - - -
7f09a97d by Rémi Bernon at 2024-08-26T12:48:01+02:00
winex11: Use a UINT64 for the foreign_window_proc parameter.
- - - - -
b58349e5 by Rémi Bernon at 2024-08-26T12:48:01+02:00
winex11: Route kernel callbacks through user32.
- - - - -
138d1991 by Torge Matthies at 2024-08-26T12:48:01+02:00
winemac: Route kernel callbacks through user32.
- - - - -
6a2fc6d4 by Torge Matthies at 2024-08-26T12:48:01+02:00
user32: Remove NtUserDriverCallback* kernel callbacks.
- - - - -
1 changed file:
- dlls/opengl32/make_opengl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/531671cd20ee426dfc1c80e4c0cf6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/531671cd20ee426dfc1c80e4c0cf6…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
f318e565 by Henri Verbeet at 2024-08-26T11:24:01+02:00
vkd3d-shader/spirv: Decorate non-array descriptor variables as well.
Commits 343c7942e150bbc6b78ed17c0d0b5041521131b0 and
94c74d2c00db50153b6c749cf699ad229cd11c15 moved applying the NonReadable
and Coherent decorations from spirv_compiler_emit_resource_declaration()
to spirv_compiler_build_descriptor_variable(), but unfortunately missed
the non-array path in the latter function.
The missing NonReadable decoration causes segmentation faults in
rasteriser-ordered-views.shader_test (among others) on my Intel SKL GT2
setup in particular.
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/f318e565f295d9f439e0e9ec52ba2…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/f318e565f295d9f439e0e9ec52ba2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2b558dcf by Alexandre Julliard at 2024-08-23T17:07:36+02:00
ntdll: Read the Chpev2ProcessInfo pointer before accessing the data.
Fixes a regression from b12ad4f447b11adf0d2b945c832e503cfca86e84.
- - - - -
7d9fa99e by Alexandre Julliard at 2024-08-23T19:08:01+02:00
shell32/tests: Delete a left-over file.
- - - - -
2 changed files:
- dlls/ntdll/process.c
- dlls/shell32/tests/shlfileop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f204d6c76e1a8b53ddc15a60a11e5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/f204d6c76e1a8b53ddc15a60a11e5…
You're receiving this email because of your account on gitlab.winehq.org.