Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 28068c9d by Feifan He at 2024-12-04T14:26:20+01:00 vkd3d-shader/msl: Implement VKD3DSIH_ROUND_NI.
- - - - - 610a11dd by Feifan He at 2024-12-04T14:26:20+01:00 vkd3d-shader/msl: Implement VKD3DSIH_IF and VKD3DSIH_ENDIF.
- - - - - 568296c8 by Feifan He at 2024-12-04T14:26:20+01:00 vkd3d-shader/msl: Implement VKD3DSIH_ROUND_NE.
- - - - - b1e6dbe8 by Feifan He at 2024-12-04T14:26:20+01:00 vkd3d-shader/msl: Handle SV_IS_FRONT_FACE inputs.
- - - - - 64ea033c by Feifan He at 2024-12-04T14:26:20+01:00 vkd3d-shader/msl: Implement VKD3DSIH_LOG.
- - - - - ab2cb43e by Feifan He at 2024-12-04T14:26:20+01:00 vkd3d-shader/msl: Implement VKD3DSIH_MAX.
- - - - - bc67f2eb by Feifan He at 2024-12-04T14:26:20+01:00 vkd3d-shader/msl: Implement VKD3DSIH_MIN.
- - - - - a06e6647 by Feifan He at 2024-12-04T14:26:20+01:00 vkd3d-shader/msl: Implement VKD3DSIH_RSQ.
- - - - -
13 changed files:
- libs/vkd3d-shader/msl.c - tests/hlsl/clamp.shader_test - tests/hlsl/floor.shader_test - tests/hlsl/hard-copy-prop.shader_test - tests/hlsl/inverse-trig.shader_test - tests/hlsl/is-front-face.shader_test - tests/hlsl/lit.shader_test - tests/hlsl/log.shader_test - tests/hlsl/max-min.shader_test - tests/hlsl/normalize.shader_test - tests/hlsl/pow.shader_test - tests/hlsl/round.shader_test - tests/hlsl/sqrt.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/36fda8e28ca31517ae051b2e46b00...