Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ntdll: HACK: Add WINE_DISABLE_SFN option. #205

Open
wants to merge 224 commits into
base: bleeding-edge
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
224 commits
Select commit Hold shift + click to select a range
c0b74b7
mlang/tests: Test for GetGlobalFontLinkObject.
tati-frog Oct 16, 2023
da13d96
mlang: Implement GetGlobalFontLinkObject.
tati-frog Oct 16, 2023
de86bec
mlang/tests: Test codepages priority bug in GetStrCodepages.
tati-frog Nov 28, 2023
c3e3bfe
mlang: Fix bug with codepage priority in GetStrCodePages.
tati-frog Nov 28, 2023
e8babc9
gdiplus: Replace HDC with GpGraphics in parameters.
tati-frog Jan 30, 2024
9de31d4
gdiplus/tests: Add interactive test for font linking.
tati-frog Dec 11, 2023
8957802
gdiplus: Implement font linking for gdiplus.
tati-frog Nov 14, 2023
8e385ea
include: Add HEAACWAVEINFO and HEAACWAVEFORMAT definitions.
rbernon Nov 16, 2023
d072d00
mfplat/tests: Test MFInitMediaTypeFromWaveFormatEx wrt MF_MT_FIXED_SI…
rbernon Nov 16, 2023
3fa8eaf
mfplat/tests: Add MFInitMediaTypeFromWaveFormatEx tests with HEAACWAV…
rbernon Nov 16, 2023
e8bbfd1
mfplat/tests: Test MFWaveFormatExConvertFlag_ForceExtensible with HEA…
rbernon Nov 16, 2023
f67042c
mfplat: Support AAC format attributes in MFInitMediaTypeFromWaveForma…
rbernon Nov 16, 2023
d2587d2
mfplat: Support compressed WAVEFORMATEX in MFCreateWaveFormatExFromMF…
rbernon Nov 16, 2023
4653d46
winegstreamer: Fix reading MF_MT_USER_DATA into HEAACWAVEFORMAT.
rbernon Jan 23, 2024
dc4d6b2
winegstreamer: Use MFCreateAudioMediaType in the AAC decoder.
rbernon Nov 16, 2023
26322a7
winegstreamer: Use an array for the audio decoder input types.
rbernon Nov 17, 2023
d1dbd2b
mf/tests: Check inserted topology loader transforms explicitly.
rbernon Jan 24, 2024
2799033
mf/topology_loader: Use a local variable for the indirect connection …
rbernon Jun 7, 2023
fdf5ac0
mf/topology_loader: Ignore SetOutputType errors when doing indirect c…
rbernon Jan 19, 2024
0642219
mf/topology_loader: Initialize transform output type before adding co…
rbernon Jan 19, 2024
ce52056
mf/topology_loader: Try to connect transform nodes with their current…
rbernon Jan 24, 2024
78d0ae9
winegstreamer: Implement H264 decoder GetInputCurrentType.
rbernon Jan 24, 2024
f63b1af
winegstreamer: Ask GStreamer to stop messing with signal handlers.
rbernon Jan 24, 2024
f08b437
winegstreamer: Trace wg_transform input and output caps.
rbernon Jan 30, 2024
a1982d7
winegstreamer: Handle allocation query in a separate helper.
rbernon Jan 30, 2024
fe82540
winegstreamer: Handle sink caps query in a separate helper.
rbernon Jan 30, 2024
00a6df8
winegstreamer: Handle sink event caps in a separate helper.
rbernon Jan 30, 2024
b077414
winegstreamer: Use GST_PTR_FORMAT to trace GStreamer objects.
rbernon Jan 30, 2024
370f34c
winegstreamer: Ignore wg_transform input / output video format fps.
rbernon Jan 30, 2024
6e060bb
winegstreamer: Allow wg_transform size changes with an explicit attri…
rbernon Jan 30, 2024
db22f40
mf/tests: Report more transform current type mismatches.
rbernon Jan 29, 2024
8caa133
mf/tests: Add some tests with video processor aperture handling.
rbernon Jan 29, 2024
80df4b5
mfreadwrite/tests: Initialize test source stream types from descriptors.
rbernon Jan 23, 2024
36a0c4a
mfreadwrite/tests: Test source reader exposed transforms and types.
rbernon Jan 23, 2024
98eb371
mfreadwrite/tests: Test source reader transforms with MF_SOURCE_READE…
rbernon Jan 23, 2024
1e0e932
mfreadwrite/tests: Test source reader transforms with MF_SOURCE_READE…
rbernon Feb 1, 2024
9506607
HACK: winegstreamer/new_media_source: Clone the media source to new_m…
rbernon Nov 22, 2023
c6d7a39
HACK: winegstreamer/new_media_source: Fallback to the old media sourc…
rbernon Nov 22, 2023
c80502e
winegstreamer/new_media_source: Introduce a new wg_source interface.
rbernon Aug 18, 2023
03d9fec
winegstreamer/new_media_source: Call (Begin|End)Read to read the byte…
rbernon Aug 18, 2023
dd14bb6
winegstreamer/new_media_source: Provide first block of data and strea…
rbernon Aug 18, 2023
05035df
winegstreamer/new_media_source: Prefer MF_BYTESTREAM_ORIGIN_NAME for …
rbernon Jul 27, 2023
8d12437
winegstreamer/new_media_source: Create a source pad on the wg_source.
rbernon Apr 26, 2023
cee6b45
winegstreamer/new_media_source: Create a demuxer element in wg_source…
rbernon Apr 27, 2023
e4be1a5
winegstreamer/new_media_source: Push a stream and segment event to th…
rbernon Nov 22, 2023
2b543c0
winegstreamer/new_media_source: Handle GST_QUERY_URI on wg_source src…
rbernon Nov 22, 2023
13bfa9f
winegstreamer/new_media_source: Handle GST_QUERY_DURATION on wg_sourc…
rbernon Nov 22, 2023
e6e2923
winegstreamer/new_media_source: Handle GST_QUERY_SCHEDULING on wg_sou…
rbernon Apr 26, 2023
903772f
winegstreamer/new_media_source: Create and link sink pads in the wg_s…
rbernon Apr 29, 2023
4e9a520
winegstreamer/new_media_source: Push the initial data from to the wg_…
rbernon Nov 22, 2023
e2bb2c0
winegstreamer/new_media_source: Push EOS event on stream or segment end.
rbernon Apr 28, 2023
084aa80
winegstreamer/new_media_source: Handle GST_EVENT_SEEK on wg_source sr…
rbernon Jul 24, 2023
2bec716
winegstreamer/new_media_source: Handle GST_EVENT_STREAM_START and cre…
rbernon Apr 28, 2023
c9ac74b
winegstreamer/new_media_source: Query stream duration from GST_EVENT_…
rbernon Jun 18, 2023
3af9d0a
winegstreamer/new_media_source: Handle GST_EVENT_CAPS and update wg_s…
rbernon Apr 28, 2023
44ca3c9
winegstreamer/new_media_source: Introduce a new wg_source_get_stream_…
rbernon Jun 18, 2023
799afbf
winegstreamer/new_media_source: Set the MF_PD_TOTAL_FILE_SIZE present…
rbernon Jun 18, 2023
ce316c3
winegstreamer/new_media_source: Read stream data and provide samples …
rbernon Jul 24, 2023
9ce1f5f
winegstreamer/new_media_source: Query the stream max duration from th…
rbernon Nov 29, 2023
3846972
winegstreamer/new_media_source: Set the MF_PD_MIME_TYPE presentation …
rbernon Jul 24, 2023
7d40c13
winegstreamer/new_media_source: Handle GST_EVENT_TAG and udpate wg_so…
rbernon Apr 29, 2023
3faccf2
winegstreamer/new_media_source: Use wg_source order to build media so…
rbernon Nov 19, 2023
2638b04
winegstreamer/new_media_source: Sort media source "video/mp4" streams…
rbernon Nov 19, 2023
10c14fa
winegstreamer/new_media_source: Initialize media source descriptor ta…
rbernon Mar 13, 2023
f7ea3db
winegstreamer/new_media_source: Set MF_SD_MUTUALLY_EXCLUSIVE stream d…
rbernon Apr 28, 2023
00c5d03
winegstreamer/new_media_source: Select one stream descriptor for each…
rbernon Apr 29, 2023
11e980e
winegstreamer/new_media_source: Use 1-based ids in media source strea…
rbernon Jun 29, 2023
135c44c
winegstreamer/new_media_source: Select the wg_source streams on media…
rbernon Jul 24, 2023
a7bc220
winegstreamer/new_media_source: Seek the wg_source streams on media s…
rbernon Dec 8, 2023
1f445af
winegstreamer/new_media_source: Read and discard compressed samples f…
rbernon Dec 8, 2023
47ff280
winegstreamer/new_media_source: Stop using wg_parser to read samples …
rbernon Jun 1, 2023
841ac07
winegstreamer: Call gst_audio_info_from_caps for all audio formats.
rbernon Nov 15, 2023
77f74e7
winegstreamer: Support generic audio / video encoded format.
rbernon Nov 15, 2023
3dcb087
winegstreamer: Skip encoded formats in format_is_compressed.
rbernon Nov 19, 2023
b980667
winegstreamer: Translate generic audio / video encoded media types.
rbernon Nov 15, 2023
fbea0ea
winegstreamer: Rename aac_decoder to audio_decoder.
rbernon Nov 17, 2023
8608e39
winegstreamer: Introduce a generic audio decoder transform.
rbernon Jul 28, 2023
9c86213
winegstreamer: Use MFCreateVideoMediaTypeFromSubtype in GetInputAvail…
rbernon Jan 23, 2024
e297f0b
winegstreamer: Use MFCreateVideoMediaTypeFromSubtype in GetOutputAvai…
rbernon Jan 23, 2024
e4cb607
winegstreamer: Remove unnecessary create_output_media_type checks.
rbernon Jan 23, 2024
7171538
winegstreamer: Use GUID arrays for H264 decoder media types.
rbernon Jan 23, 2024
cd234ee
winegstreamer: Use MFCalculateImageSize to compute output info size.
rbernon Jan 23, 2024
01823cf
ir50_32: Use the proper hr value for stream format change.
rbernon Nov 16, 2023
c3792c2
winegstreamer: Use the H264 decoder to implement the IV50 decoder.
rbernon Jan 23, 2024
caf1db5
winegstreamer: Rename struct h264_decoder to struct video_decoder.
rbernon Jan 23, 2024
0dfbb87
winegstreamer: Ignore input / output fps mismatch in video_processor.
rbernon Jan 23, 2024
9a96d36
winegstreamer: Expose the generic video decoder transform.
rbernon Jan 23, 2024
d89e62d
HACK: mfplat: Enable the new media source for some games.
rbernon Jan 23, 2024
6c1326b
ntdll: HACK: Try to load steamoverlay.so manually if LD_PRELOAD was l…
Nov 29, 2023
044acf4
winegstreamer: Support WMA with 5.1 and 7.1 audio.
ivyl Nov 23, 2023
92181d9
FAudio: Create fake codec data for WMA3.
ivyl Dec 29, 2023
4d110a8
xinput: Implement XInputGetCapabilitiesEx.
Etaash-mathamsetty Dec 10, 2023
c7b6134
xinput: Reimplement XInputGetCapabilities.
Etaash-mathamsetty Dec 10, 2023
5a7981f
windows.gaming.input: Stub IRawGameController2 interface.
rbernon Feb 21, 2022
262c60c
windows.gaming.input: Forward get_NonRoamableId to Wine provider.
rbernon Jan 8, 2024
2247fac
HACK: dinput: Emulate Steam Input native hooks.
rbernon Jan 8, 2024
6aa6c4e
HACK: hidclass: Emulate Steam Input native hooks.
rbernon Jan 8, 2024
c3e4576
HACK: ntdll: Emulate Steam Input native hooks.
rbernon Jan 8, 2024
88ad474
HACK: win32u: Emulate Steam Input native hooks.
rbernon Jan 8, 2024
71f8db3
HACK: windows.gaming.input: Emulate Steam Input native hooks.
rbernon Jan 8, 2024
8c5fbf5
HACK: xinput: Emulate Steam Input native hooks.
rbernon Jan 8, 2024
532d8b0
HACK: winebus: Expose virtual controller for Steam Input hooks emulat…
rbernon Jan 8, 2024
0c21e0c
HACK: win32u: Report underlying VID/PID in Steam Input hooks emulation.
rbernon Jan 9, 2024
20a91d2
HACK: windows.gaming.input: Report underlying VID/PID in Steam Input …
rbernon Jan 9, 2024
ba11cd9
winhttp: Always return result at once if available in WinHttpQueryDat…
Jan 23, 2024
665742a
winhttp: Always return result at once if available in WinHttpReadData().
Jan 23, 2024
357c1ff
ntdll: HACK: Substitute different d3dcompiler version for BDO.
Jan 24, 2024
6117603
ntdll: Better track thread pool wait's wait_pending state.
Feb 7, 2024
25d2d4c
ntdll: Make sure wakeups from already unset events are ignored in wai…
Feb 7, 2024
f961d5e
win32u: Send message with timeout in send_erase().
Feb 9, 2024
99f8658
ntdll: HACK: Add WINE_HEAP_ZERO_MEMORY variable to force zeroing allo…
Feb 9, 2024
e311daf
winegstreamer: Introduce and use a new wg_task_pool helper.
rbernon May 12, 2023
3a3400a
winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for aac decoder.
Jan 20, 2023
73410b6
winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for resampler.
Jan 20, 2023
c6fe011
winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for video processor.
Jan 20, 2023
d6fff9c
winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for wma decoder.
Jan 20, 2023
88da48b
HACK: winegstreamer: Do not report live latency for some games.
rbernon Aug 17, 2023
4bf150b
HACK: winegstreamer: Don't add unnecessary and slow? videoflip for so…
rbernon Aug 21, 2023
68f76f5
HACK: winegstreamer: Disable MF_SA_D3D11_AWARE for some games.
Aug 21, 2023
410b000
Revert "winhttp: Always return result at once if available in WinHttp…
Feb 14, 2024
6ae40c7
Revert "winhttp: Always return result at once if available in WinHttp…
Feb 14, 2024
a7c5931
winhttp: Always return result at once if available in WinHttpQueryDat…
Jan 23, 2024
c53c907
winhttp: Always return result at once if available in WinHttpReadData().
Jan 23, 2024
970f435
winex11.drv: Default swap interval to 0 for child window drawables in…
Jan 30, 2024
4bf230a
winex11.drv: Fix wglSwapBuffers() with NULL current context with chil…
Jan 22, 2024
7819be3
Revert "explorer: Don't pop start menu on "minimize all windows" syst…
Feb 14, 2024
b283265
explorer: Don't pop start menu on "minimize all windows" systray comm…
Jan 9, 2024
cf0afdc
explorer: Don't pop start menu on "undo minimize all windows" systray…
Feb 6, 2024
98ba5eb
mscoree: Update Wine Mono to 9.0.0.
Feb 2, 2024
2455a0d
windows.media.speech: Add Vosk checks to autoconf.
besentv Feb 13, 2023
4a816dd
windows.media.speech: Add unixlib stub.
besentv Feb 12, 2023
186309d
windows.media.speech/tests: Get rid of duplicated hresult.
besentv Feb 6, 2023
3d1efbb
windows.media.speech/tests: Allow the SpeechRecognizer creation to fa…
besentv Feb 20, 2023
1076aa8
windows.media.speech: Implement Vosk create and release functions in …
besentv Feb 20, 2023
d6306d3
windows.media.speech: Move unix side recognizer creation to recognize…
besentv Mar 6, 2023
b500dc2
windows.media.speech: Implement recognition in the unixlib.
besentv Feb 27, 2023
615562d
windows.media.speech: Compare recognized words with available constra…
besentv May 25, 2022
402a6eb
windows.media.speech: Send event on recognition success.
besentv May 30, 2022
03cb575
windows.media.speech: Add ISpeechRecognitionSemanticInterpretation stub.
besentv May 30, 2022
fea0e6d
HACK: windows.media.speech: Stub semantic_interpretation_get_Properties.
rbernon Feb 20, 2024
8d38a0b
WIP: windows.media.speech: Implement grammar.
besentv Feb 28, 2023
50754d3
HACK: windows.media.speech/tests: Add tests for manual recognition te…
besentv Feb 28, 2023
00f6b2f
HACK: windows.media.speech: Load Vosk models from Phasmophobia.
besentv Mar 7, 2023
93c6322
windows.media.speech: Suppress verbose Unixlib traces.
besentv Mar 7, 2023
27e3221
winegstreamer: Register more VIDEO_EFFECT DMO classes.
rbernon Dec 7, 2023
a7657b9
HACK: winegstreamer: Register the video processor MFT as a decoder.
rbernon Dec 7, 2023
460715d
powershell: Read input command from stdin.
Feb 15, 2024
2f07584
ntdll: HACK: Disable kernel write watches for BDO.
Jan 30, 2024
5571713
mfmediaengine: Return S_OK in SetBalance().
besentv Mar 13, 2023
a4cf21c
ntdll: Don't leak objattr allocation in NtCreateSemaphore.
ishitatsuyuki Feb 17, 2024
1f51283
fixup! winebus: Disable SDL2.30 new behavior for the SDL unix backend.
rbernon Feb 20, 2024
63fafa5
winhttp: Mind read size when skipping async read in WinHttpReadData().
Feb 20, 2024
505f4df
HACK: gdiplus: Add HDC parameter back to gdi+ internal functions.
tati-frog Feb 21, 2024
657b2f1
sapi: Create a new engine only when needed in ISpVoice.
shaunren Jan 22, 2024
59ca532
sapi: Add ISpeechObjectToken stub.
shaunren Feb 2, 2024
3b57da5
sapi: Add ISpeechObjectTokens stub.
shaunren Feb 2, 2024
0ce4abd
sapi: Add stub implementation for ISpeechObjectTokens::get__NewEnum.
shaunren Feb 2, 2024
ca12f61
sapi: Implement ISpeechObjectToken::GetDescription.
shaunren Feb 9, 2024
9fbf40b
sapi: Implement ISpeechObjectToken::Invoke.
shaunren Feb 8, 2024
6b4b57b
sapi: Implement ISpeechObjectToken::GetIDsOfNames.
shaunren Feb 11, 2024
858b749
sapi: Implement ISpeechObjectTokens::get_Count.
shaunren Feb 6, 2024
09139f5
sapi: Implement IEnumVARIANT::Next for ISpeechObjectTokens.
shaunren Feb 6, 2024
bfcfe86
sapi: Implement ISpeechObjectTokens::Invoke.
shaunren Feb 11, 2024
39099ad
sapi: Free typelib on DLL detach.
shaunren Feb 15, 2024
ec589a5
sapi: Implement ISpeechVoice::Speak.
shaunren Feb 16, 2024
fe1772d
sapi: Handle zero-length attributes correctly in ISpObjectTokenCatego…
shaunren Feb 16, 2024
c843bc9
sapi: Introduce create_token_category helper in tts.
shaunren Feb 15, 2024
4fdd8ad
sapi: Implement ISpeechVoice::GetVoices.
shaunren Feb 16, 2024
26987b7
sapi: Implement ISpeechVoice::GetTypeInfoCount.
shaunren Feb 17, 2024
bffa5db
sapi: Implement ISpeechVoice::GetTypeInfo.
shaunren Feb 17, 2024
d3590aa
sapi: Implement ISpeechVoice::GetIDsOfNames.
shaunren Feb 17, 2024
fc74e49
sapi: Implement ISpeechVoice::Invoke.
shaunren Feb 17, 2024
55b78c5
winegstreamer/video_decoder: Reset sample timestamp on stream start.
rbernon Feb 21, 2024
5a67ab8
dsound/tests: Test that formats with more than two channels require W…
zzhiyi Feb 20, 2024
dda8157
dsound: Reject WAVEFORMATEX formats with more than two channels.
zzhiyi Feb 20, 2024
e8b8d2f
fixup! winex11.drv: Listen to RawMotion and RawButton* events in the …
zzhiyi Feb 22, 2024
000724f
amd_ags_x64: Implement multi draw instanced functions.
Feb 22, 2024
6861e8c
amd_ags_x64: Implement multi draw instanced indirect count functions.
Feb 22, 2024
322b88e
nsiproxy.sys: Fix ipv6 route table parsing on Linux.
Feb 24, 2024
11a9ad1
iphlpapi: Partially fill Ipv4 / Ipv6 metric in GetAdaptersAddresses().
Feb 23, 2024
13a01f8
Revert "win32u: Use font AA flags when querying glyph outline with GG…
Feb 26, 2024
c0cf13b
Revert "win32u: Store effective AA flags in gdi_font."
Feb 26, 2024
f027a1b
win32u: Store effective AA flags in font_physdev.
Feb 26, 2024
333aef5
win32u: Use font AA flags when querying glyph outline with GGO_METRICS.
Nov 16, 2023
73003ac
faudio: Take lock before accessing list in LinkedList_RemoveEntry().
Feb 27, 2024
d497be2
faudio: Don't destroy voice when it is output to other voices.
Feb 27, 2024
431fdeb
xaudio2: Check FAudioVoice_DestroyVoice result in destroy_voice().
Feb 27, 2024
448429c
xaudio2/tests: Test destroying a voice which is an output to another …
Feb 27, 2024
0d86a41
kernelbase: Use KEY_WOW64_64KEY flag when 64 bit registry access is a…
Feb 28, 2024
f55fa9a
amd_ags_x64: Support v3.2.
Feb 28, 2024
a0e1f53
amd_ags_x64: Support versions 3.0-3.1.
Feb 28, 2024
b900403
amd_ags_x64: Add agsDriverExtensionsDX11_SetDiskShaderCacheEnabled() …
Feb 28, 2024
b1f019e
Revert "faudio: Don't destroy voice when it is output to other voices."
Feb 27, 2024
3d9f50f
Revert "xaudio2: Check FAudioVoice_DestroyVoice result in destroy_voi…
Feb 27, 2024
a15d411
faudio: Don't destroy voice when it is output to other voices
Feb 29, 2024
4fb3f2e
xaudio2: Use FAudioVoice_DestroyVoiceSafeEXT() result in destroy_voic…
Feb 27, 2024
3a6319b
wine.inf: Add a font replacement for Segoe UI.
jactry Feb 28, 2024
cb977b5
amend! nsiproxy.sys: Fix ipv6 route table parsing on Linux.
ivyl Feb 29, 2024
2f38ce9
amend! iphlpapi: Partially fill Ipv4 / Ipv6 metric in GetAdaptersAddr…
ivyl Feb 29, 2024
f392d06
fixup! ntdll: Read process memory on the client side in NtReadVirtual…
Mar 1, 2024
c651e01
amd_ags_x64: Add spec stubs for some v3.x functions.
Mar 1, 2024
42de3d2
HACK: ntdll: Extend heap zero hack to private heaps.
zzhiyi Mar 4, 2024
4c1fd47
advapi32: Check NULL return key pointers when creating registry keys.
zzhiyi Mar 4, 2024
53ea94e
advapi32/tests: Test creating registry keys with a NULL return key po…
zzhiyi Mar 4, 2024
bed19d0
winex11: Process XInput2 events with QS_INPUT filter.
rbernon Jan 28, 2024
847dbe5
winex11: Initialize XInput2 extension on every thread.
rbernon Jan 28, 2024
ea3f64a
winex11: Always listen to XInput2 device changes events.
rbernon Feb 12, 2024
33e756b
fixup! winex11.drv: Keep track of pointer and device button mappings.
rbernon Mar 4, 2024
35e491c
dbghelp: Stop embedding unwind info in minidumps (X86_64).
Mar 4, 2024
3eeca96
amd_ags_x64: Add WINE_HIDE_APU option.
Mar 4, 2024
c45f4b8
winegstreamer: HACK: Do not enable low latency for Gungrave G.O.R.E.
Mar 4, 2024
ce93000
mshtml: Pass DOMEvent instead of nsIDOMEvent during handle_event.
Feb 29, 2024
5d34273
mshtml: Use generic event dispatcher for DOMContentLoaded.
Feb 21, 2024
2740d34
mshtml/tests: Add test for document mode after InitNew and Load.
Feb 26, 2024
5cddb13
mshtml: Always use the event target dispex.
Feb 26, 2024
8963a00
mshtml: Don't handle special case when doc != node->doc.
Feb 26, 2024
b028d34
sapi: Implement ISpeechVoice::{get/put}_Volume.
shaunren Mar 2, 2024
7ae726d
sapi: Implement ISpeechVoice::{get/putref}_Voice.
shaunren Mar 2, 2024
aff91e3
amd_ags_x64: Add stub implementation for DX12 marker functions.
Mar 4, 2024
6ad59c4
Revert "winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for video …
Mar 5, 2024
1170469
Revert "winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for resamp…
Mar 5, 2024
9cf34c9
Revert "winegstreamer: Implement MFT_MESSAGE_COMMAND_DRAIN for aac de…
Mar 5, 2024
34bbb1a
fixup! ntdll: Simulate async file read and IO cancellation to workaro…
Mar 5, 2024
b013c03
ntdll: HACK: Add WINE_DISABLE_SFN option.
NishiyamaPedro Nov 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ F: dlls/winegstreamer/mfplat.c
F: dlls/winegstreamer/resampler.c
F: dlls/winegstreamer/video_decoder.c
F: dlls/winegstreamer/video_processor.c
F: dlls/winegstreamer/wg_source.c
F: dlls/winegstreamer/wg_sample.c
F: dlls/winegstreamer/wg_transform.c
F: dlls/winegstreamer/wma_decoder.c
Expand Down
13 changes: 12 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ AC_ARG_WITH(udev, AS_HELP_STRING([--without-udev],[do not use udev (plug an
AC_ARG_WITH(unwind, AS_HELP_STRING([--without-unwind],[do not use the libunwind library (exception handling)]))
AC_ARG_WITH(usb, AS_HELP_STRING([--without-usb],[do not use the libusb library]))
AC_ARG_WITH(v4l2, AS_HELP_STRING([--without-v4l2],[do not use v4l2 (video capture)]))
AC_ARG_WITH(vosk, AS_HELP_STRING([--without-vosk],[do not use Vosk]))
AC_ARG_WITH(vulkan, AS_HELP_STRING([--without-vulkan],[do not use Vulkan]))
AC_ARG_WITH(wayland, AS_HELP_STRING([--without-wayland],[do not build the Wayland driver]))
AC_ARG_WITH(xcomposite,AS_HELP_STRING([--without-xcomposite],[do not use the Xcomposite extension]),
Expand Down Expand Up @@ -492,7 +493,8 @@ AC_CHECK_HEADERS(\
syscall.h \
utime.h \
valgrind/memcheck.h \
valgrind/valgrind.h
valgrind/valgrind.h \
vosk_api.h
)
WINE_HEADER_MAJOR()
AC_HEADER_STAT()
Expand Down Expand Up @@ -1236,6 +1238,7 @@ then

dnl *** All of the following tests require X11/Xlib.h
AC_CHECK_HEADERS([X11/extensions/shape.h \
X11/extensions/XInput.h \
X11/extensions/XInput2.h \
X11/extensions/XShm.h \
X11/extensions/Xfixes.h \
Expand Down Expand Up @@ -1874,6 +1877,14 @@ then
WINE_WARNING([No sound system was found. Windows applications will be silent.])
fi

dnl **** Check for Vosk ****
if test x$with_vosk != xno
then
WINE_CHECK_SONAME(vosk,vosk_recognizer_new)
fi
WINE_NOTICE_WITH(vosk,[test x$ac_cv_lib_soname_vosk = x],
[libvosk ${notice_platform}development files not found, speech recognition won't be supported.])

dnl *** Check for Vulkan ***
if test "x$with_vulkan" != "xno"
then
Expand Down
6 changes: 6 additions & 0 deletions dlls/advapi32/registry.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ LSTATUS WINAPI RegOverridePredefKey( HKEY hkey, HKEY override )
*/
LSTATUS WINAPI RegCreateKeyW( HKEY hkey, LPCWSTR lpSubKey, PHKEY phkResult )
{
if (!phkResult)
return ERROR_INVALID_PARAMETER;

return RegCreateKeyExW( hkey, lpSubKey, 0, NULL, REG_OPTION_NON_VOLATILE,
MAXIMUM_ALLOWED, NULL, phkResult, NULL );
}
Expand All @@ -82,6 +85,9 @@ LSTATUS WINAPI RegCreateKeyW( HKEY hkey, LPCWSTR lpSubKey, PHKEY phkResult )
*/
LSTATUS WINAPI RegCreateKeyA( HKEY hkey, LPCSTR lpSubKey, PHKEY phkResult )
{
if (!phkResult)
return ERROR_INVALID_PARAMETER;

return RegCreateKeyExA( hkey, lpSubKey, 0, NULL, REG_OPTION_NON_VOLATILE,
MAXIMUM_ALLOWED, NULL, phkResult, NULL );
}
Expand Down
35 changes: 35 additions & 0 deletions dlls/advapi32/tests/registry.c
Original file line number Diff line number Diff line change
Expand Up @@ -1268,6 +1268,19 @@ static void test_reg_create_key(void)
PACL key_acl;
SECURITY_DESCRIPTOR *sd;

/* NULL return key check */
ret = RegCreateKeyA(hkey_main, "Subkey1", NULL);
ok(ret == ERROR_INVALID_PARAMETER, "Got unexpected ret %ld.\n", ret);

ret = RegCreateKeyW(hkey_main, L"Subkey1", NULL);
ok(ret == ERROR_INVALID_PARAMETER, "Got unexpected ret %ld.\n", ret);

ret = RegCreateKeyExA(hkey_main, "Subkey1", 0, NULL, 0, KEY_NOTIFY, NULL, NULL, NULL);
ok(ret == ERROR_BADKEY, "Got unexpected ret %ld.\n", ret);

ret = RegCreateKeyExW(hkey_main, L"Subkey1", 0, NULL, 0, KEY_NOTIFY, NULL, NULL, NULL);
ok(ret == ERROR_BADKEY, "Got unexpected ret %ld.\n", ret);

ret = RegCreateKeyExA(hkey_main, "Subkey1", 0, NULL, 0, KEY_NOTIFY, NULL, &hkey1, NULL);
ok(!ret, "RegCreateKeyExA failed with error %ld\n", ret);
/* should succeed: all versions of Windows ignore the access rights
Expand Down Expand Up @@ -2763,6 +2776,28 @@ static void test_redirection(void)
RegCloseKey( root32 );
RegCloseKey( root64 );

err = RegCreateKeyExW( HKEY_LOCAL_MACHINE, L"Software\\WOW6432Node\\test1\\test2", 0, NULL, 0,
KEY_WRITE | KEY_WOW64_32KEY, NULL, &key, NULL );
ok(!err, "got %#lx.\n", err);
RegCloseKey(key);

err = RegCreateKeyExW( HKEY_LOCAL_MACHINE, L"Software\\test1\\test2", 0, NULL, 0, KEY_WRITE | KEY_WOW64_32KEY,
NULL, &key, NULL );
ok(!err, "got %#lx.\n", err);
RegCloseKey(key);

err = RegOpenKeyExW( HKEY_LOCAL_MACHINE, L"Software\\test1\\test2", 0, KEY_WRITE | KEY_WOW64_32KEY, &key );
ok(!err, "got %#lx.\n", err);
RegCloseKey(key);

if (pRegDeleteTreeA)
{
err = pRegDeleteTreeA(HKEY_LOCAL_MACHINE, "Software\\WOW6432Node\\test1");
ok(!err, "got %#lx.\n", err);
err = pRegDeleteTreeA(HKEY_LOCAL_MACHINE, "Software\\test1");
ok(err == ERROR_FILE_NOT_FOUND, "got %#lx.\n", err);
}

/* Software\Classes is shared/reflected so behavior is different */

err = RegCreateKeyExA( HKEY_LOCAL_MACHINE, "Software\\Classes\\Wine",
Expand Down
32 changes: 32 additions & 0 deletions dlls/amd_ags_x64/amd_ags.h
Original file line number Diff line number Diff line change
Expand Up @@ -733,7 +733,39 @@ typedef union AGSConfiguration
AGSConfiguration_520 agsConfiguration520;
} AGSConfiguration;

struct AGSGPUInfo_311
{
ArchitectureVersion version; // Set to Unknown if not AMD hardware
const char* adapterString; // The adapter name string. NULL if not AMD hardware
int deviceId; // The device id
int revisionId; // The revision id

const char* driverVersion; // The driver package version

int iNumCUs; // Number of GCN compute units. Zero if not GCN
int iCoreClock; // core clock speed at 100% power in MHz
int iMemoryClock; // memory clock speed at 100% power in MHz
float fTFlops; // Teraflops of GPU. Zero if not GCN. Calculated from iCoreClock * iNumCUs * 64 Pixels/clk * 2 instructions/MAD
};

struct AGSGPUInfo_320
{
int agsVersionMajor; // Major field of Major.Minor.Patch AGS version number
int agsVersionMinor; // Minor field of Major.Minor.Patch AGS version number
int agsVersionPatch; // Patch field of Major.Minor.Patch AGS version number

ArchitectureVersion architectureVersion; // Set to Unknown if not AMD hardware
const char* adapterString; // The adapter name string. NULL if not AMD hardware
int deviceId; // The device id
int revisionId; // The revision id

const char* driverVersion; // The driver package version

int iNumCUs; // Number of GCN compute units. Zero if not GCN
int iCoreClock; // core clock speed at 100% power in MHz
int iMemoryClock; // memory clock speed at 100% power in MHz
float fTFlops; // Teraflops of GPU. Zero if not GCN. Calculated from iCoreClock * iNumCUs * 64 Pixels/clk * 2 instructions/MAD
};

/// The top level GPU information returned from \ref agsInitialize
struct AGSGPUInfo_403
Expand Down
27 changes: 19 additions & 8 deletions dlls/amd_ags_x64/amd_ags_x64.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,30 +2,40 @@
@ stdcall agsDeInitialize(ptr)
@ stdcall agsCheckDriverVersion(ptr long)
@ stdcall -norelay -arch=win64 agsDriverExtensionsDX11_BeginUAVOverlap() DX11_BeginUAVOverlap_impl
@ stub agsDriverExtensions_IASetPrimitiveTopology
@ stub agsDriverExtensionsDX11_CreateBuffer
@ stub agsDriverExtensions_CreateBuffer
@ stdcall agsDriverExtensionsDX11_CreateDevice(ptr ptr ptr ptr)
@ stub agsDriverExtensionsDX11_CreateFromDevice
@ stub agsDriverExtensionsDX11_CreateTexture1D
@ stub agsDriverExtensionsDX11_CreateTexture2D
@ stub agsDriverExtensionsDX11_CreateTexture3D
@ stub agsDriverExtensions_CreateTexture1D
@ stub agsDriverExtensions_CreateTexture2D
@ stub agsDriverExtensions_CreateTexture3D
@ stdcall agsDriverExtensions_DeInit(ptr)
@ stdcall agsDriverExtensionsDX11_DeInit(ptr)
@ stub agsDriverExtensionsDX11_Destroy
@ stdcall -norelay -arch=win64 agsDriverExtensionsDX11_DestroyDevice()
@ stdcall -norelay -arch=win64 agsDriverExtensionsDX11_EndUAVOverlap() DX11_EndUAVOverlap_impl
@ stub agsDriverExtensionsDX11_GetMaxClipRects
@ stub agsDriverExtensionsDX11_IASetPrimitiveTopology
@ stdcall agsDriverExtensions_Init(ptr ptr ptr)
@ stdcall agsDriverExtensionsDX11_Init(ptr ptr long ptr)
@ stub agsDriverExtensionsDX11_MultiDrawIndexedInstancedIndirect
@ stub agsDriverExtensionsDX11_MultiDrawIndexedInstancedIndirectCountIndirect
@ stub agsDriverExtensionsDX11_MultiDrawInstancedIndirect
@ stub agsDriverExtensionsDX11_MultiDrawInstancedIndirectCountIndirect
@ stdcall -norelay -arch=win64 agsDriverExtensionsDX11_MultiDrawIndexedInstancedIndirect() DX11_MultiDrawIndexedInstancedIndirect_impl
@ stdcall -norelay -arch=win64 agsDriverExtensionsDX11_MultiDrawIndexedInstancedIndirectCountIndirect() DX11_MultiDrawIndexedInstancedIndirectCountIndirect_impl
@ stdcall -norelay -arch=win64 agsDriverExtensionsDX11_MultiDrawInstancedIndirect() DX11_MultiDrawInstancedIndirect_impl
@ stdcall -norelay -arch=win64 agsDriverExtensionsDX11_MultiDrawInstancedIndirectCountIndirect() DX11_MultiDrawInstancedIndirectCountIndirect_impl
@ stub agsDriverExtensionsDX11_NotifyResourceBeginAllAccess
@ stub agsDriverExtensionsDX11_NotifyResourceEndAllAccess
@ stub agsDriverExtensionsDX11_NotifyResourceEndWrites
@ stub agsDriverExtensions_NotifyResourceBeginAllAccess
@ stub agsDriverExtensions_NotifyResourceEndAllAccess
@ stub agsDriverExtensions_NotifyResourceEndWrites
@ stub agsDriverExtensionsDX11_NumPendingAsyncCompileJobs
@ stub agsDriverExtensionsDX11_SetClipRects
@ stdcall -norelay -arch=win64 agsDriverExtensionsDX11_SetDepthBounds() DX11_SetDepthBounds_impl
@ stub agsDriverExtensionsDX11_SetDiskShaderCacheEnabled
@ stdcall agsDriverExtensionsDX11_SetDiskShaderCacheEnabled(ptr long)
@ stub agsDriverExtensionsDX11_SetMaxAsyncCompileThreadCount
@ stub agsDriverExtensionsDX11_SetViewBroadcastMasks
@ stub agsDriverExtensionsDX11_WriteBreadcrumb
Expand All @@ -35,9 +45,9 @@
@ stub agsDriverExtensionsDX12_Destroy
@ stdcall agsDriverExtensionsDX12_DestroyDevice(ptr ptr ptr)
@ stdcall agsDriverExtensionsDX12_Init(ptr ptr ptr)
@ stub agsDriverExtensionsDX12_PopMarker
@ stub agsDriverExtensionsDX12_PushMarker
@ stub agsDriverExtensionsDX12_SetMarker
@ stdcall agsDriverExtensionsDX12_PopMarker(ptr ptr)
@ stdcall agsDriverExtensionsDX12_PushMarker(ptr ptr ptr)
@ stdcall agsDriverExtensionsDX12_SetMarker(ptr ptr ptr)
@ stdcall agsGetCrossfireGPUCount(ptr ptr)
@ stdcall agsGetVersionNumber()
@ stdcall agsInit(ptr ptr ptr)
Expand All @@ -46,3 +56,4 @@
@ stdcall agsGetTotalGPUCount(ptr ptr)
@ stdcall agsGetGPUMemorySize(ptr long ptr)
@ stdcall agsGetEyefinityConfigInfo(ptr long ptr ptr ptr)
@ stdcall agsDriverExtensions_SetCrossfireMode(ptr long)
Loading