Alexandre Julliard pushed to branch master at wine / wine
Commits:
aad0c1e3 by Anton Baskanov at 2024-10-07T12:41:30+02:00
dplayx: Use DP_CreatePlayer() in DP_SecureOpen().
- - - - -
bbf4dff8 by Anton Baskanov at 2024-10-07T12:41:32+02:00
dplayx: Free the old session desc in DP_SecureOpen().
- - - - -
70f711fe by Anton Baskanov at 2024-10-07T12:41:32+02:00
dplayx: Free resources on error paths in DP_SecureOpen().
- - - - -
6ff9858f by Anton Baskanov at 2024-10-07T12:41:32+02:00
dplayx: Send password in player creation forward request.
- - - - -
70a22f5c by Anton Baskanov at 2024-10-07T12:41:32+02:00
dplayx: Check REQUESTPLAYERREPLY size before access.
- - - - -
4 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplayx_messages.c
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/tests/dplayx.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7ee99608f469723bafadb28ef0ebd…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7ee99608f469723bafadb28ef0ebd…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
b5ccc0e7 by Evan Tang at 2024-10-07T17:34:54+02:00
vkd3d-shader/ir: Remove an unnecessary typecast in shader_instruction_eliminate_phase_instance_id().
- - - - -
c571a45e by Evan Tang at 2024-10-07T17:36:11+02:00
vkd3d-shader/ir: Don't shift register write masks by the component index in shader_dst_param_io_normalise().
This loses information about which source elements they want, making
"o.yzw = reg.xxyz" compile to "o = reg.xxy" instead of "o = reg.xyz".
- - - - -
3342d307 by Evan Tang at 2024-10-07T17:39:45+02:00
tests: Add a test for shader interstage register packing.
- - - - -
102cfdab by Evan Tang at 2024-10-07T17:44:29+02:00
tests: Add a test for writing patch constants during tessellation.
- - - - -
4 changed files:
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/spirv.c
- + tests/hlsl/interface-packing.shader_test
- + tests/hlsl/tessellation-patch-vars.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/fbd8b1a8c42879655c4e3087b8a6…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/fbd8b1a8c42879655c4e3087b8a6…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
10efdd3f by Elizabeth Figura at 2024-10-07T17:33:07+02:00
vkd3d-shader/hlsl: Introduce an add_explicit_conversion() helper.
- - - - -
41ff4343 by Elizabeth Figura at 2024-10-07T17:33:07+02:00
vkd3d-shader/hlsl: Handle error expressions in explicit casts.
- - - - -
c66f2501 by Elizabeth Figura at 2024-10-07T17:33:07+02:00
vkd3d-shader/hlsl: Handle error expressions in array indexes.
- - - - -
84685fb5 by Elizabeth Figura at 2024-10-07T17:33:07+02:00
vkd3d-shader/hlsl: Handle error expressions in subscripts.
- - - - -
34fdb304 by Elizabeth Figura at 2024-10-07T17:33:07+02:00
vkd3d-shader/hlsl: Handle error expressions in increments.
- - - - -
1 changed file:
- libs/vkd3d-shader/hlsl.y
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/aa79bfa681cd23b2dcc765ca47ac…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/aa79bfa681cd23b2dcc765ca47ac…
You're receiving this email because of your account on gitlab.winehq.org.