Zebediah Figura : tests: Introduce a custom format and parser for shader-based tests.

Alexandre Julliard julliard at winehq.org
Thu Oct 1 15:50:16 CDT 2020


Module: vkd3d
Branch: master
Commit: 68ef1de6ec19a7db2db85d4d9e732b4522918d0f
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=68ef1de6ec19a7db2db85d4d9e732b4522918d0f

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Wed Sep 30 21:01:18 2020 -0500

tests: Introduce a custom format and parser for shader-based tests.

Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 Makefile.am                 |  18 ++-
 tests/.gitignore            |   1 +
 tests/d3d12.c               | 101 ---------------
 tests/d3d12_crosstest.h     |   1 +
 tests/d3d12_test_utils.h    | 103 ++++++++++++++-
 tests/shader_runner_d3d12.c | 300 ++++++++++++++++++++++++++++++++++++++++++++
 6 files changed, 417 insertions(+), 107 deletions(-)

Diff:   https://source.winehq.org/git/vkd3d.git/?a=commitdiff;h=68ef1de6ec19a7db2db85d4d9e732b4522918d0f



More information about the wine-cvs mailing list