commit | bea6290ca090a7be7e7d51c9316cf68337ac4e1f | [log] [tgz] |
---|---|---|
author | Jonathan Marek <jonathan@marek.ca> | Fri Sep 11 10:26:40 2020 -0400 |
committer | Marge Bot <eric+marge@anholt.net> | Sun Sep 13 04:04:58 2020 +0000 |
tree | 025eb621fb47d9be39d773e607fd61039657db43 | |
parent | 20a4235c4c96592e13648da494ca446288ac9a2f [diff] |
turnip: device global bo list Avoid having to deal with BO tracking. However, the kernel still requires a bo list, so keep a global one which can be re-used for every submit. Signed-off-by: Jonathan Marek <jonathan@marek.ca> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6686>