commit | b20bd9e0dfd11e8f91a893a0083fe5fad5ea93dc | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Mon May 09 16:06:58 2022 +1000 |
committer | Marge Bot <emma+marge@anholt.net> | Wed May 11 05:19:38 2022 +0000 |
tree | 38922852a983360e8a530c271856662a3ea7aded | |
parent | 87f4252a51ff2e6227dceea12f608366cb98e141 [diff] |
radv: cache the slab bo pointer in the pipeline. Otherwise each emission has to pointer chase across cachelines. Reduces overhead seen with zink on pixmark volplosion test. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16393>