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.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
459f141e by Henri Verbeet at 2024-09-26T01:04:32+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_ROUND_Z.
- - - - -
929010ff by Henri Verbeet at 2024-09-26T01:04:32+02:00
vkd3d-shader/glsl: Implement support for the VKD3DSPR_DEPTHOUT register.
- - - - -
93cd63bc by Henri Verbeet at 2024-09-26T01:04:32+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_DP3.
- - - - -
b9d8b84b by Henri Verbeet at 2024-09-26T01:04:32+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_DP4.
- - - - -
92a7cc34 by Henri Verbeet at 2024-09-26T01:04:32+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_DP2.
- - - - -
7 changed files:
- libs/vkd3d-shader/glsl.c
- tests/hlsl/d3dcolor-to-ubyte4.shader_test
- tests/hlsl/depth-out.shader_test
- tests/hlsl/determinant.shader_test
- tests/hlsl/dot.shader_test
- tests/hlsl/reflect.shader_test
- tests/hlsl/trunc.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/e8b14d765dbebae32d83aa5d2a75…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/e8b14d765dbebae32d83aa5d2a75…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2d2b16a8 by Rémi Bernon at 2024-09-25T21:19:18+02:00
winex11: Use NtUserGetDpiForWindow when only checking for empty rect.
- - - - -
a44169bc by Rémi Bernon at 2024-09-25T21:19:18+02:00
win32u: Keep per display source monitor DPI values.
- - - - -
7a2df9a6 by Rémi Bernon at 2024-09-25T21:19:19+02:00
win32u: Introduce a new NtUserGetWinMonitorDpi call for drivers.
- - - - -
75ffc97c by Rémi Bernon at 2024-09-25T21:19:19+02:00
win32u: Only reuse scaling target surface if it matches the monitor rect.
- - - - -
2b32c285 by Rémi Bernon at 2024-09-25T21:19:19+02:00
win32u: Update the window state when display settings changes.
- - - - -
22 changed files:
- dlls/win32u/dce.c
- dlls/win32u/defwnd.c
- dlls/win32u/sysparams.c
- dlls/win32u/window.c
- dlls/wineandroid.drv/android.h
- dlls/wineandroid.drv/init.c
- dlls/wineandroid.drv/window.c
- dlls/winemac.drv/display.c
- dlls/winemac.drv/window.c
- dlls/winewayland.drv/display.c
- dlls/winewayland.drv/wayland_surface.c
- dlls/winewayland.drv/waylanddrv.h
- dlls/winewayland.drv/window.c
- dlls/winex11.drv/display.c
- dlls/winex11.drv/event.c
- dlls/winex11.drv/init.c
- dlls/winex11.drv/opengl.c
- dlls/winex11.drv/vulkan.c
- dlls/winex11.drv/window.c
- dlls/winex11.drv/x11drv.h
- include/ntuser.h
- include/wine/gdi_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/73d32ba78d8ab3f12ee942841efed…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/73d32ba78d8ab3f12ee942841efed…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4d2346ed by Matteo Bruni at 2024-09-25T21:18:01+02:00
d3dx9/tests: Handle uncommon test results in test_D3DXCheckTextureRequirements().
- - - - -
e9516bb7 by Matteo Bruni at 2024-09-25T21:18:01+02:00
d3dx9/tests: Handle lack of support for D3DFMT_A1R5G5B5 in test_D3DXFillCubeTexture().
- - - - -
e5b39f91 by Matteo Bruni at 2024-09-25T21:18:01+02:00
d3dx9: Clean up color key handling in convert_argb_pixels() and point_filter_argb_pixels().
- - - - -
2 changed files:
- dlls/d3dx9_36/surface.c
- dlls/d3dx9_36/tests/texture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/17dba5c40f2a05eb38ecd8b839ca8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/17dba5c40f2a05eb38ecd8b839ca8…
You're receiving this email because of your account on gitlab.winehq.org.