Elizabeth Figura pushed to branch master at wine / wine-staging
Commits:
e2610f8a by Elizabeth Figura at 2025-08-28T16:19:59-05:00
Rebase against 5fd9826b8cdcb9130b0bf6943a2a5cd7c7499370.
- - - - -
3 changed files:
- patches/user32-rawinput-mouse/0005-winex11-Keep-track-of-mouse-device-and-pointer-butto.patch
- patches/winex11-Fixed-scancodes/0003-winex11-Write-supported-keyboard-layout-list-in-regi.patch
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/e2610f8a45e44ecf2612e8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/commit/e2610f8a45e44ecf2612e8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
666dd9d9 by Elizabeth Figura at 2025-08-28T22:19:19+02:00
quartz/tests: Add more tests for video window style.
Based on a patch by Attila Fidan.
- - - - -
5fd9826b by Elizabeth Figura at 2025-08-28T22:19:21+02:00
quartz: Preserve the current visibility in IVideoWindow::put_Style().
This fixes videos in some VisualArts applications.
Based on a patch by Attila Fidan.
- - - - -
4 changed files:
- dlls/quartz/tests/videorenderer.c
- dlls/quartz/tests/vmr7.c
- dlls/quartz/tests/vmr9.c
- dlls/quartz/window.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70c6d8827af6700fcc883f1ee809e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/70c6d8827af6700fcc883f1ee809e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
d389df19 by Yuxuan Shui at 2025-08-28T10:25:21+02:00
ole32: Don't get metafile extent if there is no metafile.
If entry->stgmedium.hEnhMetaFile is NULL, the data_size we get will be 0, we
then allocate 0 bytes for data, but expect it to contain at least a
METAFILEPICT, resulting in reading out-of-bound.
- - - - -
1 changed file:
- dlls/ole32/datacache.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d389df194f094948ba2e1fd6f60044…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/d389df194f094948ba2e1fd6f60044…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
11cf9e91 by Giovanni Mascellani at 2025-08-28T20:08:50+02:00
vkd3d: Use MESSAGE when exceeding Vulkan descriptor limits in d3d12_command_list_update_descriptor_table().
Instead of using ERR. The intention here is to notify the user that the
Vulkan implementation isn't quite capable of doing what the application
requested, but when libvkd3d is compiled with -DVKD3D_ABORT_ON_ERR, ERR
will abort the process.
This allows running the tests on older NVIDIA GPUs with
-DVKD3D_ABORT_ON_ERR.
- - - - -
1 changed file:
- libs/vkd3d/command.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/11cf9e918ac585599399058f2a683…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/11cf9e918ac585599399058f2a683…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
4c91f4aa by Henri Verbeet at 2025-08-28T20:06:32+02:00
vkd3d-shader/glsl: Implement support for static texel offsets in shader_glsl_ld().
- - - - -
96099037 by Henri Verbeet at 2025-08-28T20:06:32+02:00
vkd3d-shader/glsl: Implement VSIR_OP_DSX and VSIR_OP_DSY.
- - - - -
ed438c13 by Henri Verbeet at 2025-08-28T20:06:32+02:00
vkd3d-shader/glsl: Implement VSIR_OP_COS.
- - - - -
86656b75 by Henri Verbeet at 2025-08-28T20:06:32+02:00
vkd3d-shader/glsl: Implement VSIR_OP_SIN.
- - - - -
d30c9920 by Henri Verbeet at 2025-08-28T20:06:32+02:00
vkd3d-shader/glsl: Implement VSIR_OP_UDIV_SIMPLE.
- - - - -
8 changed files:
- libs/vkd3d-shader/glsl.c
- tests/hlsl/arithmetic-int-uniform.shader_test
- tests/hlsl/arithmetic-uint.shader_test
- tests/hlsl/ddxddy.shader_test
- tests/hlsl/fwidth.shader_test
- tests/hlsl/swizzle-constant-prop.shader_test
- tests/hlsl/texture-load-offset.shader_test
- tests/hlsl/trigonometry.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/a1edfc400806aeb63383715c7779…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/a1edfc400806aeb63383715c7779…
You're receiving this email because of your account on gitlab.winehq.org.