commit | 598dc3dca41e3b1a9bf9e94b17e5426773ed6830 | [log] [tgz] |
---|---|---|
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | Thu Dec 10 16:25:47 2020 -0500 |
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | Tue Mar 30 17:27:15 2021 -0400 |
tree | 582626a9acdac86d778aa70678a2457ee3cdb3af | |
parent | 1998e216b61e29951e56f28d251c15b82c627824 [diff] |
zink: use cached memory for all resources when possible this massively speeds up memory access across the driver, specifically for pbo-related operations it does require that mapped memory is manually invalidated/flushed, however, and we also need to manually align host-visible memory to be able to do that Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9884>