Zebediah Figura : tests: Move the drawing and readback implementation to the d3d12 shader runner.

Alexandre Julliard julliard at winehq.org
Thu Jan 27 15:35:02 CST 2022


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Wed Jan 26 19:40:28 2022 -0600

tests: Move the drawing and readback implementation to the d3d12 shader runner.

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                 |   3 +-
 tests/d3d12_test_utils.h    |   5 +-
 tests/shader_runner.c       | 285 +++++++-------------------------------------
 tests/shader_runner.h       |  58 ++++++++-
 tests/shader_runner_d3d12.c | 200 +++++++++++++++++++++++++++++--
 tests/utils.h               |  58 +++++++++
 6 files changed, 351 insertions(+), 258 deletions(-)

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



More information about the wine-cvs mailing list