Commit graph

159916 commits

Author SHA1 Message Date
Rémi Bernon deb8b7b5e2 opengl32: Move filter_extensions (et al.) around. 2022-10-17 11:24:44 +02:00
Rémi Bernon 37328dc3ae opengl32: Build extension list in is_extension_supported. 2022-10-17 11:24:44 +02:00
Rémi Bernon cf1f02e289 opengl32: Split is_extension_supported helper. 2022-10-17 11:24:44 +02:00
Alex Henrie fc636b7f45 include: Add TOOLINFO[AW].
Needed to compile Tera Term.
2022-10-17 11:23:34 +02:00
Daniel Lehman f8dc38f9c2 kernelbase: Call NtCancelSynchronousIoFile in CancelSynchronousIo.
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
2022-10-17 11:22:41 +02:00
Daniel Lehman 0a02b6a86a ntdll: Implement NtCancelSynchronousIoFile.
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
2022-10-17 11:22:41 +02:00
Daniel Lehman 05d00d5e78 ntdll: Add NtCancelSynchronousIoFile stub.
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
2022-10-17 11:22:26 +02:00
Daniel Lehman 3a4674f256 kernel32/tests: Add tests for CancelSynchronousIo.
Signed-off-by: Daniel Lehman <dlehman25@gmail.com>
2022-10-17 11:22:26 +02:00
Akihiro Sagawa 45bfd4e1d1 quartz: Fix video flickering. 2022-10-17 11:18:20 +02:00
Akihiro Sagawa ee633870df quartz/tests: Add a background brush test for video renderer. 2022-10-17 11:18:20 +02:00
David Kahurani 556b3981b7 xmllite/writer: Null terminate duplicated strings.
Strings are not being "partially duplicated", but duplicated
with explicit length.

