Module: wine Branch: master Commit: 6f809561467eae4979bc3fada822f3daa578992e URL: https://source.winehq.org/git/wine.git/?a=commit;h=6f809561467eae4979bc3fada...
Author: Zebediah Figura z.figura12@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@codeweavers.com Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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=6f809561467eae4979bc3...