commit | ec70291da99333f6d8afa0afc052a9ea30c8e448 | [log] [tgz] |
---|---|---|
author | Icecream95 <ixn@disroot.org> | Fri Jun 10 23:41:48 2022 +1200 |
committer | Marge Bot <emma+marge@anholt.net> | Tue Jun 14 23:44:02 2022 +0000 |
tree | 12241e158d692e56d7695b2158194149e1fde04e | |
parent | 169e03800d0f0e8b66999bd2cf13d40ae4f6e782 [diff] |
panfrost: Stop using sparse_array for batch BOs Iterating over a util_sparse_array is very expensive; replace this with a standard dynarray. Using the sparse 'nodearray' datastructure instead was tested, but found to be slower in some cases. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16988>