Alexandre Julliard pushed to branch master at wine / wine
Commits:
c3e09e2e by Alexandros Frantzis at 2025-03-06T20:34:21+01:00
winewayland: Treat fully transparent cursors as hidden.
SDL 2.0.18 and newer (including SDL 3) set a fully transparent cursor
object when hiding the cursor (instead of using a NULL cursor handle).
Detect this case and treat it as a request to hide the cursor, to make
our locking/relative-motion heuristics work.
- - - - -
1 changed file:
- dlls/winewayland.drv/…
[View More]wayland_pointer.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c3e09e2e702b426d266cbb1c80b3ff…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/c3e09e2e702b426d266cbb1c80b3ff…
You're receiving this email because of your account on gitlab.winehq.org.
[View Less]
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
fb76e5da by Nikolay Sivov at 2025-03-06T17:21:10+01:00
vkd3d-shader/fx: Add support for parsing fx_2_0 parameters.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1417af2e by Nikolay Sivov at 2025-03-06T17:21:10+01:00
vkd3d-shader/fx: Add support for parsing numeric states in fx_2_0 passes.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- libs/vkd3d-shader/fx.…
[View More]c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/36b81860211251dad50eaef6baaa…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/36b81860211251dad50eaef6baaa…
You're receiving this email because of your account on gitlab.winehq.org.
[View Less]
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
c2ca6b6b by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: Emit the minimum-precision global flag when minimum-precision semantics are used.
There are other things we need to check, but this is a start.
- - - - -
6cdfe383 by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: Emit minimum-precision signatures.
- - - - -
bd34ec1f by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: …
[View More]Emit the minimum-precision SFI0 flag.
- - - - -
3cf4a4e9 by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: Use common hlsl_type_is_integer() and hlsl_base_type_is_integer() helpers.
- - - - -
16be9181 by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: Pass the correct type to base_type_get_semantic_equivalent().
- - - - -
18ca7aff by Elizabeth Figura at 2025-03-06T17:15:15+01:00
vkd3d-shader/hlsl: Make min16uint into a first-class type.
And properly implement translation into some binary enumerations.
- - - - -
8 changed files:
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/hlsl_codegen.c
- libs/vkd3d-shader/hlsl_constant_ops.c
- libs/vkd3d-shader/tpf.c
- tests/hlsl/function-overload.shader_test
- tests/hlsl_d3d12.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/055625448b03bb0c83604c3abddf…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/055625448b03bb0c83604c3abddf…
You're receiving this email because of your account on gitlab.winehq.org.
[View Less]
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2a0451bc by Piotr Caban at 2025-03-05T20:47:46+01:00
whoami: Return non-zero value on error.
- - - - -
894bcb38 by Piotr Caban at 2025-03-05T20:47:46+01:00
whoami: Handle arguments starting with '/' and '-'.
- - - - -
6b5872da by Piotr Caban at 2025-03-05T20:47:46+01:00
whoami: Parse and validate all command line arguments.
- - - - -
cf02ef4b by Piotr Caban at 2025-03-05T20:47:46+01:00
whoami: Support format specifiers when …
[View More]handling /user argument.
- - - - -
1 changed file:
- programs/whoami/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/51542a740dea7ee61ecf613f79dca…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/51542a740dea7ee61ecf613f79dca…
You're receiving this email because of your account on gitlab.winehq.org.
[View Less]
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d7d77490 by Esme Povirk at 2025-03-05T20:47:11+01:00
gdiplus: Stub GdipGetEffectParameters.
- - - - -
05c95ca7 by Esme Povirk at 2025-03-05T20:47:12+01:00
gdiplus/tests: Add tests for effect parameters.
- - - - -
01701be3 by Esme Povirk at 2025-03-05T20:47:12+01:00
gdiplus: Split effect parameter size into helper function.
- - - - -
51542a74 by Esme Povirk at 2025-03-05T20:47:12+01:00
gdiplus: Store parameters on effect …
[View More]objects.
- - - - -
4 changed files:
- dlls/gdiplus/gdiplus.spec
- dlls/gdiplus/gdiplus_private.h
- dlls/gdiplus/image.c
- dlls/gdiplus/tests/image.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c6cfc1f5014ae17871f02dc57b6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/30c6cfc1f5014ae17871f02dc57b6…
You're receiving this email because of your account on gitlab.winehq.org.
[View Less]
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4ab50ae5 by Jacek Caban at 2025-03-05T20:46:18+01:00
include: Add UnsignedMultiply128 and _umul128 support.
Based on patch by Rémi Bernon.
- - - - -
9a935116 by Jacek Caban at 2025-03-05T20:46:20+01:00
include: Add ShiftRight128 and __shiftright128 support.
Based on patch by Rémi Bernon.
- - - - -
5554fbd9 by Jacek Caban at 2025-03-05T20:46:22+01:00
include: Use inline functions for CopyFile and MoveFile.
- - - - -
…
[View More]e94e42eb by Rémi Bernon at 2025-03-05T20:46:23+01:00
include: Add IID_PPV_ARGS macro.
- - - - -
93034b1f by Rémi Bernon at 2025-03-05T20:46:23+01:00
include: Add QueryDisplayConfig declaration.
- - - - -
7 changed files:
- dlls/scrrun/scrrun.idl
- dlls/scrrun/tests/scrrun.idl
- include/combaseapi.h
- include/msvcrt/intrin.h
- include/winbase.h
- include/winnt.h
- include/winuser.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/25dda3e8e8b7e36220fff8eaf4d96…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/25dda3e8e8b7e36220fff8eaf4d96…
You're receiving this email because of your account on gitlab.winehq.org.
[View Less]