Alexandre Julliard pushed to branch master at wine / wine
Commits:
fac89351 by Rémi Bernon at 2025-05-14T18:35:10+02:00
win32u: Pass thread id to next_process_user_handle_ptr.
- - - - -
f1f2a1e0 by Rémi Bernon at 2025-05-14T18:35:10+02:00
win32u: Get rid of struct WND tid member.
- - - - -
3d17b1e3 by Rémi Bernon at 2025-05-14T18:35:10+02:00
win32u: Get rid of struct user_object.
- - - - -
7 changed files:
- dlls/win32u/cursoricon.c
- dlls/win32u/dce.c
- dlls/win32u/imm.c
- dlls/win32u/menu.c
- dlls/win32u/message.c
- dlls/win32u/ntuser_private.h
- dlls/win32u/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6dc6adf9d522acc20086342abf70d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6dc6adf9d522acc20086342abf70d…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4b773c52 by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9: Make functions for pixel copying/conversion/filtering static.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
e4503d89 by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9: Move code for format conversion of a single pixel into a common helper function.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
56618b99 by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9/tests: Add some color key tests.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
70484088 by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9: Set all color channels to zero when color keying.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
7c9edc3c by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9: Calculate a range of color key channel values in d3dx_load_pixels_from_pixels() if necessary.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
6dc6adf9 by Connor McAdams at 2025-05-14T18:35:10+02:00
d3dx9: Don't color key compressed pixel formats on 32-bit d3dx9.
Signed-off-by: Connor McAdams <cmcadams(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/d3dx9_36/d3dx9_private.h
- dlls/d3dx9_36/surface.c
- dlls/d3dx9_36/tests/surface.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6aa0be6d1e793c012ce0c6ba874e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e6aa0be6d1e793c012ce0c6ba874e…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
5ad2e7ee by Elizabeth Figura at 2025-05-14T15:08:13+02:00
vkd3d-shader/hlsl: Fix an incorrect error message for referring to non-struct types with "struct".
We cannot be redefining struct types in this rule, only referring to already
defined types. Struct type definition is handled by named_struct_spec, which
complains if the type was defined at all, regardless of class.
- - - - -
8ca50a2f by Elizabeth Figura at 2025-05-14T15:09:42+02:00
tests/hlsl: Add more tests for struct syntax.
- - - - -
c1adf54a by Elizabeth Figura at 2025-05-14T15:09:48+02:00
vkd3d-shader/hlsl: Forbid referring to typedefs with "struct".
- - - - -
5 changed files:
- Makefile.am
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.y
- tests/hlsl/invalid.shader_test
- + tests/hlsl/struct-syntax.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bfa655a01fb79a941f71e68b4413…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/bfa655a01fb79a941f71e68b4413…
You're receiving this email because of your account on gitlab.winehq.org.