Re: [Mesa-dev] [PATCH v2] etnaviv: fix resource usage tracking across different pipe_context's

2019-01-02 Thread Marek Vasut
On 1/2/19 9:58 AM, Christian Gmeiner wrote: > A pipe_resource can be shared by all the pipe_context's hanging off the > same pipe_screen. > > Changes from v1 -> v2: > - to remove the resource from the used_resources set when it is destroyed > > Signed-off-by: Christian Gmeiner Is this somehow

[Mesa-dev] [PATCH v2] etnaviv: fix resource usage tracking across different pipe_context's

2019-01-02 Thread Christian Gmeiner
A pipe_resource can be shared by all the pipe_context's hanging off the same pipe_screen. Changes from v1 -> v2: - to remove the resource from the used_resources set when it is destroyed Signed-off-by: Christian Gmeiner --- src/gallium/drivers/etnaviv/etnaviv_context.c | 21