Re: [Mesa-dev] [PATCH] mesa: stop glthread on exit

2017-05-08 Thread Nicolai Hähnle
On 04.05.2017 17:16, Bartosz Tomczyk wrote: It fixes occasional crashes when app exits and glthread is still processing commands. --- src/mesa/main/context.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 3570f94f5a..c3c4095329 1006

[Mesa-dev] [PATCH] mesa: stop glthread on exit

2017-05-04 Thread Bartosz Tomczyk
It fixes occasional crashes when app exits and glthread is still processing commands. --- src/mesa/main/context.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 3570f94f5a..c3c4095329 100644 --- a/src/mesa/main/context.c +++ b/src/mes