Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
65e896fd by Giovanni Mascellani at 2025-06-19T19:24:06+02:00
vkd3d-shader/ir: Validate ABS instructions.
- - - - -
475e16b8 by Giovanni Mascellani at 2025-06-19T19:24:36+02:00
vkd3d-shader/ir: Validate ACOS instructions.
- - - - -
0edd654c by Giovanni Mascellani at 2025-06-19T19:24:36+02:00
vkd3d-shader/ir: Validate ADD instructions.
- - - - -
16e14246 by Giovanni Mascellani at 2025-06-19T19:28:41+02:00
vkd3d-shader/ir: Validate AND instructions.
- - - - -
813021e6 by Giovanni Mascellani at 2025-06-19T19:28:42+02:00
vkd3d-shader/ir: Validate ASIN instructions.
- - - - -
4da83fe8 by Giovanni Mascellani at 2025-06-19T19:28:42+02:00
vkd3d-shader/ir: Validate ATAN instructions.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5911e410a814673a80471d022e9c…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/5911e410a814673a80471d022e9c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1aab1c15 by Hans Leidekker at 2025-06-18T23:07:08+02:00
widl: Add rows for propget methods.
- - - - -
5e90872f by Hans Leidekker at 2025-06-18T23:07:08+02:00
widl: Add rows for propput methods.
- - - - -
add00e1a by Hans Leidekker at 2025-06-18T23:07:08+02:00
widl: Add rows for eventadd methods.
- - - - -
579cb8b3 by Hans Leidekker at 2025-06-18T23:07:08+02:00
widl: Add rows for eventremove methods.
- - - - -
73b75afe by Hans Leidekker at 2025-06-18T23:07:08+02:00
widl: Add rows for regular methods.
- - - - -
2 changed files:
- tools/widl/metadata.c
- tools/widl/widltypes.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/79c3a8322825a16e968706a7af9df…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/79c3a8322825a16e968706a7af9df…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
74c6c7c9 by Yuxuan Shui at 2025-06-18T21:50:50+02:00
wininet: Fix handling of empty strings in urlcache_hash_key.
- - - - -
79c3a832 by Yuxuan Shui at 2025-06-18T21:50:50+02:00
wininet: Use BYTE instead of char for hash calculation.
Since LPCSTR is signed, (*lpszKey ^ key[i]) could be negative, which means
accessing the lookupTable with it will underflow.
- - - - -
1 changed file:
- dlls/wininet/urlcache.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d5be01730c6b93ef1f575085ddd02…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d5be01730c6b93ef1f575085ddd02…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
61d17af8 by Nikolay Sivov at 2025-06-18T21:50:50+02:00
widl: Always use NdrClientCall2() for interpreted stubs.
NdrClientCall() should only be used in 32-bit mode when
Oi or Oic stub optimizations are used. Currently our interpreted
mode targets Oicf mode and other levels are not supported.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
fa3b03d9 by Nikolay Sivov at 2025-06-18T21:50:50+02:00
widl: Do not write "const" modifiers for _PARAM_STRUCT fields.
The issue comes from per-field structure copy that we generate
on 32-bit. For non-pointer fields like "const int" this breaks
compilation when assigning to a const field. The best solution
would be to remove local struct variable completely and pass
first argument address as a stack address. This is what midl
does. My understanding is that doing it midl way used to break
on some compilers, and we have to keep the copy. Once we encounter
pointer type that needs such copy, we'll have to patch it more
to cast the const away for example.
Such type modification matches what midl does for structures in _Thunk's,
so the fix itself is correct.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3925de24 by Piotr Caban at 2025-06-18T21:50:50+02:00
include: Add errlup.idl.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/msdaps/usrmarshal.c
- include/Makefile.in
- + include/errlup.idl
- include/oledb.idl
- tools/widl/typegen.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e51d0d68cf889ee1540fc4aa237d2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e51d0d68cf889ee1540fc4aa237d2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
78e5c270 by Esme Povirk at 2025-06-18T21:50:50+02:00
gdiplus/tests: Region hit-testing is done in device coordinates.
- - - - -
fa1e0df1 by Esme Povirk at 2025-06-18T21:50:50+02:00
gdiplus: Use graphics transform in GdipIsVisibleRegionPoint.
- - - - -
e51d0d68 by Esme Povirk at 2025-06-18T21:50:50+02:00
gdiplus: Do not create HRGN in GdipIsVisibleRegionPoint.
- - - - -
2 changed files:
- dlls/gdiplus/region.c
- dlls/gdiplus/tests/region.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/de0fc7fd95074cfdeb032d36246c5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/de0fc7fd95074cfdeb032d36246c5…
You're receiving this email because of your account on gitlab.winehq.org.