Henri Verbeet pushed to branch master at wine / vkd3d
Commits: bbe10dcf by Feifan He at 2024-12-05T21:13:29+01:00 vkd3d-shader/msl: Implement VKD3DSIH_NOT.
- - - - - ebf58285 by Feifan He at 2024-12-05T21:25:35+01:00 vkd3d-shader/msl: Implement VKD3DSIH_ELSE.
- - - - - 8e0de82c by Feifan He at 2024-12-05T21:26:03+01:00 vkd3d-shader/msl: Implement support for VKD3DSPDM_SATURATE modifiers.
- - - - - a425c242 by Feifan He at 2024-12-05T21:26:03+01:00 vkd3d-shader/msl: Implement VKD3DSIH_MAD.
- - - - - 5d6ed0fa by Feifan He at 2024-12-05T21:26:03+01:00 vkd3d-shader/msl: Implement VKD3DSIH_ISHL.
- - - - - 138e7caa by Feifan He at 2024-12-05T21:26:03+01:00 vkd3d-shader/msl: Implement VKD3DSIH_ISHR.
- - - - - 9d4bcc95 by Feifan He at 2024-12-05T21:26:03+01:00 vkd3d-shader/msl: Implement VKD3DSIH_USHR.
- - - - -
9 changed files:
- libs/vkd3d-shader/msl.c - tests/hlsl/arithmetic-float-uniform.shader_test - tests/hlsl/bitwise-assignment.shader_test - tests/hlsl/cf-cond-types.shader_test - tests/hlsl/conditional.shader_test - tests/hlsl/function-return.shader_test - tests/hlsl/return.shader_test - tests/hlsl/saturate.shader_test - tests/hlsl/unroll.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/74fa51d57ceace72c80e24746ffec...