Files
mesa/src
Timur Kristóf fa076acbc0 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 <timur.kristof@gmail.com>
Tested-by: Andre Heider <a.heider@gmail.com>
Tested-by: Rob Clark <robdclark@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
2019-03-05 19:13:27 +00:00
..
2019-03-05 13:04:06 +00:00
2019-02-14 11:20:00 +00:00
2019-02-28 14:23:02 +10:00
2019-02-26 12:49:07 +00:00
2019-03-05 00:49:05 -08:00
2018-10-19 16:50:26 +01:00