commit | 67e09c8b451e1db8bd901279160b982b0df0fa41 | [log] [tgz] |
---|---|---|
author | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Wed Jan 10 17:05:10 2018 +0100 |
committer | Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> | Thu Jan 11 00:56:52 2018 +0100 |
tree | 81f36741ef410f7fa5c4443e0b70741526190322 | |
parent | af8fd389961aabdac0a5b0e6171b17950a659f30 [diff] |
ac/nir: Sanitize location_frac for local variables. If they were promoted from inputs/outputs, they could have a non-zero value left over, which messed with our store handling. Fixes: 06f05040eb "radv: Link shaders." Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>