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
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/