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

2017-03-30 Thread Nicolai Hähnle
On 31.03.2017 02:45, 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. V2: don't disable it from with the call itself. We need a custom marshalling function or we get stuck waiting for thread to finish. Yeah, I missed

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

2017-03-30 Thread Timothy Arceri
On 31/03/17 11:45, 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. V2: don't disable it from with the call itself. We need a custom marshalling function or we get stuck waiting for thread to finish. *from within F

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

2017-03-30 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. V2: don't disable it from with the call itself. We need a custom marshalling function or we get stuck waiting for thread to finish. --- src/mapi/glapi/gen/gl_API.xml | 2 +- src/mesa/main/mars