Files
mesa/src
Jonathan Marek 887c2a6092 nir: fix gather_ssa_types
Consts and undefs can be used as different types (common with "0" constant)
so don't copy types from consts/undefs, only to them. It doesn't entirely
solve the problem that the type given to the const could be wrong , but
now the only realistic case is with "0" which is the same when casted to
float, so it doesn't matter for lower_int_to_float.

The other change is to get type information for load input/uniform and
store output, and use that to get correct results.

Signed-off-by: Jonathan Marek <jonathan@marek.ca>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
2019-05-31 21:35:26 +00:00
..
2019-05-31 21:35:26 +00:00
2019-04-29 21:17:19 +00:00
2019-05-21 14:40:22 +01:00
2019-04-15 13:44:29 -07:00
2019-05-03 10:58:05 -07:00
2019-03-11 10:01:15 -07:00
2018-10-19 16:50:26 +01:00