commit | dd63fa28f14f8ddeeeca1847eb7d38f4e2bc2234 | [log] [tgz] |
---|---|---|
author | George Kyriazis <george.kyriazis@intel.com> | Mon Mar 14 17:40:14 2016 -0500 |
committer | Tim Rowley <timothy.o.rowley@intel.com> | Thu Mar 17 20:57:52 2016 -0500 |
tree | 2ebbbcaaa584cb02cb0456a04ba0178da3973191 | |
parent | 952c166170aaf44af10e7463359e7a3e5e6fe65d [diff] |
gallium/swr: Cleaned up some context-resource management Removed bound_to_context. We now pick up the context from the screen instead of the resource itself. The resource could be out-of-date and point to a pipe that is already freed. Fixes manywin mesa xdemo. Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>