Zebediah Figura : tests: Move the drawing and readback implementation to the d3d12 shader runner.
Module: vkd3d Branch: master Commit: 09e3018b6d9d08bf4bfcd6e878c3e5eed26e3a99 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=09e3018b6d9d08bf4bfcd6e8... Author: Zebediah Figura <zfigura(a)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(a)codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=09e3018b6d9d08bf4bfc...
participants (1)
-
Alexandre Julliard