Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
aefa22a0 by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate instructions in cf_flattener_iterate_instruction_array().
- - - - -
0c3828e8 by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate instructions in vsir_program_lower_switch_to_selection_ladder().
- - - - -
9af4ec2b by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate instructions in vsir_cfg_structure_list_emit_jump().
- - - - -
26d1f4c7 by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate in vsir_program_materialise_phi_ssas_to_temps().
- - - - -
aa8c9350 by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate instructions in vsir_cfg_structure_list_emit_block().
- - - - -
b1672fd3 by Francisco Casas at 2025-10-08T13:43:52+02:00
vkd3d-shader/ir: Don't preallocate instructions in vsir_cfg_structure_list_emit_loop().
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7dea1e83d2b8dbf53f6d04fadc61…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7dea1e83d2b8dbf53f6d04fadc61…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
408eb145 by Henri Verbeet at 2025-10-08T13:32:42+02:00
vkd3d-shader/spirv: Pass a vsir_data_type to spirv_compiler_emit_load_src_with_type().
- - - - -
8bf97a27 by Henri Verbeet at 2025-10-08T13:32:42+02:00
vkd3d-shader/spirv: Pass a vsir_data_type to spirv_compiler_emit_store_dst_swizzled().
- - - - -
d50503f1 by Henri Verbeet at 2025-10-08T13:32:42+02:00
vkd3d-shader/spirv: Pass a vsir_data_type to spirv_compiler_emit_interpolation_decorations().
- - - - -
7dea1e83 by Henri Verbeet at 2025-10-08T13:41:18+02:00
vkd3d-shader: Get rid of component_type_is_64_bit().
Its last user was removed in commit
9623ca4a6fa33b49f1d94c08fb799076fe998afd.
- - - - -
2 changed files:
- libs/vkd3d-shader/spirv.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c0db7f7ff587e54f82ceac66d60d…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c0db7f7ff587e54f82ceac66d60d…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
112bbbb1 by Giovanni Mascellani at 2025-10-08T13:30:17+02:00
vkd3d-shader/ir: Lower ABS modifiers to instructions.
- - - - -
c0db7f7f by Giovanni Mascellani at 2025-10-08T13:30:17+02:00
vkd3d-shader/dxil: Generate ABS instructions instead of using modifiers.
- - - - -
5 changed files:
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/glsl.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/msl.c
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c522db8ce8a8ea4d37532b0cd0ca…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/c522db8ce8a8ea4d37532b0cd0ca…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
672a2bae by Alistair Leslie-Hughes at 2025-10-08T08:50:17+11:00
Rebase against dc34fef45d491516fa8eaee45b2ae40faa7b0bfe.
- - - - -
4 changed files:
- patches/ntdll-Junction_Points/0001-ntdll-Add-support-for-creating-reparse-points.patch
- patches/odbc32-fixes/0005-odbc32-SQLGetData-support-ODBC-v2.0.patch
- − patches/odbc32-fixes/0024-odbc32-SQLGetData-handle-ANSI-driver.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/672a2bae70e63d7e6dae01…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/672a2bae70e63d7e6dae01…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b0adc12c by Vibhav Pant at 2025-10-07T22:58:28+02:00
cfgmgr32/tests: Add tests to ensure DevGetObjects(Ex) does not de-duplicate requested properties.
- - - - -
27e09930 by Vibhav Pant at 2025-10-07T22:58:28+02:00
windows.devices.enumeration/tests: Add tests for device properties for IDeviceInformation objects.
- - - - -
667219f6 by Vibhav Pant at 2025-10-07T22:58:28+02:00
windows.devices.enumeration/tests: Add tests for IDeviceInformationStatics::FindAllAsyncAqsFilterAndAdditionalProperties.
- - - - -
084838d7 by Vibhav Pant at 2025-10-07T22:58:29+02:00
windows.devices.enumeration: Implement IDeviceInformation::get_Properties.
- - - - -
17248849 by Vibhav Pant at 2025-10-07T22:58:29+02:00
windows.devices.enumeration: Implement IDeviceInformationStatics::{FindAllAsyncAqsFilterAndAdditionalProperties, CreateWatcherAqsFilterAndAdditionalProperties}.
- - - - -
6 changed files:
- dlls/cfgmgr32/tests/cfgmgr32.c
- dlls/windows.devices.enumeration/information.c
- dlls/windows.devices.enumeration/main.c
- dlls/windows.devices.enumeration/private.h
- dlls/windows.devices.enumeration/tests/Makefile.in
- dlls/windows.devices.enumeration/tests/devices.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/38efa49fdb02238eaf80068b24bbf…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/38efa49fdb02238eaf80068b24bbf…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
93e989bf by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest creation.
So it can be shared with XDomainRequest constructors.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ce810f61 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest constructor init.
So it can be shared with XDomainRequest constructors.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
2be84167 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Separate the ifaces and the other XHR fields.
So it can be shared with XDomainRequests.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
9d6c2289 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest's get_responseText.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
5fd9b7a0 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest's abort.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
45dad63d by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest's open.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
122f59db by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Factor out XMLHttpRequest's send.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
f60b804c by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Add XDomainRequest factory implementation.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
12da8689 by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Implement XDomainRequest.open().
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
98d63a3b by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Implement timeout for XDomainRequest.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
38efa49f by Gabriel Ivăncescu at 2025-10-07T22:58:28+02:00
mshtml: Implement contentType for XDomainRequest.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8 changed files:
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/dom.c
- dlls/mshtml/tests/events.c
- dlls/mshtml/tests/xhr.js
- dlls/mshtml/tests/xmlhttprequest.c
- dlls/mshtml/xmlhttprequest.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab5f4a6b2bf7934fcffdb83f68395…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ab5f4a6b2bf7934fcffdb83f68395…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
ab5f4a6b by Ugur Sari at 2025-10-07T22:58:21+02:00
netapi32: Add stubs for NetValidatePasswordPolicy and NetValidatePasswordPolicyFree.
Implement NetValidatePasswordPolicy and NetValidatePasswordPolicyFree
as stubs returning NERR_Success. This prevents crashes in some apps that
probe password policy support.
- - - - -
3 changed files:
- dlls/netapi32/netapi32.c
- dlls/netapi32/netapi32.spec
- include/lmaccess.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ab5f4a6b2bf7934fcffdb83f683955…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/ab5f4a6b2bf7934fcffdb83f683955…
You're receiving this email because of your account on gitlab.winehq.org.