hlsl: Fix some type handling for ternaries.
Merge request reports
Activity
added 33 commits
-
1ef4dfb4...88caf877 - 28 commits from branch
wine:master
- 56563701 - vkd3d-shader/hlsl: Remove a redundant definition of the "float" type.
- f9d23f7b - vkd3d-shader/hlsl: Do not try to lower ternaries of types other than scalar or vector.
- d6d8afeb - tests: Add many more tests for ternary expressions.
- 075cb6f6 - vkd3d-shader/hlsl: Separate an add_ternary() helper.
- 117983c3 - vkd3d-shader/hlsl: Allow non-numeric types in the ternary operator.
Toggle commit list-
1ef4dfb4...88caf877 - 28 commits from branch
- Resolved by Giovanni Mascellani
- Resolved by Giovanni Mascellani
- Resolved by Giovanni Mascellani
The failure that looked like a CI problem was one of the machines not detecting a working compiler.
It's still failing, most likely because this MR is based on a very old source branch. It's missing commit f087aa75 in particular.
added 173 commits
-
ea32e381...bb64bfff - 168 commits from branch
wine:master
- 400cb650 - vkd3d-shader/hlsl: Remove a redundant definition of the "float" type.
- 7fe039b1 - vkd3d-shader/hlsl: Do not try to lower ternaries of types other than scalar or vector.
- fa9d5800 - tests: Add many more tests for ternary expressions.
- e9d9fb8f - vkd3d-shader/hlsl: Separate an add_ternary() helper.
- f020603d - vkd3d-shader/hlsl: Allow non-numeric types in the ternary operator.
Toggle commit list-
ea32e381...bb64bfff - 168 commits from branch
This fails to apply; effect_types[] in patch 1/3 was modified by commit e527d7c1 since this MR was last rebased.
added 48 commits
-
2119ab84...68b898fc - 43 commits from branch
wine:master
- 26a7a596 - vkd3d-shader/hlsl: Remove a redundant definition of the "float" type.
- c53e5861 - vkd3d-shader/hlsl: Do not try to lower ternaries of types other than scalar or vector.
- c3470eba - tests: Add many more tests for ternary expressions.
- 8a7a4bd2 - vkd3d-shader/hlsl: Separate an add_ternary() helper.
- 4a4dba80 - vkd3d-shader/hlsl: Allow non-numeric types in the ternary operator.
Toggle commit list-
2119ab84...68b898fc - 43 commits from branch
Please register or sign in to reply