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

2017-08-09 Thread Marek Olšák
With Nicolai's comment addressed, patches 1-2 are: Reviewed-by: Marek Olšák Marek On Wed, Aug 9, 2017 at 6:47 PM, Nicolai Hähnle wrote: > On 08.08.2017 00:58, Rob Herring wrote: >> >> In preparation to add reference counting of pipe_screen in the >>

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

2017-08-09 Thread Nicolai Hähnle
On 08.08.2017 00:58, 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. Did you miss Nine? Cheers, Nicolai Signed-off-by: Rob Herring Cc: Emil

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

2017-08-07 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.c