vkd3d-shader/hlsl: Support log2() intrinsic.

This commit is contained in:
Nikolay Sivov
2023-02-21 23:13:24 +01:00
committed by Alexandre Julliard
parent c93dac3620
commit 49b63fbeba
Notes: Alexandre Julliard 2023-04-13 23:19:56 +02:00
Approved-by: Giovanni Mascellani (@giomasce)
Approved-by: Zebediah Figura (@zfigura)
Approved-by: Francisco Casas (@fcasas)
Approved-by: Henri Verbeet (@hverbeet)
Approved-by: Alexandre Julliard (@julliard)
Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/89
3 changed files with 25 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ vkd3d_shader_tests = \
tests/hlsl-vector-indexing.shader_test \
tests/hlsl-vector-indexing-uniform.shader_test \
tests/lit.shader_test \
tests/log.shader_test \
tests/logic-operations.shader_test \
tests/majority-syntax.shader_test \
tests/math.shader_test \