Re: [Mesa-dev] dri3 thread safe

2017-10-10 Thread Michel Dänzer
On 10/10/17 10:39 AM, Thomas Hellstrom wrote: > Hi, Gregory. > > I just noticed the following text in dri3_glx.c: > > 63b78c93 (Gregory Hainaut   2017-05-29 13:18:26 +0200  506)    /* Unlike > DRI2, DRI3 doesn't call GetBuffers/GetBuffersWithFormat > 63b78c93 (Gregory Hainaut   2017-05-29 13:18:2

[Mesa-dev] dri3 thread safe

2017-10-10 Thread Thomas Hellstrom
Hi, Gregory. I just noticed the following text in dri3_glx.c: 63b78c93 (Gregory Hainaut   2017-05-29 13:18:26 +0200  506)    /* Unlike DRI2, DRI3 doesn't call GetBuffers/GetBuffersWithFormat 63b78c93 (Gregory Hainaut   2017-05-29 13:18:26 +0200  507) * during draw so we're safe here. 63b7