commit | 6b0ac95c2862b4d464079b2edd9b59b5ef906da3 | [log] [tgz] |
---|---|---|
author | Bruce Cherniak <bruce.cherniak@intel.com> | Fri Jun 17 12:14:54 2016 -0500 |
committer | Tim Rowley <timothy.o.rowley@intel.com> | Fri Jun 17 13:56:03 2016 -0500 |
tree | ce7822d32888051c4418d1198f1ca3400381e792 | |
parent | ace3124f2293616aa09f66a4cb0b38830df8683a [diff] |
swr: Update screen->context pointer with multiple contexts. A pipe pointer in the screen allows for access to current device context in flush_frontbuffer and resource_destroy. This wasn't tracking current context in multi-context situations. v2: More caffeine. Corrected compare, removed unnecessary set of screen-pipe in create_context, and added a few comments.