Re: [Mesa-dev] [PATCH] gallium/swr: Cleaned up some context-resource management

2016-03-19 Thread Cherniak, Bruce
Reviewed-by: Bruce Cherniak On 3/14/16, 5:40 PM, "mesa-dev on behalf of George Kyriazis" wrote: >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 m

[Mesa-dev] [PATCH] gallium/swr: Cleaned up some context-resource management

2016-03-14 Thread George Kyriazis
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. --- src/gallium/drivers/swr/swr_context.cpp | 16 +++- src/gallium/drivers/swr/