commit | ca8c62592c71885df653ecb008f5c0bad71420d4 | [log] [tgz] |
---|---|---|
author | Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> | Mon Mar 23 18:44:21 2020 -0400 |
committer | Marge Bot <eric+marge@anholt.net> | Tue Mar 31 01:12:26 2020 +0000 |
tree | ee00e7f540624c9433f42b2f7ceba91b6725328d | |
parent | 50e3b2e3904074422f5d4d9ceccfc3cce64199eb [diff] |
panfrost: Split panfrost_device from panfrost_screen We would like to access properties of the device in a Gallium-independent way (for out-of-Gallium testing in the short-term, and would help a theoretical Vulkan implementation in the long run). Let's split up the struct. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4382>