Alexandre Julliard pushed to branch master at wine / wine
Commits:
fb795954 by Elizabeth Figura at 2025-05-21T21:31:50+02:00
amstream: Fix allocator pitch tests.
For some reason ddraw alignment, at least for RGB555 surfaces, varies between
32-bit and 64-bit (and, bizarrely, 64-bit has *less* alignment).
Fix the tests here to compare against the ddraw pitch rather than hardcoding
the expected pitch.
- - - - -
1 changed file:
- dlls/amstream/tests/amstream.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fb79595473ec4cc4fe46e806dde174…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fb79595473ec4cc4fe46e806dde174…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d1921622 by Nikolay Sivov at 2025-05-21T21:31:48+02:00
odbc32: Ignore SQL_ATTR_CONNECTION_POOLING on global environment.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
dbce7fe0 by Nikolay Sivov at 2025-05-21T21:31:48+02:00
odbc32: Improve string attribute detection in SQLSetStmtAttr().
None of ODBC standard statement attributes are specified to use
string values. Currently passing user pointer such as SQL_ATTR_ROW_ARRAY_SIZE
could get "converted", providing driver with unrelated pointer, which
is also immediately freed on return.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
be4a8a21 by Nikolay Sivov at 2025-05-21T21:31:48+02:00
odbc32: Fix data buffer size handling when forwarding SQLGetInfo -> SQLGetInfoW.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/odbc32/proxyodbc.c
- include/sql.h
- include/sqlext.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/99ac81b30e2b272d7d9af28888bb4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/99ac81b30e2b272d7d9af28888bb4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
58fbaf92 by Alexandre Julliard at 2025-05-21T18:16:40+02:00
ntdll: Add tracing for syscall entry/exit.
Unlike +relay, this should be transparent to the application.
- - - - -
91d6a45c by Alexandre Julliard at 2025-05-21T18:16:40+02:00
ntdll: Add tracing for user callback entry/exit.
- - - - -
4ea640fe by Alexandre Julliard at 2025-05-21T21:31:40+02:00
wineps: Use the correct metrics count in generated font data.
Spotted by Yuxuan Shui.
- - - - -
12 changed files:
- dlls/ntdll/unix/loader.c
- dlls/ntdll/unix/server.c
- dlls/ntdll/unix/signal_arm.c
- dlls/ntdll/unix/signal_arm64.c
- dlls/ntdll/unix/signal_i386.c
- dlls/ntdll/unix/signal_x86_64.c
- dlls/ntdll/unix/thread.c
- dlls/ntdll/unix/unix_private.h
- dlls/win32u/syscall.c
- dlls/wineps.drv/corefonts.c
- include/wine/unixlib.h
- tools/make_unicode
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3aa28e452018d528abb3b8fe95733…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3aa28e452018d528abb3b8fe95733…
You're receiving this email because of your account on gitlab.winehq.org.