Alexandre Julliard pushed to branch master at wine / wine
Commits:
8c46a6ec by Paul Gofman at 2024-08-06T23:26:53+02:00
ntdll: Stub NtQuerySystemInformation[Ex]( SystemProcessorIdleCycleTimeInformation ).
- - - - -
94e9d4cd by Paul Gofman at 2024-08-06T23:26:53+02:00
kernel32: Implement QueryIdleProcessorCycleTime[Ex]().
- - - - -
90d2a173 by Paul Gofman at 2024-08-06T23:26:53+02:00
ntdll: Implement NtQuerySystemInformationEx( SystemProcessorIdleCycleTimeInformation ) on Linux.
- - - - -
8 changed files:
- dlls/kernel32/kernel32.spec
- dlls/kernel32/tests/time.c
- dlls/kernelbase/kernelbase.spec
- dlls/kernelbase/sync.c
- dlls/ntdll/tests/info.c
- dlls/ntdll/unix/system.c
- dlls/wow64/system.c
- include/realtimeapiset.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/668a4f3ff9e043cce9dd30837ccef…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/668a4f3ff9e043cce9dd30837ccef…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
665a2da5 by Ziqing Hui at 2024-08-05T19:51:32+02:00
include: Fix name of CODECAPI_AVDecVideoAcceleration_H264.
- - - - -
85ad315b by Ziqing Hui at 2024-08-05T19:51:35+02:00
include: Add video encoder statistical guids.
- - - - -
49f76fa5 by Ziqing Hui at 2024-08-05T19:51:37+02:00
include: Add video encoder header guids.
- - - - -
5a577d74 by Ziqing Hui at 2024-08-05T19:51:39+02:00
include: Add video encoder chroma defines.
- - - - -
35630dbd by Ziqing Hui at 2024-08-05T19:51:41+02:00
include: Add video encoder color defines.
- - - - -
3 changed files:
- dlls/mf/tests/transform.c
- dlls/winegstreamer/video_decoder.c
- include/codecapi.h
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c65d5b094825afdafba462a4050a4…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/c65d5b094825afdafba462a4050a4…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
36dfb3d0 by Rémi Bernon at 2024-08-05T19:51:15+02:00
dinput/tests: Add more tests reading multiple TLCs reports.
- - - - -
1fa6cde6 by Rémi Bernon at 2024-08-05T19:51:15+02:00
hidparse: Use ExFreePool to free preparsed data.
- - - - -
5d119ff0 by Matthias Gorzellik at 2024-08-05T19:51:15+02:00
hidparse: Pre-process descriptor to find TLCs.
- - - - -
51215416 by Rémi Bernon at 2024-08-05T19:51:15+02:00
hidclass: Keep HID device desc on the FDO device.
- - - - -
6f4167a1 by Rémi Bernon at 2024-08-05T19:51:15+02:00
hidclass: Start PDO thread in IRP_MN_START_DEVICE.
- - - - -
8a26c088 by Rémi Bernon at 2024-08-05T19:51:15+02:00
hidclass: Allocate child PDOs array dynamically.
- - - - -
b9d6b79f by Matthias Gorzellik at 2024-08-05T19:51:15+02:00
winebus: Store pending reads per report-id.
- - - - -
c65d5b09 by Matthias Gorzellik at 2024-08-05T19:51:15+02:00
hidclass: Create a child PDO for each HID TLC.
- - - - -
6 changed files:
- dlls/dinput/tests/hid.c
- dlls/hidclass.sys/device.c
- dlls/hidclass.sys/hid.h
- dlls/hidclass.sys/pnp.c
- dlls/hidparse.sys/main.c
- dlls/winebus.sys/main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eb7bf062050efdcca53d57b6b8cba…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/eb7bf062050efdcca53d57b6b8cba…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
0babfa09 by Jacek Caban at 2024-08-05T19:51:08+02:00
mshtml: Add support for navigator prototype objects.
- - - - -
dd14a51d by Jacek Caban at 2024-08-05T19:51:08+02:00
mshtml: Add support for HTMLBodyElement object.
- - - - -
f2d765ba by Jacek Caban at 2024-08-05T19:51:08+02:00
mshtml: Add initial support for prototype chains.
And use it for HTMLBodyElement prototype.
- - - - -
4a2cc77c by Jacek Caban at 2024-08-05T19:51:10+02:00
mshtml: Add support for Element and Node prototype objects.
- - - - -
0bf25e2e by Jacek Caban at 2024-08-05T19:51:10+02:00
mshtml: Add support for Storage prototype objects.
- - - - -
1a3548c6 by Jacek Caban at 2024-08-05T19:51:10+02:00
mshtml: Add support for document prototype objects.
- - - - -
eb7bf062 by Jacek Caban at 2024-08-05T19:51:10+02:00
mshtml: Add support for window prototype objects.
- - - - -
13 changed files:
- dlls/mshtml/dispex.c
- dlls/mshtml/htmlbody.c
- dlls/mshtml/htmldoc.c
- dlls/mshtml/htmlelem.c
- dlls/mshtml/htmlnode.c
- dlls/mshtml/htmlstorage.c
- dlls/mshtml/htmlwindow.c
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/omnavigator.c
- dlls/mshtml/script.c
- dlls/mshtml/tests/documentmode.js
- dlls/mshtml/tests/es5.js
- dlls/mshtml/tests/events.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a09ad757caab295f471ac6db0e1a1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/a09ad757caab295f471ac6db0e1a1…
You're receiving this email because of your account on gitlab.winehq.org.