Re: [Mesa-dev] [PATCH v4 01/11] gallium: move pipe_screen destroy into pipe-loader

2016-07-26 Thread Rob Herring
On Tue, Jul 26, 2016 at 4:15 AM, Emil Velikov wrote: > On 22 July 2016 at 17:22, Rob Herring wrote: >> In preparation to add reference counting of pipe_screen in the pipe-loader, >> pipe_loader_release needs to destroy the pipe_screen instead of state >> trackers. >> >> Signed-off-by: Rob Herring

Re: [Mesa-dev] [PATCH v4 01/11] gallium: move pipe_screen destroy into pipe-loader

2016-07-26 Thread Emil Velikov
On 22 July 2016 at 17:22, Rob Herring wrote: > In preparation to add reference counting of pipe_screen in the pipe-loader, > pipe_loader_release needs to destroy the pipe_screen instead of state > trackers. > > Signed-off-by: Rob Herring > Cc: Emil Velikov > --- a/src/gallium/state_trackers/clo

[Mesa-dev] [PATCH v4 01/11] gallium: move pipe_screen destroy into pipe-loader

2016-07-22 Thread Rob Herring
In preparation to add reference counting of pipe_screen in the pipe-loader, pipe_loader_release needs to destroy the pipe_screen instead of state trackers. Signed-off-by: Rob Herring Cc: Emil Velikov --- src/gallium/auxiliary/pipe-loader/pipe_loader.h | 1 + src/gallium/auxiliary/pipe-loade