commit | 40eedabd4ae64d5ae2455271def10535d4d1d5c1 | [log] [tgz] |
---|---|---|
author | Faith Ekstrand <faith.ekstrand@collabora.com> | Mon Jan 30 20:11:59 2023 -0600 |
committer | Marge Bot <emma+marge@anholt.net> | Fri Aug 04 21:31:59 2023 +0000 |
tree | ba8d1005f3e8acc1256edf474ee42d8fb9c5ea01 | |
parent | 4998896ae8c9883e10fa594dce08d728a3e22a23 [diff] |
nvk: Use nvk_cmd_bo for push bufs This allows us to recycle them. It also makes implementing secondary command buffers tractable. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>