Re: [Mesa-dev] [PATCH 1/2] st/nine: Fix issue with surface and volume dtors and csmt

2017-03-23 Thread Emil Velikov
On 15 March 2017 at 21:56, Axel Davy wrote: > Surfaces and Volumes can be freed in the worker thread. > > This fixes these dtor. > Especially if they were freed by nine_context_box_upload, > the counter was decremented after the destructions, which > lead to deadlock. > Humble

Re: [Mesa-dev] [PATCH 1/2] st/nine: Fix issue with surface and volume dtors and csmt

2017-03-22 Thread James Harvey
Hi Axel, EVE Online is no longer crashing for me with these patches. Thanks! Tested-by: James Harvey On 03/15/2017 02:56 PM, Axel Davy wrote: > Surfaces and Volumes can be freed in the worker thread. > > This fixes these dtor. > Especially if they were freed by

[Mesa-dev] [PATCH 1/2] st/nine: Fix issue with surface and volume dtors and csmt

2017-03-15 Thread Axel Davy
Surfaces and Volumes can be freed in the worker thread. This fixes these dtor. Especially if they were freed by nine_context_box_upload, the counter was decremented after the destructions, which lead to deadlock. Fixes bugzilla 99246. CC: "17.0"