Sweden-Number/dlls/d3d11
Francois Gouget 1684b01118 Disable multithreaded DirectX tests if WINETEST_NO_MT_D3D is set.
The nouveau graphics driver's support for multithreaded OpenGL is
buggy at least up to (18.2.8) so that any Wine test that performs
multithreaded OpenGL accesses freezes, crashes the Mesa stack and
eventually freezes the whole computer. Typically the first such test
is d2d1:d2d1.
The relevant tests have a --single option but WineTest neither knows
which tests accept this option, nor whether it is needed for the
current host.
The WINETEST_NO_MT_D3D environnement variable can be set on hosts
that need it (such as the cw2-gtx560 box) and is automatically
inherited by the relevant tests thus working around this issue.

Signed-off-by: Francois Gouget <fgouget@codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-04-03 20:35:44 +02:00
..
tests Disable multithreaded DirectX tests if WINETEST_NO_MT_D3D is set. 2019-04-03 20:35:44 +02:00
Makefile.in
async.c
buffer.c wined3d: Get rid of WINED3DUSAGE_TEXTURE. 2018-11-06 11:14:36 +01:00
d3d11.spec d3d11: Add D3D11On12CreateDevice() stub. 2018-09-17 21:19:35 +02:00
d3d11_main.c d3d11: Avoid calling D3D11CreateDevice() from D3D11CreateDeviceAndSwapChain(). 2019-02-26 20:48:37 +01:00
d3d11_private.h wined3d: Export wined3d_extract_shader_input_signature_from_dxbc(). 2019-02-12 23:02:28 +01:00
device.c d3d11: Add D3D11_FORMAT_SUPPORT_TEXTURE1D to d3d11_device_CheckFormatSupport(). 2019-03-04 12:25:18 +01:00
inputlayout.c wined3d: Export wined3d_extract_shader_input_signature_from_dxbc(). 2019-02-12 23:02:28 +01:00
shader.c d3d11: Use better name for current entry variable in validate_stream_output_entries(). 2019-02-25 19:08:16 +01:00
state.c wined3d: Implement depth bias clamp. 2018-10-08 20:27:00 +02:00
texture.c wined3d: Get rid of WINED3DUSAGE_TEXTURE. 2018-11-06 11:14:36 +01:00
utils.c wined3d: Export wined3d_extract_shader_input_signature_from_dxbc(). 2019-02-12 23:02:28 +01:00
version.rc
view.c d3d11: Introduce get_resource_properties() helper function. 2018-06-20 16:02:29 +02:00