Zebediah Figura : d3dcompiler/tests: Rewrite to use a separate d3d9 device for each test.

Alexandre Julliard julliard at winehq.org
Fri Feb 28 13:54:40 CST 2020


Module: wine
Branch: master
Commit: 6f809561467eae4979bc3fada822f3daa578992e
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=6f809561467eae4979bc3fada822f3daa578992e

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Fri Feb 28 11:23:59 2020 +0100

d3dcompiler/tests: Rewrite to use a separate d3d9 device for each test.

This brings the d3dcompiler tests more in line with existing d3d9 tests, and
allows potentially running the tests in parallel.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3dcompiler_43/tests/Makefile.in |   2 +-
 dlls/d3dcompiler_43/tests/hlsl.c      | 701 ----------------------------------
 dlls/d3dcompiler_43/tests/hlsl_d3d9.c | 678 ++++++++++++++++++++++++++++++++
 dlls/d3dcompiler_47/tests/Makefile.in |   2 +-
 4 files changed, 680 insertions(+), 703 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=6f809561467eae4979bc3fada822f3daa578992e



More information about the wine-cvs mailing list