Zebediah Figura : tests: Split hlsl-operations into individual test units.

Alexandre Julliard julliard at winehq.org
Tue Mar 8 15:46:30 CST 2022


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

Author: Zebediah Figura <zfigura at codeweavers.com>
Date:   Mon Mar  7 19:55:40 2022 -0600

tests: Split hlsl-operations into individual test units.

Partly to make the tests easier to navigate, and partly to allow marking some
tests as SM4+.

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                        |  12 +-
 tests/arithmetic-float.shader_test |  25 +++
 tests/arithmetic-int.shader_test   |  25 +++
 tests/arithmetic-uint.shader_test  |  25 +++
 tests/bitwise.shader_test          | 129 +++++++++++++
 tests/hlsl-operations.shader_test  | 367 -------------------------------------
 tests/logic-operations.shader_test | 158 ++++++++++++++++
 7 files changed, 372 insertions(+), 369 deletions(-)

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



More information about the wine-cvs mailing list