Re: [Mesa-dev] [Mesa-stable] [PATCH 6/6] i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()

2017-06-01 Thread Chad Versace
On Wed 31 May 2017, Ian Romanick wrote: > On 05/31/2017 04:43 PM, Chad Versace wrote: > > This function never occurs in the callchain of a GL function. It occurs > > only in the callchain of eglCreate*Surface and the analogous paths for > > GLX. Therefore, even if a thread does have a bound GL

Re: [Mesa-dev] [Mesa-stable] [PATCH 6/6] i965/dri: Fix bad GL error in intel_create_winsys_renderbuffer()

2017-05-31 Thread Ian Romanick
On 05/31/2017 04:43 PM, Chad Versace wrote: > This function never occurs in the callchain of a GL function. It occurs > only in the callchain of eglCreate*Surface and the analogous paths for > GLX. Therefore, even if a thread does have a bound GL context, > emitting a GL error here is wrong. A