Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-05-16 Thread Dieter Nützel
Hello Gregory, time for an update/rebase (after Timothy's GREAT work on 'no error'). Your Patchwork series (v5-x-y) didn't apply anylonger after commit f96edf7. Greetings, Dieter Am 19.04.2017 18:54, schrieb Gregory Hainaut: Hello, Please find the latest version that include a small fix

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-26 Thread gregory hainaut
On Wed, 26 Apr 2017 11:03:11 +0900 Michel Dänzer wrote: > On 25/04/17 06:14 PM, Gregory Hainaut wrote: > > Hello, > > > > I did more tests on my side. DRI3 + recent stack is fine. Older > > (Debian Jessie, ~2y old) XCB hangs/deadlock. So all DRI3 drivers > > should be fine

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-25 Thread Michel Dänzer
On 25/04/17 06:14 PM, Gregory Hainaut wrote: > Hello, > > I did more tests on my side. DRI3 + recent stack is fine. Older > (Debian Jessie, ~2y old) XCB hangs/deadlock. So all DRI3 drivers > should be fine (typically AMD). And all applications that called > XInitThread soon enough. So yeah I

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-25 Thread Gregory Hainaut
Hello, I did more tests on my side. DRI3 + recent stack is fine. Older (Debian Jessie, ~2y old) XCB hangs/deadlock. So all DRI3 drivers should be fine (typically AMD). And all applications that called XInitThread soon enough. So yeah I think we can merge it. Note: I don't have commit access.

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-24 Thread Dieter Nützel
Am 21.04.2017 12:11, schrieb Marek Olšák: FWIW, I think this series can land, because glthread is not enabled by default, and the libX11 issue is unrelated. Marek Gregory? For the series: Tested-by: Dieter Nützel On Turks XT (6670). Dieter On Apr 21, 2017 4:22

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-21 Thread Marek Olšák
FWIW, I think this series can land, because glthread is not enabled by default, and the libX11 issue is unrelated. Marek On Apr 21, 2017 4:22 AM, "Michel Dänzer" wrote: On 21/04/17 09:01 AM, Marek Olšák wrote: > On Thu, Apr 20, 2017 at 9:44 PM, gregory hainaut >

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-20 Thread Michel Dänzer
On 21/04/17 09:01 AM, Marek Olšák wrote: > On Thu, Apr 20, 2017 at 9:44 PM, gregory hainaut > wrote: >> On Thu, 20 Apr 2017 20:01:00 +0200 >> Marek Olšák wrote: >> >>> On Thu, Apr 20, 2017 at 6:53 PM, gregory hainaut >>>

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-20 Thread Michel Dänzer
On 20/04/17 05:28 PM, gregory hainaut wrote: > On Thu, 20 Apr 2017 12:29:11 +0900 > Michel Dänzer wrote: > >> On 20/04/17 01:54 AM, Gregory Hainaut wrote: >>> Hello, >>> >>> Please find the latest version that include a small fix for hash deletion. I >>> think the series is

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-20 Thread Marek Olšák
On Thu, Apr 20, 2017 at 9:44 PM, gregory hainaut wrote: > On Thu, 20 Apr 2017 20:01:00 +0200 > Marek Olšák wrote: > >> On Thu, Apr 20, 2017 at 6:53 PM, gregory hainaut >> wrote: >> > On Thu, 20 Apr 2017 11:57:08 +0200 >> >

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-20 Thread gregory hainaut
On Thu, 20 Apr 2017 20:01:00 +0200 Marek Olšák wrote: > On Thu, Apr 20, 2017 at 6:53 PM, gregory hainaut > wrote: > > On Thu, 20 Apr 2017 11:57:08 +0200 > > Marek Olšák wrote: > > > >> On Thu, Apr 20, 2017 at 10:28 AM, gregory

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-20 Thread Marek Olšák
On Thu, Apr 20, 2017 at 6:53 PM, gregory hainaut wrote: > On Thu, 20 Apr 2017 11:57:08 +0200 > Marek Olšák wrote: > >> On Thu, Apr 20, 2017 at 10:28 AM, gregory hainaut >> wrote: >> > On Thu, 20 Apr 2017 12:29:11 +0900 >> >

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-20 Thread gregory hainaut
On Thu, 20 Apr 2017 11:57:08 +0200 Marek Olšák wrote: > On Thu, Apr 20, 2017 at 10:28 AM, gregory hainaut > wrote: > > On Thu, 20 Apr 2017 12:29:11 +0900 > > Michel Dänzer wrote: > > > >> On 20/04/17 01:54 AM, Gregory Hainaut

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-20 Thread Marek Olšák
On Thu, Apr 20, 2017 at 10:28 AM, gregory hainaut wrote: > On Thu, 20 Apr 2017 12:29:11 +0900 > Michel Dänzer wrote: > >> On 20/04/17 01:54 AM, Gregory Hainaut wrote: >> > Hello, >> > >> > Please find the latest version that include a small fix for

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-20 Thread gregory hainaut
On Thu, 20 Apr 2017 12:29:11 +0900 Michel Dänzer wrote: > On 20/04/17 01:54 AM, Gregory Hainaut wrote: > > Hello, > > > > Please find the latest version that include a small fix for hash deletion. I > > think the series is good now. Please review/ack it. > > I'm afraid I

Re: [Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-19 Thread Michel Dänzer
On 20/04/17 01:54 AM, Gregory Hainaut wrote: > Hello, > > Please find the latest version that include a small fix for hash deletion. I > think the series is good now. Please review/ack it. I'm afraid I have to NACK it. As discussed in the v4 cover letter thread, Mesa's glthread cannot make any

[Mesa-dev] [PATCH v5 0/3] asynchronous pbo transfer with glthread

2017-04-19 Thread Gregory Hainaut
Hello, Please find the latest version that include a small fix for hash deletion. I think the series is good now. Please review/ack it. Allow to handle this kind of case: genBuffer(); BindBuffer(pbo) DeleteBuffer(pbo); BindBuffer(rand_pbo) TexSubImage2D(user_memory_pointer); //