Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
c1f77200 by Giovanni Mascellani at 2025-07-21T12:02:57+02:00
vkd3d-shader/ir: Use the iterator in vsir_program_lower_udiv().
- - - - -
55b8002b by Giovanni Mascellani at 2025-07-21T12:06:46+02:00
vkd3d-shader/ir: Use the iterator in vsir_program_lower_sm1_sincos().
- - - - -
5407c8b9 by Giovanni Mascellani at 2025-07-21T12:07:08+02:00
vkd3d-shader/ir: Use the iterator in vsir_program_lower_sm4_sincos().
- - - - -
8d422276 by Giovanni Mascellani at 2025-07-21T12:07:08+02:00
vkd3d-shader/ir: Use the iterator in vsir_program_lower_texldp().
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0f18d2598780d268fc5452e826bb…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0f18d2598780d268fc5452e826bb…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
9836c88a by Francisco Casas at 2025-07-21T11:20:14+02:00
tests/hlsl: Add semantic cascading tests.
Co-authored-by: Petrichor Park <ppark(a)codeweavers.com>
- - - - -
4f5d3426 by Francisco Casas at 2025-07-21T11:55:57+02:00
vkd3d-shader/hlsl: Use the index in the hlsl_semantic when appending output copies.
- - - - -
28f74a73 by Francisco Casas at 2025-07-21T11:57:00+02:00
vkd3d-shader/hlsl: Use the index in the hlsl_semantic when prepending input copies.
- - - - -
f08fed5f by Francisco Casas at 2025-07-21T11:57:00+02:00
vkd3d-shader/hlsl: Don't pass the semantic index in add_semantic_var().
- - - - -
7e9834ee by Francisco Casas at 2025-07-21T11:57:00+02:00
vkd3d-shader/hlsl: Make output semantics on structs cascade down onto the fields.
- - - - -
a9a5c772 by Francisco Casas at 2025-07-21T11:57:01+02:00
vkd3d-shader/hlsl: Make input semantics on structs cascade down onto the fields.
- - - - -
faeff505 by Francisco Casas at 2025-07-21T11:57:01+02:00
tests/hlsl: Add additional semantic cascading tests.
These test make the shader runner segfault before implementing it,
because it miscompiles and there are unused input layout elements.
So they are on their own commit.
- - - - -
0f18d259 by Francisco Casas at 2025-07-21T11:57:01+02:00
tests: Test semantic cascading signatures.
- - - - -
6 changed files:
- Makefile.am
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/vkd3d_shader_private.h
- tests/hlsl/lhs-cast.shader_test
- + tests/hlsl/semantic-cascading.shader_test
- tests/hlsl_d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7e66d0db6fe07400a4e867fa80e8…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7e66d0db6fe07400a4e867fa80e8…
You're receiving this email because of your account on gitlab.winehq.org.
Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
5e73b4fe by Elizabeth Figura at 2025-07-18T17:50:06-05:00
Rebase against 182e2887b7c01d464f296bd7aa1335f147d8e514.
- - - - -
1db546cd by Elizabeth Figura at 2025-07-18T18:05:19-05:00
Rebase against e44737278a4487cb8a75f81cedbe7393c5f716cc.
- - - - -
5 changed files:
- patches/krnl386.exe16-GDT_LDT_Emulation/0001-krnl386.exe16-Emulate-GDT-and-LDT-access.patch
- patches/ntdll-Junction_Points/0013-ntdll-Allow-reparse-points-to-target-the-applicable-.patch
- patches/ntdll-NtDevicePath/0001-ntdll-Implement-opening-files-through-nt-device-path.patch
- patches/ntdll-NtDevicePath/definition
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/54295e8aaa36d36cbe269…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/54295e8aaa36d36cbe269…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
5ca64385 by Jacek Caban at 2025-07-19T00:02:31+02:00
krnl386: Remove __GNUC__ check.
- - - - -
e6b3a696 by Jacek Caban at 2025-07-19T00:02:31+02:00
ntdll: Remove __GNUC__ checks.
- - - - -
6129df36 by Jacek Caban at 2025-07-19T00:02:31+02:00
ntdll/tests: Remove __GNUC__ checks.
- - - - -
6e2cc733 by Jacek Caban at 2025-07-19T00:02:31+02:00
ntoskrnl: Remove __GNUC__ check.
- - - - -
e4473727 by Jacek Caban at 2025-07-19T00:02:31+02:00
oleaut32: Remove __GNUC__ check.
- - - - -
7 changed files:
- dlls/krnl386.exe16/instr.c
- dlls/ntdll/large_int.c
- dlls/ntdll/math.c
- dlls/ntdll/signal_i386.c
- dlls/ntdll/tests/exception.c
- dlls/ntoskrnl.exe/instr.c
- dlls/oleaut32/vartype.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/345a2c8c68c86c9d66d61eda290f0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/345a2c8c68c86c9d66d61eda290f0…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f6fd97b6 by Alexandre Julliard at 2025-07-18T11:43:20+02:00
winebuild: Unify the get_stub_name() and get_link_name() helpers.
- - - - -
d0c8437d by Alexandre Julliard at 2025-07-18T11:55:31+02:00
winebuild: Support -syscall flag for stubs.
- - - - -
ed9f3112 by Alexandre Julliard at 2025-07-18T12:01:07+02:00
ntdll: Add stubs for some syscalls that need explicit ids.
- - - - -
6f05002b by Alexandre Julliard at 2025-07-19T00:02:31+02:00
kernel32/tests: Fix some test failures on Windows.
- - - - -
13 changed files:
- dlls/kernel32/tests/file.c
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/unix/loader.c
- dlls/wow64/syscall.c
- tools/make_specfiles
- tools/winebuild/build.h
- tools/winebuild/import.c
- tools/winebuild/parser.c
- tools/winebuild/spec16.c
- tools/winebuild/spec32.c
- tools/winebuild/utils.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/182e2887b7c01d464f296bd7aa133…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/182e2887b7c01d464f296bd7aa133…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
901380ac by Gabriel Ivăncescu at 2025-07-17T23:09:01+02:00
mshtml: Use HasAttribute instead of GetAttributeNode when checking if specified attribute.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
c7b6faf6 by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00
mshtml: Clone name properly from attached attribute nodes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
ae3da647 by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00
mshtml: Use a BSTR to store the detached attribute's name.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
01065b7d by Gabriel Ivăncescu at 2025-07-17T23:09:04+02:00
mshtml: Use a helper function to find an attribute in the collection's list.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
13f91703 by Gabriel Ivăncescu at 2025-07-17T23:09:05+02:00
mshtml: Detach attribute nodes when removing the attribute from the element.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
182e2887 by Gabriel Ivăncescu at 2025-07-17T23:09:05+02:00
mshtml: Implement 'specified' for detached attributes.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
4 changed files:
- dlls/mshtml/htmlattr.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/tests/dom.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6ee3ef4215b9e564a8660d028da42…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6ee3ef4215b9e564a8660d028da42…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3a48612b by Piotr Caban at 2025-07-17T20:27:20+02:00
msado15/tests: Test functions called in ADORecordsetConstruction_put_Rowset.
- - - - -
56ad3af3 by Piotr Caban at 2025-07-17T20:27:25+02:00
msado15/tests: Check recordset state in ADORecordsetConstruction tests.
- - - - -
9c2b48a0 by Piotr Caban at 2025-07-17T20:27:27+02:00
msado15/tests: Don't check count before running ADORecordsetConstruction field tests.
- - - - -
c61896e4 by Piotr Caban at 2025-07-17T20:27:29+02:00
msado15/tests: Add initial _Recordset_MoveNext tests.
- - - - -
fd76161f by Piotr Caban at 2025-07-17T20:27:31+02:00
msado15/tests: Add _Recordset_get_RecordCount test.
- - - - -
159f20cb by Piotr Caban at 2025-07-17T20:27:32+02:00
msado15/tests: Test IRowsetExactScroll interface in put_Rowset tests.
- - - - -
1 changed file:
- dlls/msado15/tests/msado15.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/40349aa2470606f1028a1e849003d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/40349aa2470606f1028a1e849003d…
You're receiving this email because of your account on gitlab.winehq.org.