Alexandre Julliard pushed to branch master at wine / wine
Commits:
9ecf19bc by Georg Lehmann at 2024-09-02T22:52:55+02:00
winevulkan: Update to VK spec version 1.3.295.
I have been putting this off for too long because handling
VK_KHR_maintenance7 is not trivial. But by now a lot of other
extensions have been released, so we should at least support
those.
- - - - -
7 changed files:
- dlls/winevulkan/loader_thunks.c
- dlls/winevulkan/loader_thunks.h
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
- dlls/winevulkan/vulkan_thunks.h
- dlls/winevulkan/winevulkan.json
- include/wine/vulkan.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/9ecf19bc72106d97338222f52ea00c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/9ecf19bc72106d97338222f52ea00c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3eb35ba7 by Nikolay Sivov at 2024-09-02T22:52:55+02:00
d3d10/effect: Rename some variable array fields to better reflect their meaning.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
cb141439 by Nikolay Sivov at 2024-09-02T22:52:55+02:00
d3d10/effect: Simplify setting GlobalVariables value.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
2 changed files:
- dlls/d3d10/d3d10_private.h
- dlls/d3d10/effect.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c83e0af9fdd3a620073779ac0f1b0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c83e0af9fdd3a620073779ac0f1b0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4e63bf47 by Alex Henrie at 2024-09-02T11:00:41+02:00
explorer: Return void from show_icon and hide_icon.
The functions always returned TRUE and nothing used the return value.
- - - - -
566f0348 by Alex Henrie at 2024-09-02T11:00:43+02:00
explorer: Support the NoTrayItemsDisplay registry setting.
This setting is a more extreme version of the ShowSystray setting: In
addition to suppressing the floating systray, it suppresses systray
icons in the host taskbar and in the virtual desktop taskbar.
NoTrayItemsDisplay is the same registry setting that can be set on
Windows to remove the system tray from the taskbar, so if any
application sets it, Wine will now respect the setting.
- - - - -
3 changed files:
- programs/explorer/desktop.c
- programs/explorer/explorer_private.h
- programs/explorer/systray.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8cae76ba201720e5f930aed244b77…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8cae76ba201720e5f930aed244b77…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
ee2da76e by Nikolay Sivov at 2024-09-02T19:14:59+02:00
vkd3d-shader/fx: Set structure field offsets in bytes.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1ed45430 by Nikolay Sivov at 2024-09-02T19:14:59+02:00
vkd3d-shader/fx: Only add numeric variables when writing buffers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9673b660 by Nikolay Sivov at 2024-09-02T19:14:59+02:00
vkd3d-shader/fx: Expand BlendState array fields for fx_4_1 as well.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
6d28cc13 by Nikolay Sivov at 2024-09-02T19:14:59+02:00
vkd3d-shader/fx: Fix the unpacked size and stride fields of the fx_4_0 types.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- libs/vkd3d-shader/fx.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7a74e79f2dcf3169a6e3aedc133b…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7a74e79f2dcf3169a6e3aedc133b…
You're receiving this email because of your account on gitlab.winehq.org.