Alexandre Julliard pushed to branch master at wine / wine
Commits:
31a777b3 by Hans Leidekker at 2025-04-03T22:49:58+02:00
bcrypt: Make secret parameter to create_symmetric_key()/generate_symmetric_key() const.
And rename the functions for consistency.
- - - - -
b6af267c by Hans Leidekker at 2025-04-03T22:49:58+02:00
bcrypt: Only print a fixme if a vector has been set.
- - - - -
c427b4e9 by Hans Leidekker at 2025-04-03T22:49:58+02:00
bcrypt: Add support for BCRYPT_AES_WRAP_KEY_BLOB in BCryptExportKey().
- - - - -
ec45d013 by Hans Leidekker at 2025-04-03T22:49:58+02:00
bcrypt: Add support for BCRYPT_AES_WRAP_KEY_BLOB in BCryptImportKey().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57492
- - - - -
2 changed files:
- dlls/bcrypt/bcrypt_main.c
- dlls/bcrypt/tests/bcrypt.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/42644e1651e93aa402c9683b99f23…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/42644e1651e93aa402c9683b99f23…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
42644e16 by Alex Henrie at 2025-04-03T22:49:58+02:00
shell32/tests: Use wide character string literals.
- - - - -
12 changed files:
- dlls/shell32/tests/assoc.c
- dlls/shell32/tests/autocomplete.c
- dlls/shell32/tests/ebrowser.c
- dlls/shell32/tests/shelldispatch.c
- dlls/shell32/tests/shelllink.c
- dlls/shell32/tests/shellole.c
- dlls/shell32/tests/shellpath.c
- dlls/shell32/tests/shfldr_special.c
- dlls/shell32/tests/shlexec.c
- dlls/shell32/tests/shlfileop.c
- dlls/shell32/tests/shlfolder.c
- dlls/shell32/tests/string.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/42644e1651e93aa402c9683b99f235…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/42644e1651e93aa402c9683b99f235…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
864ab9aa by Ziqing Hui at 2025-04-03T22:49:58+02:00
shell32/tests: Use check_file_operation in test_rename.
Also remove old windows version tests.
- - - - -
1a343ef4 by Ziqing Hui at 2025-04-03T22:49:58+02:00
shell32/tests: Use check_file_operation in test_delete.
Also remove old windows version tests.
- - - - -
f7e6a394 by Ziqing Hui at 2025-04-03T22:49:58+02:00
shell32/tests: Use check_file_operation in test_move.
- - - - -
1 changed file:
- dlls/shell32/tests/shlfileop.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3e9e6882e3deb12767aa6e10f9504…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/3e9e6882e3deb12767aa6e10f9504…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
2172cdf1 by Rémi Bernon at 2025-04-03T22:49:58+02:00
win32u: Move WGL_ARB_pixel_format extension registration.
- - - - -
3002da10 by Rémi Bernon at 2025-04-03T22:49:58+02:00
winex11: Ignore GL drawable creation failure on reparent.
This is unlikely and not supposed to happen, only in allocation failure
cases, and already warned about.
- - - - -
3e9e6882 by Rémi Bernon at 2025-04-03T22:49:58+02:00
win32u: Remove unnecessary win32u_(get|set)_window_pixel_format exports.
- - - - -
7 changed files:
- dlls/win32u/opengl.c
- dlls/win32u/win32u_private.h
- dlls/win32u/window.c
- dlls/winemac.drv/opengl.c
- dlls/winewayland.drv/opengl.c
- dlls/winex11.drv/opengl.c
- include/wine/gdi_driver.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c424b36c3cba93d43116b2eed4f18…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c424b36c3cba93d43116b2eed4f18…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
1f0afc3b by Esme Povirk at 2025-04-03T15:12:13+02:00
comctl32/tests: Add test for SysLink accDoDefaultAction.
- - - - -
0159e067 by Esme Povirk at 2025-04-03T15:12:13+02:00
comctl32: Implement accDoDefaultAction for SysLink controls.
- - - - -
0b8f130e by Esme Povirk at 2025-04-03T15:12:14+02:00
comctl32/tests: Test accLocation values on SysLink control.
- - - - -
82dea2d7 by Esme Povirk at 2025-04-03T15:12:14+02:00
comctl32/tests: Test SetWindowText and LM_GETITEM for SysLink.
- - - - -
c424b36c by Esme Povirk at 2025-04-03T15:12:14+02:00
comctl32/tests: Test MSAA events for SysLink.
- - - - -
2 changed files:
- dlls/comctl32/syslink.c
- dlls/comctl32/tests/syslink.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8bb4f134892bf3545ffc3fecae041…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/8bb4f134892bf3545ffc3fecae041…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7a1f5a9b by Elizabeth Figura at 2025-04-03T15:06:42+02:00
d3d11: Plumb SubmitDecoderBuffers() through wined3d.
This patch contains all the boilerplate for splitting purposes; the actual
implementation is deferred to a following patch.
- - - - -
89730f2d by Elizabeth Figura at 2025-04-03T15:06:45+02:00
wined3d: Create and submit video decode command buffers.
- - - - -
4bcc8718 by Elizabeth Figura at 2025-04-03T15:06:45+02:00
wined3d: Call vkQueueSubmit() if there are semaphores.
Even if there is no active command buffer.
- - - - -
c7e7a414 by Elizabeth Figura at 2025-04-03T15:06:47+02:00
wined3d: Add a "next" pointer to wined3d_context_vk_create_image().
- - - - -
24b352c5 by Elizabeth Figura at 2025-04-03T15:06:47+02:00
wined3d: Implement Vulkan H.264 decoding.
- - - - -
f5ce21c0 by Elizabeth Figura at 2025-04-03T15:06:47+02:00
d3d11/tests: Add tests for H.264 decoding.
- - - - -
16 changed files:
- dlls/d3d11/device.c
- dlls/d3d11/tests/Makefile.in
- dlls/d3d11/tests/d3d11.c
- + dlls/d3d11/tests/h264_frame0
- + dlls/d3d11/tests/h264_frame1
- + dlls/d3d11/tests/resource.rc
- dlls/wined3d/context_vk.c
- dlls/wined3d/cs.c
- dlls/wined3d/decoder.c
- dlls/wined3d/device.c
- dlls/wined3d/texture.c
- dlls/wined3d/wined3d.spec
- dlls/wined3d/wined3d_private.h
- dlls/wined3d/wined3d_vk.h
- include/dxva.h
- include/wine/wined3d.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e956c4ec71dd0f41090df3863e6f9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/e956c4ec71dd0f41090df3863e6f9…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1a999f74 by Elizabeth Figura at 2025-04-03T20:29:20+02:00
vkd3d-shader/hlsl: Introduce a compiler pass to vectorize expressions.
- - - - -
f576ecc9 by Elizabeth Figura at 2025-04-03T20:29:20+02:00
vkd3d-shader/hlsl: Introduce a compiler pass to vectorize stores.
- - - - -
3 changed files:
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl_codegen.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7b4a29da810cb5fd6f926055d1db…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/7b4a29da810cb5fd6f926055d1db…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
aab8ba02 by Giovanni Mascellani at 2025-04-03T20:26:26+02:00
tests: Mark a number of test failures as buggy on macOS before Sequoia.
It's hard to pinpoint exactly what's going wrong with these
tests. They seem to be related to atomics and GPU timestamps,
both categories that are known to have problems on MoltenVK in a
way or another; those failures clearly depend on a few factors
like the MoltenVK version, the macOS version and whether we're in
a virtual machine or not, but the exact dependency on those factors
is hard to describe (for example, in general the paravirtualized
device offered inside virtual machines has a lot more problems than
real devices, but I've seen tests, fixed all other conditions,
working on the paravirtualized device and not on the real device).
The only thing all tests in this batch have in common is that I've
never seen them fail on a Sequoia system, thus I've settled for
using just that as the bug_if() condition. Ultimately, wasting a
lot of time to get to the bottom of each single test failure is
pointless, and being able to mark the CI job as not allowed to
fail gives better regression protection than investigating each
of those. Also, I routinely run the tests on a Sequoia system, so
if these tests get broken this is going to be noticed anyway.
- - - - -
653e4f47 by Giovanni Mascellani at 2025-04-03T20:28:27+02:00
ci: Disable testing with DXC on macOS.
With this we can finally disallow failure for the macOS CI script,
which is more valuable than checking DXC. Eventually DXC tests
will have to be fixed, though.
- - - - -
7b4a29da by Giovanni Mascellani at 2025-04-03T20:28:31+02:00
tests: Mark a todo as resolved on MoltenVK 1.2.12.
Technically it is not, the Vulkan commands we're generating are
still not correct. But let's get rid of the failure message.
- - - - -
4 changed files:
- gitlab/build.yml
- tests/d3d12.c
- tests/d3d12_crosstest.h
- tests/vulkan_utils.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/254008198896248286846b64ad06…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/254008198896248286846b64ad06…
You're receiving this email because of your account on gitlab.winehq.org.