Signed-off-by: David Kahurani <k.kahurani@gmail.com>
2022-10-17 11:18:09 +02:00
Alexandre Julliard e3f00bf7c9 Release 7.19. 2022-10-14 22:36:58 +02:00
Nikolay Sivov 3adf638c61 dxva2/tests: Add another render target format to fix a test failure.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
2022-10-14 21:52:55 +02:00
Huw Davies fad925d582 nsi: Update struct nsi_tcp_conn_dynamic for Windows 11. 2022-10-14 21:52:55 +02:00
Rémi Bernon a21e7c46d0 winegstreamer: Implement AAC decoder MFT.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47084
2022-10-14 21:52:55 +02:00
Rémi Bernon 4199bb7fab winegstreamer: Support MPEG4 (AAC) compressed audio format.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47084
2022-10-14 21:52:55 +02:00
Henri Verbeet b3b2a55994 wined3d: Use the supplied context in wined3d_device_context_blt().
Applications calling wined3d_device_context_resolve_sub_resource() on a
deferred context would instead get this scheduled on the immediate context.
Worse, because the original call was intended for a deferred context, we'd do
this without taking the mutex required for immediate contexts, potentially
corrupting the command stream.
2022-10-14 21:52:55 +02:00
Henri Verbeet 00187d64f0 wined3d: Handle VKD3D_SHADER_RESOURCE_DATA_MIXED in wined3d_data_type_from_vkd3d(). 2022-10-14 21:52:55 +02:00
Piotr Caban d75deeec38 comctl32: Don't cast HPROPSHEETPAGE to PROPSHEETPAGEW*. 2022-10-14 21:52:55 +02:00
Piotr Caban fd6c1d597c comctl32: Use HPROPSHEETPAGE directly in PROPSHEET_GetPageRect. 2022-10-14 21:52:55 +02:00
Piotr Caban aefd67ff60 comctl32: Use HPROPSHEETPAGE directly in PROPSHEET_CreatePage. 2022-10-14 21:52:55 +02:00
Piotr Caban c7b5108c02 comctl32: Use HPROPSHEETPAGE directly in PROPSHEET_CollectPageInfo. 2022-10-14 21:52:55 +02:00
Piotr Caban fdd4431304 comctl32: Introduce _PSP structure to store HPROPSHEETPAGE data. 2022-10-14 21:52:55 +02:00
Rémi Bernon 241c26396b opengl32: List the manually written functions instead of the excluded. 2022-10-14 19:13:58 +02:00
Rémi Bernon 3f17c701a2 opengl32: Replace get_function_proto helper with get_func_(args|ret). 2022-10-14 19:13:58 +02:00
Rémi Bernon f2bd9917a1 opengl32: Consistently use $func instead of $func_ref. 2022-10-14 19:13:58 +02:00
Rémi Bernon db2e56cd0d opengl32: Split trace generation to separate functions. 2022-10-14 19:12:41 +02:00
Rémi Bernon 2f5d06af1d mfmediaengine: Remove vertical flipping of video frames. 2022-10-14 18:03:38 +02:00
Rémi Bernon ae4ecbe59e mfmediaengine/tests: Check IMFMediaEngine_TransferVideoFrames output orientation. 2022-10-14 18:03:38 +02:00
Rémi Bernon 31871d713a mfmediaengine/tests: Pass a device manager and output format to create_media_engine. 2022-10-14 18:03:37 +02:00
Rémi Bernon 1af56869c2 mf/tests: Check sample grabber RGB / NV12 orientation. 2022-10-14 18:03:37 +02:00
Rémi Bernon 7b08bf9729 mf/tests: Factor test grabber callback implementations. 2022-10-14 18:03:37 +02:00
Alexandre Julliard efa6b9f647 d2d1: Use a gcc pragma instead of a compiler flag for -fexcess-precision.
This will be needed to support building multiple architectures from
the same tree.
2022-10-14 18:03:25 +02:00
Louis Lenders 40b262799d wbemprox: Add HypervisorPresent property to win32_ComputerSystem.
Native Access 2 queries for this property
2022-10-14 18:01:25 +02:00
Alex Henrie 8aef70a997 include: Add LV_COLUMN[AW].
Needed to compile Tera Term.
2022-10-14 18:00:59 +02:00
Rémi Bernon 4e8844529c win32u: Asynchronously send the WM_DISPLAYCHANGE to the desktop window. 2022-10-14 10:21:22 +02:00
Lauri Kenttä a93edc8e6e po: Update Finnish translation. 2022-10-14 10:21:22 +02:00
Gabriel Ivăncescu fded20df6c mshtml: Don't create dynamic prop before checking if elem prop even exists.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2022-10-13 22:25:06 +02:00
Gabriel Ivăncescu d5c764e8c7 mshtml: Allow accessing some document elements as props via id.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2022-10-13 22:25:06 +02:00
Gabriel Ivăncescu 3216c04d71 mshtml: Expose props via element name only for specific element types.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
2022-10-13 22:25:06 +02:00
Rémi Bernon baf7c13b9c winegstreamer: Register WMV decoder MFT / DMO stub. 2022-10-13 22:25:06 +02:00
Rémi Bernon 2a57854c6a winegstreamer: Register AAC decoder MFT stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47084
2022-10-13 22:25:06 +02:00
Paul Gofman 93d1970a75 msvcp140: Link to vcruntime140. 2022-10-13 15:50:33 +02:00
Paul Gofman 297cb1c85e vcruntime140_1: Link to vcruntime140. 2022-10-13 15:50:33 +02:00
Huw Davies 673da9cdec nsi: Use the correct members for the error and discard counts.
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=53234
2022-10-13 15:20:27 +02:00
Sebastian Lackner 3c4cdfa704 ntdll: Improve stub of NtQueryEaFile.
Co-authored-by: Qian Hong <qhong@codeweavers.com>
Co-authored-by: Joel Holdsworth <joel@airwebreathe.org.uk>
Signed-off-by: Joel Holdsworth <joel@airwebreathe.org.uk>
2022-10-13 10:55:14 +02:00
Paul Gofman f78137a8c2 winhttp: Support WINHTTP_OPTION_WEB_SOCKET_SEND_BUFFER_SIZE. 2022-10-13 10:45:53 +02:00
Paul Gofman d8552dab2b winhttp: Stub WINHTTP_OPTION_WEB_SOCKET_RECEIVE_BUFFER_SIZE. 2022-10-13 10:45:53 +02:00
Paul Gofman 84ec7aec91 winhttp: Support WINHTTP_OPTION_WEB_SOCKET_KEEPALIVE_INTERVAL. 2022-10-13 10:45:52 +02:00
Rémi Bernon ba3e3d0c06 winegstreamer: Create wg_sample from IMFSample within of wg_transform_read_mf. 2022-10-13 10:44:53 +02:00