Module: wine
Branch: master
Commit: 8ce03e2055ee3592912776a16eb5595d48a51ca2
URL: https://source.winehq.org/git/wine.git/?a=commit;h=8ce03e2055ee3592912776a1…
Author: Zebediah Figura <z.figura12(a)gmail.com>
Date: Fri Feb 28 11:24:00 2020 +0100
d3dcompiler/tests: Port some tests to shader model 4.
In particular, port those for which there is an interesting difference in
code generation.
Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
dlls/d3dcompiler_43/tests/Makefile.in | 1 +
dlls/d3dcompiler_43/tests/hlsl_d3d11.c | 562 +++++++++++++++++++++++++++++++++
dlls/d3dcompiler_43/tests/hlsl_d3d9.c | 37 ++-
dlls/d3dcompiler_47/tests/Makefile.in | 1 +
4 files changed, 585 insertions(+), 16 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=8ce03e2055ee35929127…
Module: wine
Branch: master
Commit: 6f809561467eae4979bc3fada822f3daa578992e
URL: https://source.winehq.org/git/wine.git/?a=commit;h=6f809561467eae4979bc3fad…
Author: Zebediah Figura <z.figura12(a)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(a)codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)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=6f809561467eae4979bc…