commit | fc1e9f0cb221b9b41f7bea2f83991910a2afe82b | [log] [tgz] |
---|---|---|
author | Ben Widawsky <ben@bwidawsk.net> | Thu Oct 20 14:51:53 2016 -0700 |
committer | Ben Widawsky <ben@bwidawsk.net> | Tue Mar 21 14:48:11 2017 -0700 |
tree | 0a1547ea8b60c55de3a714171158b3bd676b234d | |
parent | 2a16de9e4bb7d2f0e67fab42eb3f8a667393d04d [diff] |
i965/dri: Store the screen associated with the image I intend to need to get to the devinfo structure, and storing the screen is an easy way to do that. It seems to be the consensus that you cannot share an image between multiple screens. Scape-goat: Rob Clark <robdclark@gmail.com> Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com> Acked-by: Daniel Stone <daniels@collabora.com> Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>