commit | 3d182601bb3314513500e39092c48a7126b3278a | [log] [tgz] |
---|---|---|
author | Jonathan Marek <jonathan@marek.ca> | Tue Dec 18 23:31:30 2018 -0500 |
committer | Jason Ekstrand <jason@jlekstrand.net> | Fri Jan 11 19:16:11 2019 +0000 |
tree | bec7c38d7631e3f2b0d7826ad11315a8f585ebad | |
parent | b27ad171158a89758662294072398745b2f5d623 [diff] |
glsl/nir: keep bool types when native_integers=false With the new handling of bool types, the conversion to float in glsl_to_nir should not apply to bool types anymore. Signed-off-by: Jonathan Marek <jonathan@marek.ca> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>