commit | b083581010d29b2604ad34e0dd7ff6dae4417dd2 | [log] [tgz] |
---|---|---|
author | Daniel Schürmann <daniel@schuermann.dev> | Sat May 16 17:30:21 2020 +0100 |
committer | Marge Bot <eric+marge@anholt.net> | Tue Jun 09 21:25:38 2020 +0000 |
tree | e8f1b6a9e4e9d3f991010990c433ab2f16e2cf88 | |
parent | 942e3c40c30301cc47303bc879fe3b4cca3c8bfd [diff] |
aco: Workarounds subdword lowering on GFX6/7 As there are no SDWA instructions, we need to take care not to overwrite the upper bits of other copy_operation's operands. Reviewed-by: Rhys Perry <pendingchaos02@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5226>