Re: [Mesa-dev] [PATCH v5 0/4] Disable glthread if libX11 isn't thread-safe

2017-05-31 Thread Emil Velikov
On 30 May 2017 at 16:01, gregory hainaut wrote: > On Mon, 29 May 2017 17:12:05 +0100 > Emil Velikov wrote: > >> On 29 May 2017 at 15:45, Dieter Nützel wrote: >> > Hi Gregory, >> > >> > there isn't currently a copy of

Re: [Mesa-dev] [PATCH v5 0/4] Disable glthread if libX11 isn't thread-safe

2017-05-30 Thread gregory hainaut
On Mon, 29 May 2017 17:12:05 +0100 Emil Velikov wrote: > On 29 May 2017 at 15:45, Dieter Nützel wrote: > > Hi Gregory, > > > > there isn't currently a copy of this on Mesa-Patchwork. > > Can you please send one over there? > > > > And maybe an

Re: [Mesa-dev] [PATCH v5 0/4] Disable glthread if libX11 isn't thread-safe

2017-05-29 Thread Emil Velikov
On 29 May 2017 at 15:45, Dieter Nützel wrote: > Hi Gregory, > > there isn't currently a copy of this on Mesa-Patchwork. > Can you please send one over there? > > And maybe an updated version of: > [PATCH v5 0/3] asynchronous pbo transfer with glthread > > Would be awesome. >

Re: [Mesa-dev] [PATCH v5 0/4] Disable glthread if libX11 isn't thread-safe

2017-05-29 Thread Dieter Nützel
Hi Gregory, there isn't currently a copy of this on Mesa-Patchwork. Can you please send one over there? And maybe an updated version of: [PATCH v5 0/3] asynchronous pbo transfer with glthread Would be awesome. Dieter Am 29.05.2017 13:18, schrieb Gregory Hainaut: Hello Mesa developers,

[Mesa-dev] [PATCH v5 0/4] Disable glthread if libX11 isn't thread-safe

2017-05-29 Thread Gregory Hainaut
Hello Mesa developers, Following the discussion from https://lists.freedesktop.org/archives/mesa-dev/2017-April/153137.html A check was added to ensure that X11 display can be locked. It should be enough to ensure thread safety between X11 and glthread. I also did the check on DRI3 as I'm not