commit | 9b1a296172df38561d650abf98ee2e1c77ac6fc2 | [log] [tgz] |
---|---|---|
author | Daniel Schürmann <daniel@schuermann.dev> | Mon Jul 19 15:01:09 2021 +0200 |
committer | Marge Bot <eric+marge@anholt.net> | Tue Jul 20 07:48:39 2021 +0000 |
tree | 61722f569c54b5a9759971d58932bfdcbe0e64bd | |
parent | 66213ab2de023250ceb6ea98270065ee9de02f79 [diff] |
aco/optimizer: ensure to not erase high bits when propagating packed constants Packed constants with non-zero values in the high half might have been propagated as 16 bit, dropping the high half. Cc: mesa-stable Closes: #5070 Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11954>