commit | 78ff747408379387f72fca802f3065915e496f4c | [log] [tgz] |
---|---|---|
author | Jason Ekstrand <jason@jlekstrand.net> | Fri Jan 17 23:05:13 2020 -0600 |
committer | Marge Bot <eric+marge@anholt.net> | Mon Jan 20 22:08:52 2020 +0000 |
tree | 050dc7326ea722fa387effb65964601640bf052a | |
parent | f0519c9cf9fdccf93b0c3b81b47911de2422b285 [diff] |
anv: Drop the instance pointer from anv_device There are very few times when we actually want to fetch the instance from the anv_device. We can put up with a bit of pain there in exchange for strongly discouraging people from doing this in general. Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3461>