[PATCH v2 2/6] d3d11/tests: Add test for interleaved Draw() and Dispatch() calls.

Henri Verbeet hverbeet at gmail.com
Wed Feb 8 09:05:33 CST 2017


On 8 February 2017 at 11:54, Józef Kucia <jkucia at codeweavers.com> wrote:
> Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
> ---
>
> Version 2: Remove checks for backbuffer content.
>
> ---
>  dlls/d3d11/tests/d3d11.c | 182 +++++++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 182 insertions(+)
>
This is taking on the order of 10 seconds per draw/dispatch pair, or
30 seconds for the entire test, for me on Windows. That's still
manageable, but I suspect that's longer than intended, and could at
some point cause the test to timeout during automated runs.



More information about the wine-devel mailing list