Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 16409569 by Feifan He at 2024-11-27T14:00:50+01:00 vkd3d-shader/msl: Implement VKD3DSIH_ITOF.
- - - - - ffbade9e by Feifan He at 2024-11-27T14:00:50+01:00 vkd3d-shader/msl: Implement VKD3DSIH_FTOI.
- - - - - 9fd7f4f1 by Feifan He at 2024-11-27T14:00:51+01:00 vkd3d-shader/msl: Implement VKD3DSIH_UTOF.
- - - - - a7ae6404 by Feifan He at 2024-11-27T14:00:51+01:00 vkd3d-shader/msl: Implement VKD3DSIH_FTOU.
- - - - - 778382cd by Feifan He at 2024-11-27T14:00:51+01:00 vkd3d-shader/msl: Implement VKD3DSIH_ROUND_PI.
- - - - - 9619582d by Feifan He at 2024-11-27T14:00:51+01:00 vkd3d-shader/msl: Implement VKD3DSIH_ROUND_Z.
- - - - -
14 changed files:
- libs/vkd3d-shader/msl.c - tests/hlsl/asint.shader_test - tests/hlsl/asuint.shader_test - tests/hlsl/bool-cast.shader_test - tests/hlsl/cast-to-float.shader_test - tests/hlsl/cast-to-half.shader_test - tests/hlsl/cast-to-int.shader_test - tests/hlsl/cast-to-uint.shader_test - tests/hlsl/ceil.shader_test - tests/hlsl/d3dcolor-to-ubyte4.shader_test - tests/hlsl/default-values.shader_test - tests/hlsl/lerp.shader_test - tests/hlsl/modf.shader_test - tests/hlsl/trunc.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/9e0c02a0eaae671f6ec3c5d6479fd...