Alexandre Julliard pushed to branch master at wine / wine
Commits:
74411538 by Nikolay Sivov at 2025-09-02T23:02:11+02:00
opcservices/tests: Use message context in some tests.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
cd496abd by Nikolay Sivov at 2025-09-02T23:02:11+02:00
opcservices: Make it clear which structures are specific to zip32.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
049a0ab7 by Nikolay Sivov at 2025-09-02T23:02:11+02:00
opcservices: Use 64-bit file sizes.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
66946fc9 by Nikolay Sivov at 2025-09-02T23:02:11+02:00
opcservices: Add support for writing Zip64 packages.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
904eb0e8 by Nikolay Sivov at 2025-09-02T23:02:12+02:00
opcservices: Improve error handling when writing archives.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
8426c9be by Nikolay Sivov at 2025-09-02T23:02:12+02:00
opcservices: Use stdint types for the file header.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
c6c037ba by Nikolay Sivov at 2025-09-02T23:02:12+02:00
opcservices: Set compression method according to part's compression options.
This is either DEFLATE (8) or no compression (0).
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
296c08c0 by Nikolay Sivov at 2025-09-02T23:02:14+02:00
opcservices: Use explicit field for the part name.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
382c92c1 by Vibhav Pant at 2025-09-02T23:02:14+02:00
opcservices: Mark entries according to compression mode.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
5 changed files:
- dlls/opcservices/compress.c
- dlls/opcservices/opc_private.h
- dlls/opcservices/package.c
- dlls/opcservices/tests/opcservices.c
- include/opcbase.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/84b88d4715ef54a6f7d5e9fa01964…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/84b88d4715ef54a6f7d5e9fa01964…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
05e880c9 by Jacek Caban at 2025-09-02T23:01:41+02:00
opengl32: Simplify wow64 memory mapping error handling.
- - - - -
c54b4d16 by Jacek Caban at 2025-09-02T23:01:41+02:00
opengl32: Implement wrap_wglCreateContext on top of wrap_wglCreateContextAttribsARB.
- - - - -
2333f204 by Jacek Caban at 2025-09-02T23:01:41+02:00
opengl32: Factor out free_context.
And fix attribs leak in error case.
- - - - -
2 changed files:
- dlls/opengl32/unix_wgl.c
- dlls/opengl32/wgl.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8875beb18cd02f958b2e7fb55bd5a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8875beb18cd02f958b2e7fb55bd5a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
e5ab1396 by Ziqing Hui at 2025-09-02T23:01:41+02:00
mf/tests: Test GetOutputStatus for video processor.
- - - - -
1af014a3 by Ziqing Hui at 2025-09-02T23:01:41+02:00
winegstreamer: Add semi-stub implementation for video_processor_GetOutputStatus.
- - - - -
2 changed files:
- dlls/mf/tests/transform.c
- dlls/winegstreamer/video_processor.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c80b19d98d54b3355e28afeeb7d5c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c80b19d98d54b3355e28afeeb7d5c…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
3c006b2a by Henri Verbeet at 2025-09-02T11:36:37+02:00
vkd3d-shader/spirv: Rename vkd3d_spirv_get_type_id() to spirv_get_type_id_for_component_type().
- - - - -
23c042f8 by Henri Verbeet at 2025-09-02T11:36:37+02:00
vkd3d-shader/spirv: Rename vkd3d_spirv_get_type_id_for_data_type() to spirv_get_type_id().
- - - - -
c81b5398 by Henri Verbeet at 2025-09-02T11:36:37+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_get_type_id_for_reg().
- - - - -
b68096f5 by Henri Verbeet at 2025-09-02T11:36:37+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_emit_spec_constant().
- - - - -
d6bed4be by Henri Verbeet at 2025-09-02T11:36:37+02:00
vkd3d-shader/spirv: Use spirv_get_type_id() in spirv_compiler_get_buffer_parameter().
- - - - -
1 changed file:
- libs/vkd3d-shader/spirv.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/744a49ea4d236251748dc904ef89…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/744a49ea4d236251748dc904ef89…
You're receiving this email because of your account on gitlab.winehq.org.