[PATCH 3/7] d3d11/tests: Add test for interleaved Draw() and Dispatch() calls.

Henri Verbeet hverbeet at gmail.com
Wed Jan 25 06:13:19 CST 2017


On 25 January 2017 at 11:17, Józef Kucia <jkucia at codeweavers.com> wrote:
> Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
> ---
>  dlls/d3d11/tests/d3d11.c | 186 +++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 186 insertions(+)
>
This fails here:

    d3d11.c:1310: Feature level 0xb000.
    d3d11.c:6487: Tests skipped: Some AMD drivers have a bug affecting the test.
    d3d11.c:10104: Compute shader support via SM4 0x1.
    d3d11.c:11197: Optional format 0x59 - display supported, feature
level 0xa100.
    d3d11.c:11197: Optional format 0x59 - display supported, feature
level 0xa000.
    d3d11.c:12628: Test failed: Got 0x00000000, expected 0xffffffff at
(0, 0), sub-resource 0.
    d3d11: 7402 tests executed (0 marked as todo, 1 failure), 1 skipped.

It also takes a long time to run; it might be hanging the GPU.



More information about the wine-devel mailing list