Alexandre Julliard pushed to branch master at wine / wine
Commits:
9ad4e02f by Georg Lehmann at 2024-09-26T23:26:05+02:00
winevulkan: Avoid empty struct extension conversions.
- - - - -
fb256d8b by Georg Lehmann at 2024-09-26T23:26:14+02:00
winevulkan: Update to VK spec version 1.3.296.
- - - - -
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/-/compare/645103f9a84033c30b83338176245…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/645103f9a84033c30b83338176245…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
517be11e by Alexandre Julliard at 2024-09-26T11:53:28+02:00
include: Use __readfsdword intrinsic on MSVC.
- - - - -
49964cf2 by Alexandre Julliard at 2024-09-26T14:00:23+02:00
include: Remove some obsolete MSVC version checks.
- - - - -
6 changed files:
- include/pshpack1.h
- include/pshpack2.h
- include/pshpack4.h
- include/pshpack8.h
- include/windows.h
- include/winnt.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/943199a11e002d731cd03e455c7fd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/943199a11e002d731cd03e455c7fd…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0e28b18d by Anton Baskanov at 2024-09-26T11:07:17+02:00
dplayx: Initialize the unknown field in DP_MSG_ForwardPlayerCreation().
- - - - -
718dafc2 by Anton Baskanov at 2024-09-26T11:07:19+02:00
dpwsockx: Set player data in CreatePlayer().
- - - - -
dc6b8503 by Anton Baskanov at 2024-09-26T11:07:19+02:00
dplayx: Use the documented message layout in DP_MSG_ForwardPlayerCreation().
- - - - -
04a60053 by Anton Baskanov at 2024-09-26T11:07:19+02:00
dplayx: Merge DP_CalcSessionDescSize() into DP_CopySessionDesc().
- - - - -
f19c9be2 by Anton Baskanov at 2024-09-26T11:07:19+02:00
dplayx: Add a session duplication helper function and use it in DP_SetSessionDesc() and NS_AddRemoteComputerAsNameServer().
- - - - -
6336e02c by Anton Baskanov at 2024-09-26T11:07:19+02:00
dplayx: Return SP message header from NS_WalkSessions() and get rid of NS_GetNSAddr().
- - - - -
cfba7e19 by Anton Baskanov at 2024-09-26T11:07:19+02:00
dplayx: Set session desc when joining a session.
- - - - -
9 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplay_global.h
- dlls/dplayx/dplayx_messages.c
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/name_server.c
- dlls/dplayx/name_server.h
- dlls/dplayx/tests/dplayx.c
- dlls/dpwsockx/dpwsockx_dll.h
- dlls/dpwsockx/dpwsockx_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2b32c2859166e5542012b517cdef4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2b32c2859166e5542012b517cdef4…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
6de741e5 by Giovanni Mascellani at 2024-09-26T17:44:52+02:00
vkd3d-shader/ir: Do not allow NULL registers in source parameters.
- - - - -
674ad7d6 by Giovanni Mascellani at 2024-09-26T17:44:52+02:00
vkd3d-shader/ir: Disallow SAMPLER registers in destination parameters.
- - - - -
828e5f12 by Giovanni Mascellani at 2024-09-26T17:44:52+02:00
vkd3d-shader/ir: Disallow RESOURCE registers in destination parameters.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/8d85ea2dc54c7a92a11a2f8ede63…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/8d85ea2dc54c7a92a11a2f8ede63…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
2934f820 by Giovanni Mascellani at 2024-09-26T17:42:16+02:00
vkd3d-shader: Get rid of the SAMPLER data type.
- - - - -
e5872631 by Giovanni Mascellani at 2024-09-26T17:42:16+02:00
vkd3d-shader: Get rid of the UAV data type.
- - - - -
8d85ea2d by Giovanni Mascellani at 2024-09-26T17:42:16+02:00
vkd3d-shader: Get rid of the RESOURCE data type.
- - - - -
5 changed files:
- libs/vkd3d-shader/d3d_asm.c
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/afa2fd527c2b2951c8039c8b3662…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/afa2fd527c2b2951c8039c8b3662…
You're receiving this email because of your account on gitlab.winehq.org.