Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
a3f80061 by Francisco Casas at 2025-03-18T14:25:26+01:00
tests/hlsl: Test for loss of precision on integer negation in d3dbc target profiles.
- - - - -
08067247 by Francisco Casas at 2025-03-18T15:21:43+01:00
tests/hlsl: Test integer modulus with big integers.
Note that in d3dbc target profiles it gives different results when this
operation is constant folded compared to when it is not.
This suggests that whatever pass lowers the modulus operation to d3dbc
operations doesn't do it before constant folding.
Also note that when constant folded, d3dbc results differ from tpf
results for negative operands, because of the loss of precision that
happens when NEG is constant folded.
So the same integer modulus expression can have 3 different results
depending on the context.
- - - - -
e3923876 by Francisco Casas at 2025-03-18T15:25:41+01:00
tests/hlsl: Test integer division with big integers.
Similarly to the modulus operator, d3dbc results with constant folding
are different from results when constant folding cannot be applied, and
different from tpf results.
- - - - -
828afe18 by Francisco Casas at 2025-03-18T15:27:03+01:00
vkd3d-shader/hlsl: Don't lower integer MOD and DIV on const passes for d3dbc target profiles.
These bitwise operations are not available in these profiles.
- - - - -
ea99d2c2 by Francisco Casas at 2025-03-18T15:27:04+01:00
vkd3d-shader/hlsl: Lower integer modulus for d3dbc target profiles.
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl_codegen.c
- tests/hlsl/arithmetic-int-uniform.shader_test
- tests/hlsl/arithmetic-int.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bc382c68359c9005bf84becf0013…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bc382c68359c9005bf84becf0013…
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:
fa0cd8ea by Alistair Leslie-Hughes at 2025-03-18T10:16:45+11:00
Rebase against 6298b0cab2086ae61f46b284d22c420dfbb2b44e.
- - - - -
3 changed files:
- patches/ntdll-Junction_Points/0011-ntdll-Follow-reparse-points-during-path-resolution.patch
- − patches/ntdll-Junction_Points/0016-ntdll-Find-dangling-symlinks-quickly.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/fa0cd8ead07e8308dae196…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/fa0cd8ead07e8308dae196…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
72a322bb by Eric Pouech at 2025-03-17T21:08:09+01:00
dbghelp: Support module lookup in SymEnumSourceFiles.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
e0e93303 by Eric Pouech at 2025-03-17T21:08:09+01:00
dbghelp: Factorize some code between type enumeration APIs.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
f56985ca by Eric Pouech at 2025-03-17T21:08:09+01:00
dbghelp: Only store types with names in module.
Enumeration only report types with name, so we can get
rid of module's vtype vector and only the use the types'
hash table.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
1b8161fd by Eric Pouech at 2025-03-17T21:08:11+01:00
dbghelp: Factorize function signature creation {dwarf}.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6298b0ca by Eric Pouech at 2025-03-17T21:08:11+01:00
dbghelp: Introduce helper to match an ANSI string against a Unicode regex.
Signed-off-by: Eric Pouech <epouech(a)codeweavers.com>
- - - - -
6 changed files:
- dlls/dbghelp/dbghelp_private.h
- dlls/dbghelp/dwarf.c
- dlls/dbghelp/module.c
- dlls/dbghelp/source.c
- dlls/dbghelp/symbol.c
- dlls/dbghelp/type.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/62cc51fcf80aad0b2e3dff9fde88b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/62cc51fcf80aad0b2e3dff9fde88b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4889f682 by Brendan Shanks at 2025-03-17T21:07:02+01:00
ntdll: Add a lock around the get_dir_case_sensitivity_attr() fs_cache.
Multiple threads could be modifying it simultaneously through
nt_to_unix_file_name_no_root().
- - - - -
aecd7e03 by Brendan Shanks at 2025-03-17T21:07:03+01:00
ntdll: Use *at() functions in get_dir_case_sensitivity().
- - - - -
cf3dcdef by Brendan Shanks at 2025-03-17T21:07:03+01:00
ntdll: Stop using chdir() in nt_to_unix_file_name().
- - - - -
1 changed file:
- dlls/ntdll/unix/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/408710e37b21da4cd1bb56f4df49f…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/408710e37b21da4cd1bb56f4df49f…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2364128c by Dylan Donnell at 2025-03-17T18:46:06+01:00
ntdll: Return STATUS_ACCESS_VIOLATION from NtQueryInformationThread ThreadHideFromDebugger if *ret_len is not writable.
- - - - -
408710e3 by Dylan Donnell at 2025-03-17T18:46:06+01:00
ntdll/tests: Add tests for ret_len on NtQueryInformationThread HideFromDebugger.
- - - - -
2 changed files:
- dlls/ntdll/tests/info.c
- dlls/ntdll/unix/thread.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/50575cfd67a82ed034da692b7265b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/50575cfd67a82ed034da692b7265b…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
a6584f4e by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Include only link items as IAccessible children.
- - - - -
be93d1ef by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement get_accState for SysLink controls.
- - - - -
40f30e20 by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement acc_getName for SysLink.
- - - - -
6f6afeb7 by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement get_accDefaultAction for SysLink.
- - - - -
f8ba1f6e by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement accLocation for SysLink.
- - - - -
aa13561c by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement get_accChildCount for SysLink.
- - - - -
cdcc7d68 by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement accChild for SysLink.
- - - - -
6292843f by Esme Povirk at 2025-03-17T17:39:36+01:00
comctl32: Implement IOleWindow for SysLink.
- - - - -
3 changed files:
- dlls/comctl32/Makefile.in
- dlls/comctl32/syslink.c
- dlls/comctl32/tests/syslink.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2e551428f14ca54753d6e0e0b89f8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2e551428f14ca54753d6e0e0b89f8…
You're receiving this email because of your account on gitlab.winehq.org.