Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 046e9b52 by Feifan He at 2024-12-03T14:42:19+01:00 vkd3d-shader/msl: Implement VKD3DSIH_DP3.
- - - - - 6f7ee57e by Feifan He at 2024-12-03T14:42:27+01:00 vkd3d-shader/msl: Implement VKD3DSIH_DP4.
- - - - - 77ed788a by Feifan He at 2024-12-03T14:42:27+01:00 vkd3d-shader/msl: Implement VKD3DSIH_DP2.
- - - - - 8ae6a045 by Feifan He at 2024-12-03T14:42:27+01:00 vkd3d-shader/msl: Implement VKD3DSIH_SQRT.
- - - - - 67dd1d2b by Feifan He at 2024-12-03T14:42:49+01:00 vkd3d-shader/msl: Handle the VKD3DSIM_LINEAR interpolation modifier on inputs.
- - - - - ac897781 by Feifan He at 2024-12-03T14:44:32+01:00 vkd3d-shader/msl: Implement VKD3DSIH_IEQ.
- - - - - 24753747 by Feifan He at 2024-12-03T14:44:32+01:00 vkd3d-shader/msl: Implement VKD3DSIH_EXP.
- - - - - a81a9fb7 by Feifan He at 2024-12-03T14:44:32+01:00 vkd3d-shader/msl: Implement VKD3DSIH_LTO.
- - - - -
24 changed files:
- libs/vkd3d-shader/msl.c - tests/hlsl/determinant.shader_test - tests/hlsl/distance.shader_test - tests/hlsl/dot.shader_test - tests/hlsl/entry-point-semantics.shader_test - tests/hlsl/exp.shader_test - tests/hlsl/expr-indexing.shader_test - tests/hlsl/faceforward.shader_test - tests/hlsl/float-comparison.shader_test - tests/hlsl/fog.shader_test - tests/hlsl/interface-packing.shader_test - tests/hlsl/inverse-trig.shader_test - tests/hlsl/ldexp.shader_test - tests/hlsl/length.shader_test - tests/hlsl/matrix-indexing.shader_test - tests/hlsl/non-const-indexing.shader_test - tests/hlsl/reflect.shader_test - tests/hlsl/refract.shader_test - tests/hlsl/sqrt.shader_test - tests/hlsl/struct-semantics.shader_test - tests/hlsl/trigonometry.shader_test - tests/hlsl/vector-indexing-uniform.shader_test - tests/hlsl/vertex-shader-ops.shader_test - tests/shader_runner_metal.m
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/74365417ac61afe4daeb1a8f9aa74...