Re: [Mesa-dev] [PATCH] mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabled

2017-03-30 Thread Timothy Arceri
On 30/03/17 18:54, Nicolai Hähnle wrote: On 30.03.2017 07:21, Timothy Arceri wrote: We could re-enable it also but I haven't tested that yet, and I'm not sure we care much anyway. Reviewed-by: Nicolai Hähnle Sorry, I've made a silly mistake here. We can't disable the glthread from with a

Re: [Mesa-dev] [PATCH] mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabled

2017-03-30 Thread Nicolai Hähnle
On 30.03.2017 07:21, Timothy Arceri wrote: We could re-enable it also but I haven't tested that yet, and I'm not sure we care much anyway. Reviewed-by: Nicolai Hähnle --- src/mesa/main/debug_output.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/mesa/main/debug_output.c b/src

[Mesa-dev] [PATCH] mesa: disable glthread when DEBUG_OUTPUT_SYNCHRONOUS is enabled

2017-03-29 Thread Timothy Arceri
We could re-enable it also but I haven't tested that yet, and I'm not sure we care much anyway. --- src/mesa/main/debug_output.c | 5 + 1 file changed, 5 insertions(+) diff --git a/src/mesa/main/debug_output.c b/src/mesa/main/debug_output.c index bc933db..2b22645 100644 --- a/src/mesa/main/de