diff options
author | Timur Kristóf <[email protected]> | 2019-02-14 00:45:47 +0200 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2019-03-05 19:13:27 +0000 |
commit | fa076acbc097b9251044f7419760b1d4be56992c (patch) | |
tree | 5ed46f1de77331d128e232be9d8b7b047efdd623 /scripts | |
parent | 28be7b33b959da0eccf8a24b72a441471b7df5f7 (diff) |
tgsi_to_nir: Fix TGSI LIT translation by using flt.
TGSI spec says LIT needs a "greater than" comparison. NIR doesn't have that,
so let's use "less than" and swap the arguments. Previously "greater than or equal"
was used by tgsi_to_nir which is incorrect.
Signed-off-by: Timur Kristóf <[email protected]>
Tested-by: Andre Heider <[email protected]>
Tested-by: Rob Clark <[email protected]>
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions