Alexandre Julliard pushed to branch master at wine / wine
Commits:
6aa82510 by Vibhav Pant at 2025-09-01T11:48:00+02:00
opcservices/tests: Add tests for ReadPackageFromStream.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4715bebd by Nikolay Sivov at 2025-09-01T11:48:01+02:00
opcservices/tests: Use wide-char strings.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4c29a11b by Nikolay Sivov at 2025-09-01T11:48:01+02:00
opcservices/tests: Remove Vista workarounds.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
b1390b7a by Nikolay Sivov at 2025-09-01T11:48:02+02:00
opcservices/tests: Use stricter return values checks.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
65cd8f7b by Vibhav Pant at 2025-09-01T11:48:02+02:00
opcservices/tests: Add some more tests for MoveNext().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9d3b6309 by Nikolay Sivov at 2025-09-01T11:48:02+02:00
opcservices: Fix MoveNext() at the collection end.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
a84903fc by Nikolay Sivov at 2025-09-01T11:48:02+02:00
opcservices/tests: Add more tests for MovePrevious().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
bd7802d0 by Nikolay Sivov at 2025-09-01T11:48:03+02:00
opcservice: Fix iteration with MovePrevious().
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
3 changed files:
- dlls/opcservices/package.c
- dlls/opcservices/tests/opcservices.c
- include/opcbase.idl
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1d1e5fb3e51b2acb0143e86c16463…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/1d1e5fb3e51b2acb0143e86c16463…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
9b375b3d by Henri Verbeet at 2025-09-01T15:15:32+02:00
vkd3d-shader/glsl: Implement VSIR_OP_UREM.
- - - - -
05b58c99 by Henri Verbeet at 2025-09-01T15:15:32+02:00
vkd3d-shader/glsl: Handle SV_INSTANCE_ID inputs.
- - - - -
b9b99205 by Henri Verbeet at 2025-09-01T15:15:32+02:00
vkd3d-shader/glsl: Implement support for VKD3DSPR_SAMPLEMASK registers.
- - - - -
392da43d by Henri Verbeet at 2025-09-01T15:15:32+02:00
vkd3d-shader/ir: Remove VSIR_OP_DCL_INPUT_PRIMITIVE instructions.
- - - - -
979d7e4b by Henri Verbeet at 2025-09-01T15:15:32+02:00
vkd3d-shader/ir: Remove VSIR_OP_DCL_OUTPUT_TOPOLOGY instructions.
- - - - -
7 changed files:
- libs/vkd3d-shader/glsl.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/spirv.c
- tests/hlsl/arithmetic-int-uniform.shader_test
- tests/hlsl/coverage.shader_test
- tests/hlsl/instance-id.shader_test
- tests/hlsl/rasteriser-ordered-views.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/71ed37f26d38fdc796901345165a…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/71ed37f26d38fdc796901345165a…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
9497c6fb by Henri Verbeet at 2025-09-01T15:14:06+02:00
vkd3d-shader/ir: Pass NULL locations to vkd3d_shader_error() in vsir_program_insert_clip_planes().
And two "whole program" locations.
- - - - -
a63762c4 by Henri Verbeet at 2025-09-01T15:14:06+02:00
vkd3d-shader/ir: Pass a NULL location to vkd3d_shader_error() in vsir_program_insert_point_size().
- - - - -
b3162ede by Henri Verbeet at 2025-09-01T15:14:06+02:00
vkd3d-shader/ir: Pass NULL locations to vkd3d_shader_error() in vsir_program_insert_point_size_clamp().
- - - - -
ebeb216f by Henri Verbeet at 2025-09-01T15:14:06+02:00
vkd3d-shader/ir: Generate location information in vsir_program_insert_point_coord().
- - - - -
9d5cbd7e by Henri Verbeet at 2025-09-01T15:14:06+02:00
vkd3d-shader/ir: Pass NULL locations to vkd3d_shader_error() in vsir_program_insert_fragment_fog().
- - - - -
71ed37f2 by Henri Verbeet at 2025-09-01T15:14:07+02:00
vkd3d-shader/ir: Pass NULL locations to vkd3d_shader_error() in vsir_program_insert_vertex_fog().
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/158f8b3cf6ff528eb6897baf04db…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/158f8b3cf6ff528eb6897baf04db…
You're receiving this email because of your account on gitlab.winehq.org.
Alistair Leslie-Hughes pushed to branch master at wine / wine-staging
Commits:
5cba568c by Alistair Leslie-Hughes at 2025-08-30T10:30:19+10:00
Updated vkd3d-latest patchset
- - - - -
e004127f by Alistair Leslie-Hughes at 2025-08-30T10:40:08+10:00
Release v10.14
- - - - -
6 changed files:
- patches/vkd3d-latest/0001-Updated-vkd3d-to-44fffee5e1331e1c7e10489d84723c3b9da.patch
- patches/vkd3d-latest/0002-Updated-vkd3d-to-3b41d99fa9e80dda5844738a226f70f14f7.patch
- patches/vkd3d-latest/0003-Updated-vkd3d-to-d0098b0d5968d1969ec622b91fd360fd0ae.patch
- + patches/vkd3d-latest/0004-Updated-vkd3d-to-158f8b3cf6ff528eb6897baf04db80f0db2.patch
- staging/VERSION
- staging/upstream-commit
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/e2610f8a45e44ecf2612e…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/e2610f8a45e44ecf2612e…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
24487d2b by Dmitry Timoshkov at 2025-08-29T18:07:41+02:00
kernel32/tests: Test FILE_FLAG_BACKUP_SEMANTICS | FILE_FLAG_POSIX_SEMANTICS | FILE_ATTRIBUTE_DIRECTORY.
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
cf0a1f53 by Dmitry Timoshkov at 2025-08-29T18:07:41+02:00
kernelbase: For FILE_FLAG_BACKUP_SEMANTICS also handle FILE_ATTRIBUTE_DIRECTORY in CreateFile.
Looks like this behaviour depends on FILE_FLAG_POSIX_SEMANTICS and activated
when a file is being created.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=58636
Signed-off-by: Dmitry Timoshkov <dmitry(a)baikal.ru>
- - - - -
2 changed files:
- dlls/kernel32/tests/file.c
- dlls/kernelbase/file.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/35b1775b2d56249d9386b8b167400…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/35b1775b2d56249d9386b8b167400…
You're receiving this email because of your account on gitlab.winehq.org.