commit | 890de1a43603c98b5788f9867ff0793f117b5f4b | [log] [tgz] |
---|---|---|
author | Connor Abbott <cwabbott0@gmail.com> | Mon Feb 22 15:00:55 2021 +0100 |
committer | Emma Anholt <emma@anholt.net> | Thu Jun 10 12:20:38 2021 -0700 |
tree | 80275bf923b1a57dc84f320f0313adce3850fbb2 | |
parent | 9ad83f51eb3c089aad0640c2ee6ad6d9477fc2b6 [diff] |
ir3/delay: Fix full->half and half->full delay The current compiler never does this, but the new compiler will start to in mergeregs mode. There is an extra penalty for this. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9842>