Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
9e72d8ac by Francisco Casas at 2025-08-29T14:22:39+02:00
vkd3d-shader/ir: Introduce vsir_program_iterator_insert_before_and_move().
- - - - -
f2ac70fa by Francisco Casas at 2025-08-29T14:22:39+02:00
vkd3d-shader/ir: Use iterators in vsir_program_lower_switch_to_selection_ladder().
- - - - -
49e189fe by Francisco Casas at 2025-08-29T14:59:13+02:00
vkd3d-shader/dxil: Use vsir_program_append() in sm6_function_emit_blocks().
- - - - -
1ee42bd4 by Francisco Casas at 2025-08-29T14:59:13+02:00
vkd3d-shader/dxil: Use vsir_program_append() in sm6_parser_add_instruction().
- - - - -
158f8b3c by Francisco Casas at 2025-08-29T15:06:39+02:00
vkd3d-shader/dxil: Use sm6_parser_add_instruction() in sm6_parser_descriptor_type_init().
- - - - -
3 changed files:
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/11cf9e918ac585599399058f2a68…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/11cf9e918ac585599399058f2a68…
You're receiving this email because of your account on gitlab.winehq.org.
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.