Module: vkd3d Branch: master Commit: d3b90cc8770416f08087cfe27889efe683c54feb URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/d3b90cc8770416f08087cfe27889ef...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Tue Nov 7 14:01:39 2023 +1000
vkd3d-shader/dxil: Implement the DXIL CMP2 instruction.
---
libs/vkd3d-shader/dxil.c | 170 +++++++++++++++++++++++++++++++ libs/vkd3d-shader/vkd3d_shader_private.h | 2 + tests/hlsl/all.shader_test | 14 +-- tests/hlsl/any.shader_test | 36 +++---- tests/hlsl/bool-cast.shader_test | 4 +- tests/hlsl/cast-to-float.shader_test | 2 +- tests/hlsl/cast-to-half.shader_test | 2 +- tests/hlsl/cast-to-int.shader_test | 2 +- tests/hlsl/cast-to-uint.shader_test | 2 +- tests/hlsl/sign.shader_test | 20 ++-- 10 files changed, 213 insertions(+), 41 deletions(-)