Commit graph

167811 commits

Author SHA1 Message Date
Bartosz Kosiorek a6ed3d554e msvcrt: Add _mbsnbcat_s_l implementation. 2023-11-07 22:05:35 +01:00
Alex Henrie 9365e6f682 ddrawex: Use CRT allocation functions. 2023-11-07 22:05:35 +01:00
Alex Henrie 38d6ffdbe9 urlmon/tests: Use CRT allocation functions. 2023-11-07 20:55:26 +01:00
Alex Henrie fdbd8cf007 shdocvw: Use CRT allocation functions. 2023-11-07 20:55:26 +01:00
Zebediah Figura 0e39cd65cb wined3d: Translate sampler states to sampler objects in wined3d_device_apply_stateblock(). 2023-11-07 20:55:09 +01:00
Elizabeth Figura be13e91cfe d3d8: Store the texture's parent device as a d3d8_device pointer. 2023-11-07 20:55:09 +01:00
Zebediah Figura 9b48143c98 wined3d: Pass shader type and unmodified index to context_preload_texture(). 2023-11-07 20:55:09 +01:00
Zebediah Figura 980711a842 wined3d: Handle texture LOD in wined3d_sampler_desc_from_sampler_states(). 2023-11-07 20:55:09 +01:00
Zebediah Figura bf9c544e32 wined3d: Pass a wined3d_texture to wined3d_sampler_desc_from_sampler_states(). 2023-11-07 20:55:09 +01:00
Paul Gofman f1db89768a kernelbase: Don't inherit all the handles in conhost.exe. 2023-11-07 20:55:08 +01:00
Aurimas Fišeras 66dfe504d0 po: Update Lithuanian translation. 2023-11-07 20:55:08 +01:00
Alexandre Julliard 9da663b480 include: Use proper dllimports for more wininet functions. 2023-11-07 11:11:41 +01:00
Alexandre Julliard b06a1ec196 include: Use proper dllimports for olectl functions. 2023-11-07 11:11:41 +01:00
Alexandre Julliard 333ced9869 include: Use proper dllimports for wmi functions. 2023-11-07 11:11:41 +01:00
Alexandre Julliard 32cdd5d487 include: Use proper dllimports for slc functions. 2023-11-07 11:11:40 +01:00
Alexandre Julliard e7f44130eb include: Use proper dllimports for winscard functions. 2023-11-07 11:11:40 +01:00
Alexandre Julliard 9a7e038256 include: Use proper dllimports for credui functions. 2023-11-07 11:11:40 +01:00
Alexandre Julliard b82428b3ae include: Use proper dllimports for userenv functions. 2023-11-07 11:11:40 +01:00
Zebediah Figura 15aca90537 d3d11/tests: Use slightly different values in test_sample_c_lz().
For some arcane reason the native AMD driver on Windows seems to fail to clear (or read from?) layer 0. Work around that by using 0.0 there.
2023-11-07 11:05:43 +01:00
Zebediah Figura 37845b0e41 d3d10core/tests: Use slightly different values in test_sample_c_lz().
For some arcane reason the native AMD driver on Windows seems to fail to clear (or read from?) layer 0. Work around that by using 0.0 there.
2023-11-07 11:05:41 +01:00
Zebediah Figura 1240b27543 d3d11/tests: Do not test GSInvocations in test_pipeline_statistics_query(). 2023-11-07 11:05:41 +01:00
Zebediah Figura 10334ab457 d3d10core/tests: Do not test GSInvocations in test_pipeline_statistics_query(). 2023-11-07 11:05:41 +01:00
Zebediah Figura 8141f89374 d3d8/tests: Do not test sysmem textures in test_mipmap_upload().
This does not work reliably on Windows. The application in question uses a managed texture.
2023-11-07 11:05:39 +01:00
Zebediah Figura 4e1da07b27 d3d9/tests: Do not test sysmem textures in test_mipmap_upload().
This does not work reliably on Windows. The application in question uses a managed texture.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53743
2023-11-07 11:05:37 +01:00
Zebediah Figura 78cbd9a497 d3d11/tests: Do not test the w component for DXGI_FORMAT_B8G8R8X8_UNORM in test_vertex_formats().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=54399
2023-11-07 11:05:36 +01:00
Christian Costa 1ae183a35a wined3d: Add entry info for NVidia RTX 3070. 2023-11-07 11:04:27 +01:00
Jacek Caban 82d3fd0ac5 ddraw: Use designated initializers in tss_lookup. 2023-11-07 11:04:20 +01:00
Jacek Caban ee0431dfbd d3d8: Use designated initializers in tss_lookup. 2023-11-07 11:04:20 +01:00
Jacek Caban 6119d1d3fa d3d11/tests: Use D3D11_INPUT_CLASSIFICATION variant of D3D10_INPUT_CLASSIFICATION. 2023-11-07 11:04:20 +01:00
Jacek Caban 6555245279 d3d11: Explicitly convert enums in d3d_depthstencil_state_create. 2023-11-07 11:04:20 +01:00
Alex Henrie 9c4bcd0d51 winecoreaudio: Remove unused heap.h include. 2023-11-07 11:03:32 +01:00
Alex Henrie 4d60874061 windows.media.devices: Use CRT allocation functions. 2023-11-07 11:03:23 +01:00
Alex Henrie 0f44b3bdcb msiexec: Use CRT allocation functions. 2023-11-07 11:03:13 +01:00
Rémi Bernon b1bd72343e dmime/tests: Check more notification / dirty messages fields. 2023-11-06 21:37:54 +01:00
Rémi Bernon a66b6f96b6 dmime: Send DMUS_NOTIFICATION_SEGALMOSTEND before DMUS_NOTIFICATION_SEGEND. 2023-11-06 21:37:54 +01:00
Rémi Bernon 60538c57cd dmime: Use the current time if PlaySegmentEx start_time is 0. 2023-11-06 21:37:54 +01:00
Rémi Bernon a429a3fb4b dmime/tests: Add a track and longer segment to notifications tests. 2023-11-06 21:37:54 +01:00
Rémi Bernon 87dba38469 dmime: Send notification messages with DMUS_PMSGF_TOOL_IMMEDIATE.
Then send them again with DMUS_PMSGF_TOOL_ATTIME for the notification
queue.
2023-11-06 21:37:49 +01:00
Paul Gofman ae010a1a95 ntdll: Fix pending free block validation in heap_validate() for LFH blocks. 2023-11-06 21:35:28 +01:00
Paul Gofman 1063cf8196 ntdll: Handle LFH blocks allocated in large blocks in heap_validate_ptr().
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55842
2023-11-06 21:35:28 +01:00
Alex Henrie 7129484745 winegstreamer: Remove unused heap.h include. 2023-11-06 18:04:19 +01:00
Alex Henrie f51dba6b4a winecfg: Mention protocol associations. 2023-11-06 17:58:30 +01:00
Alex Henrie c4f4fb7f44 winemenubuilder: Create .desktop files for programs that open URIs.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=22904
2023-11-06 17:49:56 +01:00
Eric Pouech e17b7d5565 services: Move to GUI subsystem (as native).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-06 17:03:30 +01:00
Eric Pouech 4e5d1ab6b2 svchost: Move to GUI subsystem (as native).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-06 17:03:28 +01:00
Eric Pouech 910133ac3d spoolsv: Move to GUI subsystem (as native).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-06 17:03:26 +01:00
Eric Pouech 99c3827952 dpnsvr: Move to GUI subsystem (as native).
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-06 17:03:23 +01:00
Bartosz Kosiorek 2af3f3204d msvcrt: Fix _strnicmp and _strnicmp_l implementation. 2023-11-06 16:58:59 +01:00
Bartosz Kosiorek 49d3236da9 msvcrt: Add _mbsnicmp_l implementation. 2023-11-06 16:58:53 +01:00
Bartosz Kosiorek 5098bab5bd msvcrt: Add _mbsncpy_l implementation. 2023-11-06 16:58:48 +01:00