Henri Verbeet pushed to branch master at wine / vkd3d
Commits: 05b9331d by Feifan He at 2024-11-23T23:43:42+01:00 vkd3d-shader/msl: Implement VKD3DSIH_ADD.
- - - - - 5bb7dcab by Feifan He at 2024-11-23T23:43:42+01:00 vkd3d-shader/msl: Implement support for VKD3DSPR_IMMCONST registers.
- - - - - 4add058c by Feifan He at 2024-11-23T23:43:42+01:00 vkd3d-shader/msl: Implement support for VKD3DSPSM_ABS modifiers.
- - - - - 65b0e13a by Feifan He at 2024-11-23T23:43:42+01:00 vkd3d-shader/msl: Implement VKD3DSIH_AND.
- - - - - 68d7470f by Feifan He at 2024-11-23T23:43:42+01:00 vkd3d-shader/msl: Implement VKD3DSIH_NEU.
- - - - - fd1beedc by Feifan He at 2024-11-23T23:43:42+01:00 vkd3d-shader/msl: Implement support for VSIR_DIMENSION_VEC4 immediate constants.
- - - - -
30 changed files:
- libs/vkd3d-shader/msl.c - tests/hlsl/abs.shader_test - tests/hlsl/all.shader_test - tests/hlsl/any.shader_test - tests/hlsl/arithmetic-float.shader_test - tests/hlsl/arithmetic-int.shader_test - tests/hlsl/arithmetic-uint.shader_test - tests/hlsl/array-parameters.shader_test - tests/hlsl/array-size-expr.shader_test - tests/hlsl/asfloat.shader_test - tests/hlsl/bitwise-assignment.shader_test - tests/hlsl/bitwise.shader_test - tests/hlsl/bool-cast.shader_test - tests/hlsl/cast-broadcast.shader_test - tests/hlsl/cast-componentwise-compatible.shader_test - tests/hlsl/cast-componentwise-equal.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/cbuffer.shader_test - tests/hlsl/ceil.shader_test - tests/hlsl/clamp.shader_test - tests/hlsl/comma.shader_test - tests/hlsl/conditional.shader_test - tests/hlsl/const.shader_test - tests/hlsl/distance.shader_test - tests/hlsl/dot.shader_test - tests/hlsl/duplicate-modifiers.shader_test - tests/hlsl/effect-compile.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/b314a9eb84093516b678b380168b1...