Henri Verbeet pushed to branch master at wine / vkd3d
Commits: a2d56c8b by Feifan He at 2024-11-25T20:43:13+01:00 vkd3d-shader/msl: Implement VKD3DSIH_MUL.
- - - - - f2a32589 by Feifan He at 2024-11-25T20:43:13+01:00 vkd3d-shader/msl: Implement VKD3DSIH_INE.
- - - - - b7605f1c by Feifan He at 2024-11-25T20:43:13+01:00 vkd3d-shader/msl: Implement VKD3DSIH_OR.
- - - - - 64ea19b7 by Feifan He at 2024-11-25T20:43:13+01:00 vkd3d-shader/msl: Implement VKD3DSIH_DIV.
- - - - - 38d7f841 by Feifan He at 2024-11-25T20:43:13+01:00 vkd3d-shader/msl: Implement support for VKD3DSPSM_NEG modifiers.
- - - - - 154847c6 by Feifan He at 2024-11-25T20:43:13+01:00 vkd3d-shader/msl: Implement VKD3DSIH_GEO.
- - - - - 32a507ac by Feifan He at 2024-11-25T20:43:13+01:00 vkd3d-shader/msl: Implement VKD3DSIH_FRC.
- - - - - 71ce4331 by Feifan He at 2024-11-25T20:43:13+01:00 vkd3d-shader/msl: Implement VKD3DSIH_MOVC.
- - - - -
21 changed files:
- libs/vkd3d-shader/msl.c - tests/hlsl/angle-unit.shader_test - tests/hlsl/any.shader_test - tests/hlsl/arithmetic-float-uniform.shader_test - tests/hlsl/cbuffer.shader_test - tests/hlsl/cross.shader_test - tests/hlsl/default-values.shader_test - tests/hlsl/determinant.shader_test - tests/hlsl/distance.shader_test - tests/hlsl/dot.shader_test - tests/hlsl/fmod.shader_test - tests/hlsl/frac.shader_test - tests/hlsl/lerp.shader_test - tests/hlsl/majority-pragma.shader_test - tests/hlsl/majority-typedef.shader_test - tests/hlsl/math.shader_test - tests/hlsl/rcp.shader_test - tests/hlsl/reflect.shader_test - tests/hlsl/step.shader_test - tests/hlsl/ternary.shader_test - tests/hlsl/writemask-assignop-1.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/4f549155c5625acacd6b2f04d84d6...