Commit graph

167978 commits

Author SHA1 Message Date
Rémi Bernon 0b98e472b4 dmime: Fix performance message requeue-ing from the message thread. 2023-11-07 23:00:09 +01:00
Alexandre Julliard 540219df96 ddraw: Use SecureZeroMemory to clear the clipper vtbl. 2023-11-07 22:58:40 +01:00
Eric Pouech 7562292cea user32: Use SecureZeroMemory to clear magic fields.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-07 22:05:35 +01:00
Eric Pouech 0e967a5cec secur32: Use SecureZeroMemory to clear magic fields.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-07 22:05:35 +01:00
Eric Pouech 2367415d32 dssenh: Use SecureZeroMemory to clear magic fields.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-07 22:05:35 +01:00
Eric Pouech 68edddc98b pdh: Zero out magic fields with SecureZeroMemory().
gcc tends to optimize away the magic field cleanup, leading to
believe the query is still allocated.

Signed-off-by: Eric Pouech <epouech@codeweavers.com>
2023-11-07 22:05:35 +01:00
Zebediah Figura b3e0271b57 wined3d/glsl: Flush NaN to zero in ftoi.
Ported from 257a351f37b7f17d2e80b5557593a9b0a4998963 in vkd3d.
2023-11-07 22:05:35 +01:00
Zebediah Figura f30418e861 wined3d/glsl: Clamp ftoi upper bound to INT_MAX.
Ported from a5b6162d258faa42a03e53af9fb513473b4255a3 in vkd3d.
2023-11-07 22:05:35 +01:00
Zebediah Figura 319b93fc75 wined3d/glsl: Clamp ftoi lower bound to INT_MIN.
Ported from 9dee15da5bae0a3cda898f0377b6f1f49abb8a05 in vkd3d.
2023-11-07 22:05:35 +01:00
Zebediah Figura c0068b3316 wined3d/glsl: Clamp ftou upper bound to UINT_MAX.
Ported from cc893a3368bd8a8a3f638ddde7b97d3819a6b43d in vkd3d.
2023-11-07 22:05:35 +01:00
Zebediah Figura 9921a2361b wined3d/glsl: Clamp ftou lower bound to zero.
Ported from 491146fa94c608c241c06114b17a3b4d8b9cea65 in vkd3d.
2023-11-07 22:05:35 +01:00
Bartosz Kosiorek b0c31c0983 msvcrt: Add _mbsnset_l implementation. 2023-11-07 22:05:35 +01:00
Bartosz Kosiorek fa2248ccf9 msvcrt: Add _mbsnccnt_l implementation. 2023-11-07 22:05:35 +01:00
Bartosz Kosiorek a67a08895f msvcrt: Add _mbsncat_l implementation. 2023-11-07 22:05:35 +01:00
Bartosz Kosiorek 12a00363f6 msvcrt: Add _mbsnbset_l implementation. 2023-11-07 22:05:35 +01:00
Bartosz Kosiorek 62ba4a8261 msvcrt: Add _mbsnbicmp_l implementation. 2023-11-07 22:05:35 +01:00
Bartosz Kosiorek bf9ac906e5 msvcrt: Add _mbsnbcpy_l implementation. 2023-11-07 22:05:35 +01:00
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