Module: vkd3d Branch: master Commit: a33a9127cacfa92475453adb981ab3ec741a56af URL: https://gitlab.winehq.org/wine/vkd3d/-/commit/a33a9127cacfa92475453adb981ab3...
Author: Conor McCarthy cmccarthy@codeweavers.com Date: Mon Nov 27 13:29:14 2023 +1000
vkd3d-shader/dxil: Implement DX intrinsic Unary.
---
libs/vkd3d-shader/dxil.c | 153 +++++++++++++++++++++++++++++++++++++-- tests/hlsl/ceil.shader_test | 6 +- tests/hlsl/ddxddy.shader_test | 8 +- tests/hlsl/distance.shader_test | 2 +- tests/hlsl/exp.shader_test | 4 +- tests/hlsl/floor.shader_test | 6 +- tests/hlsl/frac.shader_test | 2 +- tests/hlsl/ldexp.shader_test | 4 +- tests/hlsl/length.shader_test | 6 +- tests/hlsl/lit.shader_test | 8 +- tests/hlsl/log.shader_test | 6 +- tests/hlsl/normalize.shader_test | 4 +- tests/hlsl/pow.shader_test | 2 +- tests/hlsl/round.shader_test | 6 +- tests/hlsl/sqrt.shader_test | 4 +- tests/hlsl/trunc.shader_test | 8 +- 16 files changed, 185 insertions(+), 44 deletions(-)