Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
62b7c5b5 by Elizabeth Figura at 2025-10-06T14:22:58+02:00
vkd3d-shader/hlsl: Use the semantic.resource_type field for texture DCL instructions.
ins->resource_type is intended for VKD3D_SM5_MODIFIER_RESOURCE_TYPE, which is
not used for DCL instructions. At the same time, the validator checks
semantic.resource_type, and would break on HLSL shaders.
- - - - -
c7529028 by Elizabeth Figura at 2025-10-06T14:22:58+02:00
vkd3d-shader/hlsl: Use unique IDs for descriptors before 5.1.
- - - - -
322c91e3 by Elizabeth Figura at 2025-10-06T14:38:32+02:00
vkd3d-shader/ir: Introduce a vsir DCE pass.
- - - - -
6 changed files:
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/e524c36916d59f81cc3d6ac2535a…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/e524c36916d59f81cc3d6ac2535a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
73dc29c1 by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLErrorW() for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
cba6f1f6 by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Add some fixmes for SQLError() on top of driver's SQLGetDiagRec().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
63a229fb by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLDriverConnectW() for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
36790149 by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_ODBC_API_CONFORMANCE) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4b013a2d by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_ACTIVE_STATEMENTS) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
40e021f5 by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_ACTIVE_CONNECTIONS) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9cba05ef by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_DRIVER_NAME) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c007c2f7 by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_TXN_CAPABLE) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
36d97aeb by Nikolay Sivov at 2025-10-03T17:58:36+02:00
odbc32: Implement SQLGetInfoW(SQL_DBMS_NAME) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
d9e80739 by Nikolay Sivov at 2025-10-03T17:58:37+02:00
odbc32: Implement SQLGetInfoW(SQL_DATA_SOURCE_READ_ONLY) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
ec31d201 by Nikolay Sivov at 2025-10-03T17:58:37+02:00
odbc32: Implement SQLGetInfoW(SQL_IDENTIFIER_QUOTE_CHAR) for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
01af5251 by Nikolay Sivov at 2025-10-03T17:58:37+02:00
odbc32: Implement SQLExecDirectW() for ANSI win32 drivers.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- dlls/odbc32/proxyodbc.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/41aa048af140cdb82a439ff4b79b9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/41aa048af140cdb82a439ff4b79b9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
beaa4f3b by Rémi Bernon at 2025-10-03T15:41:11+02:00
server: Use a separate helper to create internal event syncs.
- - - - -
541d29c8 by Rémi Bernon at 2025-10-03T15:41:11+02:00
server: Explicitly create an internal server sync for debug events.
- - - - -
f1c6fb8f by Rémi Bernon at 2025-10-03T15:41:11+02:00
server: Signal event server / inproc syncs using the signal op.
- - - - -
d2305421 by Rémi Bernon at 2025-10-03T15:41:11+02:00
server: Use struct object pointers for object syncs.
- - - - -
19360894 by Elizabeth Figura at 2025-10-03T15:47:08+02:00
ntdll: Validate expected inproc sync type in get_inproc_sync.
- - - - -
5932c556 by Rémi Bernon at 2025-10-03T15:47:08+02:00
ntdll: Receive the user apc inproc sync fd on alertable waits.
- - - - -
7bb835b3 by Elizabeth Figura at 2025-10-03T15:47:08+02:00
ntdll: Use in-process synchronization objects.
- - - - -
41aa048a by Elizabeth Figura at 2025-10-03T15:47:08+02:00
ntdll: Cache in-process synchronization objects.
- - - - -
26 changed files:
- dlls/ntdll/unix/server.c
- dlls/ntdll/unix/sync.c
- dlls/ntdll/unix/thread.c
- dlls/ntdll/unix/unix_private.h
- dlls/ntdll/unix/virtual.c
- include/wine/server_protocol.h
- server/completion.c
- server/console.c
- server/debugger.c
- server/device.c
- server/event.c
- server/fd.c
- server/inproc_sync.c
- server/mutex.c
- server/object.c
- server/object.h
- server/process.c
- server/process.h
- server/protocol.def
- server/queue.c
- server/request_handlers.h
- server/request_trace.h
- server/semaphore.c
- server/thread.c
- server/thread.h
- server/timer.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/814281b471e4a146f8f85b69630c3…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/814281b471e4a146f8f85b69630c3…
You're receiving this email because of your account on gitlab.winehq.org.