commit | c6ebff3ecdde46ef7925326522395b4a50dd65a3 | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> | Tue May 26 14:47:21 2020 -0400 |
committer | Marge Bot <eric+marge@anholt.net> | Mon Jul 13 14:42:33 2020 +0000 |
tree | e9453026567bac5d31909a68e2882eb125b66ac6 | |
parent | 62ec4e02f6b7d7bc12360cb4d4b1d987f6e0cd1c [diff] |
panfrost: Remove panfrost_bo_access type It's just whether it writes or not, which is already implied by the presence/absence of a writer. So no need to track explicitly. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5859>