Alexandre Julliard pushed to branch master at wine / wine
Commits:
f8582383 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Add SQLDriverConnectA() implementation.
- - - - -
3757e14f by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Handle SQL_C_WCHAR conversion in SQLGetData for ANSI drivers.
- - - - -
82a8e208 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLStatisticsW() for ANSI win32 drivers.
- - - - -
7a857453 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_STRING_FUNCTIONS) for ANSI win32 drivers.
- - - - -
0608f0ac by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_NUMERIC_FUNCTIONS) for ANSI win32 drivers.
- - - - -
6b084950 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_TIMEDATE_FUNCTIONS) for ANSI win32 drivers.
- - - - -
55deb031 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_SYSTEM_FUNCTIONS) for ANSI win32 drivers.
- - - - -
037afe7a by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_CONVERT_*) for ANSI win32 drivers.
- - - - -
dc05248a by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_CONCAT_NULL_BEHAVIOR) for ANSI win32 drivers.
- - - - -
c8a96ad4 by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_EXPRESSIONS_IN_ORDERBY) for ANSI win32 drivers.
- - - - -
72eedc0a by Piotr Caban at 2025-10-07T21:57:29+02:00
odbc32: Implement SQLGetInfoW(SQL_ORDER_BY_COLUMNS_IN_SELECT) for ANSI win32 drivers.
- - - - -
2 changed files:
- dlls/odbc32/odbc32.spec
- dlls/odbc32/proxyodbc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e62997aff603a69e67d270465088…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/7e62997aff603a69e67d270465088…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
c522db8c by Henri Verbeet at 2025-10-07T13:12:36+02:00
tests/shader_runner: Handle the "rgba" probe format as an alias for "f32".
- - - - -
5 changed files:
- tests/hlsl/arithmetic-float-uniform.shader_test
- tests/hlsl/arithmetic-float.shader_test
- tests/hlsl/rcp.shader_test
- tests/hlsl/rt-format-mismatch.shader_test
- tests/shader_runner.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/c522db8ce8a8ea4d37532b0cd0ca9…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/c522db8ce8a8ea4d37532b0cd0ca9…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
81a13b99 by Henri Verbeet at 2025-10-07T13:11:22+02:00
vkd3d-shader/spirv: Pass a vsir_data_type to spirv_compiler_emit_store_dst_components().
- - - - -
8f688afc by Henri Verbeet at 2025-10-07T13:11:22+02:00
vkd3d-shader/spirv: Pass a vsir_data_type to spirv_compiler_get_image_type_id().
- - - - -
7ffcbaaf by Henri Verbeet at 2025-10-07T13:11:22+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_ld_raw_structured_srv_uav().
- - - - -
cd5e1b0e by Henri Verbeet at 2025-10-07T13:11:22+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_store_uav_raw_structured().
- - - - -
6b7e4453 by Henri Verbeet at 2025-10-07T13:11:22+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_atomic_instruction().
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c8b2aca23d5964fbc4223588d14d…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c8b2aca23d5964fbc4223588d14d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
00c41cf5 by Elizabeth Figura at 2025-10-06T18:54:01+02:00
ddraw/tests: Fix some tests on modern Windows.
Fixes: 9fc3862dd4a09a8a457c1c449380e1e122228221
- - - - -
6119d69c by Elizabeth Figura at 2025-10-06T18:54:29+02:00
ddraw/tests: Expand and fix tests for EnumDevices().
Test various things which some applications are sensitive to: device names,
enumeration order, specific caps. Also show that HAL caps for non-HAL devices
and HEL caps for HAL devices are nearly empty.
Most of these tests already pass on real Windows 98, but one modification was
necessary to remove a positive test for HWTRANSFORMANDLIGHT from d3d1-4 devices,
which real cards don't always expose.
- - - - -
440797bf by Elizabeth Figura at 2025-10-06T18:54:33+02:00
ddraw: Expose the RGB device for version 1.
Based on a patch by Andrew D'Addesio.
The comment dates back to a872c781ea9908bd549b59629585e4fd23ef2211, but at that
time it referred to the reference device. This was changed to the RGB device by
d9fef10b71b9add27cfaeffa6d7e3ab42342bba7.
The reference device is not enumerated by default even on Windows 98, as the
neighbouring comment explains. It would make sense if the affected games do not
function with the reference device, but are fine with the RGB device. It's not
clear whether this is the case, though. According to Andrew D'Addesio in bug
19153, Motoracer 2 does not break even if the reference device is enumerated
(so possibly the bug has to do with some other part of the caps later changed).
As for AvP, I was unable to locate a copy of the game to test.
- - - - -
7a98339d by Elizabeth Figura at 2025-10-06T18:54:38+02:00
ddraw: Reorder ddraw7 enumeration.
Based on a patch by Andrew D'Addesio.
- - - - -
2f561b97 by Elizabeth Figura at 2025-10-06T18:54:40+02:00
ddraw: Rename the RGB device to "RGB Emulation".
Based on a patch by Andrew D'Addesio.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=19153
- - - - -
648cb489 by Elizabeth Figura at 2025-10-06T18:54:43+02:00
ddraw: Fix the size for d3d1 and d3d2 EnumDevices().
Based on a patch by Andrew D'Addesio.
- - - - -
5 changed files:
- dlls/ddraw/ddraw.c
- dlls/ddraw/tests/ddraw1.c
- dlls/ddraw/tests/ddraw2.c
- dlls/ddraw/tests/ddraw4.c
- dlls/ddraw/tests/ddraw7.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/622da47590fd58091ad01c3100a39…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/622da47590fd58091ad01c3100a39…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
31949223 by Marc-Aurel Zent at 2025-10-06T16:50:56+02:00
server: Add get_effective_thread_priority() helper.
- - - - -
29c62ae8 by Marc-Aurel Zent at 2025-10-06T16:50:56+02:00
server: Add set_thread_disable_boost() helper.
- - - - -
622da475 by Marc-Aurel Zent at 2025-10-06T16:50:56+02:00
server: Boost main thread priority.
- - - - -
3 changed files:
- server/process.c
- server/thread.c
- server/thread.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e034e0a4d89cbebb42bf3b5e9e8fc…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e034e0a4d89cbebb42bf3b5e9e8fc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
94cd2830 by Eric Pouech at 2025-10-06T16:47:43+02:00
wineconsole: Ensure conhost gets the expected title.
Otherwise, when launching an exec with wineconsole, conhost
gets wineconsole.exe and not the exec as title, and messes
up the per-application settings.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
35e950ac by Eric Pouech at 2025-10-06T16:47:43+02:00
conhost: Support the close-on-exit configuration option.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
e034e0a4 by Eric Pouech at 2025-10-06T16:47:43+02:00
winedbg: No longer expect a startup sequence in auto mode.
winedbg is too strict about events expected for startup
sequence in auto mode.
I've seen exit-thread, output debug string (and likely others
could happen). Consequence is that winedbg doesn't display
the backtrace (it needs the first exception for that).
So relax the startup conditions, and enter the auto mode after
either first exception, exit-process, or timeout.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
5 changed files:
- programs/conhost/conhost.c
- programs/conhost/conhost.h
- programs/conhost/window.c
- programs/wineconsole/wineconsole.c
- programs/winedbg/tgt_active.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db8f8967527eb7851ad584bb99b6f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/db8f8967527eb7851ad584bb99b6f…
You're receiving this email because of your account on gitlab.winehq.org.