Module: vkd3d Branch: master Commit: e9ff88469e4e3d45b2cdf09df016ecc2199af2d0 URL: https://source.winehq.org/git/vkd3d.git/?a=commit;h=e9ff88469e4e3d45b2cdf09d...
Author: Zebediah Figura zfigura@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@codeweavers.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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=e9ff88469e4e3d45b2cd...