Alexandre Julliard pushed to branch master at wine / wine
Commits:
22270a02 by Piotr Caban at 2025-12-04T12:49:38+01:00
msado15: Request features determined by lock type when opening table directly.
- - - - -
e9b25f42 by Piotr Caban at 2025-12-04T12:49:38+01:00
msado15: Add partial _Recordset:CancelUpdate implementation.
- - - - -
13f8c34a by Piotr Caban at 2025-12-04T12:49:38+01:00
msado15: Add partial _Recordset::Update implementation.
- - - - -
388a661e by Piotr Caban at 2025-12-04T12:49:38+01:00
msado15: Call _Recordset::Update when moving to new row.
- - - - -
2 changed files:
- dlls/msado15/recordset.c
- dlls/msado15/tests/msado15.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52b53c6e8c5e42e83f4c3ec096b8c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/52b53c6e8c5e42e83f4c3ec096b8c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
546dd07a by Eric Pouech at 2025-12-04T12:17:10+01:00
dbghelp: Detect and fail decorated TPI indexes.
- - - - -
ac03bcd2 by Eric Pouech at 2025-12-04T12:17:10+01:00
dbghelp: Revamp DBI hash table.
For simplificity, DBI hash table shared the C structures with
the TPI hash table.
It turns out we can make DBI hash table faster:
- by storing each bucket directly in an array (instead of
single linked list)
- this makes creation faster and allocation slimmer
(on target example, this saves ~5% in DBI load time).
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
b5c44e4e by Eric Pouech at 2025-12-04T12:17:10+01:00
dbghelp: Use contribution to select compiland for line info.
Instead of walking compiland list. This is way faster.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f3c356aa by Eric Pouech at 2025-12-04T12:17:10+01:00
dbghelp: Use contrib to select compiland in advance_line_info.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/dbghelp/pdb.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7d1fd7baa661e3ad0ffb08a018845…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7d1fd7baa661e3ad0ffb08a018845…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
8d0f82c4 by Giovanni Mascellani at 2025-12-04T19:31:45+01:00
vkd3d-shader/dxil: Allocate instructions directly in sm6_parser_emit_dx_unary().
- - - - -
1941be3c by Giovanni Mascellani at 2025-12-04T19:31:46+01:00
vkd3d-shader/dxil: Allocate instructions directly in sm6_parser_emit_dx_atomic_binop().
- - - - -
e0ef0c4a by Giovanni Mascellani at 2025-12-04T19:41:59+01:00
vkd3d-shader/dxil: Allocate instructions directly in sm6_parser_emit_dx_barrier().
- - - - -
203fc6d7 by Giovanni Mascellani at 2025-12-04T20:08:43+01:00
vkd3d-shader/dxil: Allocate instructions directly in sm6_parser_emit_dx_buffer_load().
- - - - -
cd230078 by Giovanni Mascellani at 2025-12-04T20:11:14+01:00
vkd3d-shader/dxil: Allocate instructions directly in sm6_parser_emit_dx_raw_buffer_load().
- - - - -
1 changed file:
- libs/vkd3d-shader/dxil.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9ddb815127badbf6f0c295f63b86…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9ddb815127badbf6f0c295f63b86…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
59c8c1b8 by Henri Verbeet at 2025-12-04T19:21:37+01:00
vkd3d-shader/ir: Rename struct vkd3d_shader_dst_param to struct vsir_dst_operand.
- - - - -
9ddb8151 by Henri Verbeet at 2025-12-04T19:22:30+01:00
vkd3d-shader/ir: Rename struct vkd3d_shader_src_param to struct vsir_src_operand.
- - - - -
10 changed files:
- libs/vkd3d-shader/d3d_asm.c
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/glsl.c
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/90196f7d015c61d8d31f74f978aa…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/90196f7d015c61d8d31f74f978aa…
You're receiving this email because of your account on gitlab.winehq.org.