Alexandre Julliard pushed to branch master at wine / wine
Commits:
f9d5d634 by Zhiyi Zhang at 2024-10-18T13:52:53+02:00
gitlab: Update generated files for static analysis.
- - - - -
a6bf181d by Zhiyi Zhang at 2024-10-18T13:52:53+02:00
ntdll/tests: Add reserve object tests.
Add tests for object type IoCompletionReserve and UserApcReserve.
- - - - -
b21813fa by Zhiyi Zhang at 2024-10-18T16:42:47+02:00
ntdll: Implement NtAllocateReserveObject().
React Native applications need a real kernel handle from NtAllocateReserveObject().
NtAllocateReserveObject() pre-allocates memory for objects to deal with low memory situations. Due
to no APIs in Wine actually uses NtAllocateReserveObject(), for now no memory is reserved.
- - - - -
3def17b9 by Zhiyi Zhang at 2024-10-18T16:42:47+02:00
ntdll/tests: Add NtAllocateReserveObject() tests.
- - - - -
15 changed files:
- dlls/ntdll/ntdll.spec
- dlls/ntdll/ntsyscalls.h
- dlls/ntdll/signal_arm64ec.c
- dlls/ntdll/tests/om.c
- dlls/ntdll/unix/server.c
- dlls/wow64/syscall.c
- include/wine/server_protocol.h
- include/winternl.h
- server/directory.c
- server/object.c
- server/object.h
- server/protocol.def
- server/request.h
- server/trace.c
- tools/gitlab/build.yml
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2334b9bf8efb971def72bb8f012e5…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/2334b9bf8efb971def72bb8f012e5…
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:
683813d1 by Alistair Leslie-Hughes at 2024-10-15T09:22:31+11:00
Drop gdi32-rotation patchset
This was "fixed" upstream. Though the current implementation is causing
multiple regressions with Rounded Rects.
- - - - -
81492f71 by Alistair Leslie-Hughes at 2024-10-15T09:23:52+11:00
Updated vkd3d-latest patchset
- - - - -
44f9ec97 by Alistair Leslie-Hughes at 2024-10-18T07:32:33+11:00
Updated vkd3d-latest patchset
- - - - -
02792d03 by Alistair Leslie-Hughes at 2024-10-18T07:34:05+11:00
Added win32u-NtGdiExtTextOutW-rotation patchset
- - - - -
8 changed files:
- − patches/gdi32-rotation/0001-gdi32-fix-for-rotated-Arc-ArcTo-Chord-and-Pie-drawin.patch
- − patches/gdi32-rotation/0002-gdi32-fix-for-rotated-ellipse.patch
- − patches/gdi32-rotation/definition
- patches/vkd3d-latest/0001-Updated-vkd3d-to-2ac7f650a196e47a18ea1957eac5953255c.patch → patches/vkd3d-latest/0001-Updated-vkd3d-to-25232f2b2b35bcf1c265bc380c31cd1d32e.patch
- − patches/vkd3d-latest/0002-Updated-vkd3d-to-a2aeb3a1421c5540b7f4d0e68ec3ff211e1.patch
- + patches/vkd3d-latest/0002-Updated-vkd3d-to-cd74461d6dabae4e702de61a90533d811aa.patch
- + patches/vkd3d-latest/0003-Updated-vkd3d-to-9cb4207c92ec3ee05fce15580c89f2e5146.patch
- − patches/vkd3d-latest/0003-Updated-vkd3d-to-e8b14d765dbebae32d83aa5d2a7521932d9.patch
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/858bf979a1c177ae7b43a…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine-staging/-/compare/858bf979a1c177ae7b43a…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
f1b8a294 by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw/tests: Fix texture interface IID in test_multiple_devices() for ddraw1.
- - - - -
6c157696 by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw: Use global handle table in d3d_device2_SwapTextureHandles().
Fixes a regression introduced by
5a7ff3b45c78784dca0a465d9e21483f72bce6e5.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57300
- - - - -
f57ef9b4 by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw: Validate handles in d3d_device2_SwapTextureHandles().
- - - - -
abadd073 by Paul Gofman at 2024-10-17T13:46:55+02:00
ddraw: Update state if d3d_device2_SwapTextureHandles() results in texture change.
- - - - -
5 changed files:
- dlls/ddraw/ddraw_private.h
- dlls/ddraw/device.c
- dlls/ddraw/main.c
- dlls/ddraw/tests/ddraw1.c
- dlls/ddraw/tests/ddraw2.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ca7ae7fb0a11695acec4d9552d7c6…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/ca7ae7fb0a11695acec4d9552d7c6…
You're receiving this email because of your account on gitlab.winehq.org.