Alexandre Julliard pushed to branch master at wine / wine
Commits:
ec2b9fa5 by Georg Lehmann at 2025-08-21T22:28:37+02:00
winevulkan: Reorder bitmasks to handle aliases correctly.
- - - - -
4f2b2833 by Georg Lehmann at 2025-08-21T22:28:37+02:00
winevulkan: Disable h265 extensions.
Struct conversion can't deal with these because StdVideoH265HrdParameters
has an array with a length defined outside of the structure.
- - - - -
d39c49f2 by Georg Lehmann at 2025-08-21T22:28:37+02:00
winevulkan: Update to VK spec version 1.4.325.
- - - - -
6 changed files:
- dlls/winevulkan/loader_thunks.c
- dlls/winevulkan/loader_thunks.h
- dlls/winevulkan/make_vulkan
- dlls/winevulkan/vulkan_thunks.c
- dlls/winevulkan/winevulkan.json
- include/wine/vulkan.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/15e01cf7fbd93c8b6c02408312ac4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/15e01cf7fbd93c8b6c02408312ac4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
b03664d9 by Jacob Czekalla at 2025-08-21T22:28:37+02:00
wininet/tests: Add more http time test strings.
- - - - -
811412b8 by Jacob Czekalla at 2025-08-21T22:28:37+02:00
wininet: Fix parsing order of http times.
Order of day or month and time or year needs to be considered.
- - - - -
15e01cf7 by Jacob Czekalla at 2025-08-21T22:28:37+02:00
wininet: Fix year parsing to include millennium.
Time strings like "25" were parsed as-is instead of "2025".
- - - - -
2 changed files:
- dlls/wininet/internet.c
- dlls/wininet/tests/internet.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8923b230b23ec4551a1d7020df7e2…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8923b230b23ec4551a1d7020df7e2…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
81ee3a08 by Alexandre Julliard at 2025-08-21T13:54:09+02:00
server: Fix get_next_hook return value when no hook is found.
- - - - -
4bd8b930 by Alexandre Julliard at 2025-08-21T13:54:09+02:00
kernel32: Preserve trailing slash for existing paths in wine_get_dos_file_name().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58615
- - - - -
3df55523 by Alexandre Julliard at 2025-08-21T22:28:35+02:00
kernel32: Preserve trailing slash for existing paths in wine_get_unix_file_name().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58615
- - - - -
60ea823d by Alexandre Julliard at 2025-08-21T22:28:35+02:00
win32u: Define all stubs as syscalls.
- - - - -
7 changed files:
- dlls/kernel32/path.c
- dlls/win32u/main.c
- dlls/win32u/syscall.c
- dlls/win32u/win32syscalls.h
- dlls/win32u/win32u.spec
- dlls/wow64win/syscall.c
- server/hook.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/657df43ea7a853ddb620602dbf294…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/657df43ea7a853ddb620602dbf294…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
76b65b82 by Vibhav Pant at 2025-08-21T13:54:08+02:00
vccorlib140: Add semi-stub for Platform::Details::Heap::{Allocate, Free}.
- - - - -
85ae3c30 by Vibhav Pant at 2025-08-21T13:54:09+02:00
vccorlib140: Add stub for Platform::Details::{Allocate(ptrdiff_t, size_t), ControlBlock::ReleaseTarget}.
- - - - -
657df43e by Vibhav Pant at 2025-08-21T13:54:09+02:00
vccorlib140: Implement Platform::Details::{Allocate(ptrdiff_t, size_t), ControlBlock::ReleaseTarget}.
- - - - -
3 changed files:
- dlls/vccorlib140/tests/vccorlib.c
- dlls/vccorlib140/vccorlib.c
- dlls/vccorlib140/vccorlib140.spec
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6407cb1bbf87ce5c551165323086d…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/6407cb1bbf87ce5c551165323086d…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
4039476c by Henri Verbeet at 2025-08-21T16:28:28+02:00
vkd3d-shader/d3dbc: Store a pointer to the vsir program in struct vkd3d_shader_sm1_parser.
- - - - -
433ca457 by Henri Verbeet at 2025-08-21T16:28:28+02:00
vkd3d-shader/dxil: Store a pointer to the vsir program in struct sm6_parser.
- - - - -
3b41d99f by Henri Verbeet at 2025-08-21T16:28:28+02:00
vkd3d-shader/tpf: Store a pointer to the vsir program in struct vkd3d_shader_sm4_parser.
- - - - -
5 changed files:
- libs/vkd3d-shader/d3dbc.c
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_main.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0ab5090ff150ee3e77135aab5b3b…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/0ab5090ff150ee3e77135aab5b3b…
You're receiving this email because of your account on gitlab.winehq.org.