commit | eae36b4850b6642062d43a4b910c6fe34a4ba81d | [log] [tgz] |
---|---|---|
author | Connor Abbott <cwabbott0@gmail.com> | Fri Jul 23 11:50:46 2021 +0200 |
committer | Marge Bot <eric+marge@anholt.net> | Fri Aug 20 10:37:36 2021 +0000 |
tree | 1fc0e31c0cbd2b3bae403a0053eb2b6f5be8d6a7 | |
parent | 4b0eba9cb16dc9180bcf8e770bbd38a0773d1274 [diff] |
ir3/ra: Reinitialize interval when inserting Otherwise when an interval is removed and then re-inserted it could have an invalid/corrupted parent link and child tree. I think RA happened to never do this, but spilling will. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12033>