Re: [Mesa-dev] [PATCH] i965: Actually use the user timeout in glClientWaitSync.

2013-05-09 Thread Eric Anholt
Kenneth Graunke writes: > On 05/09/2013 02:16 PM, Eric Anholt wrote: >> Kenneth Graunke writes: >> >>> From: Ben Widawsky >>> >>> Use the new libdrm functionality to actually do timed waits on the sync >>> object. >> >> This was added at basically the same time as contexts, which we don't >> re

Re: [Mesa-dev] [PATCH] i965: Actually use the user timeout in glClientWaitSync.

2013-05-09 Thread Kenneth Graunke
On 05/09/2013 02:16 PM, Eric Anholt wrote: Kenneth Graunke writes: From: Ben Widawsky Use the new libdrm functionality to actually do timed waits on the sync object. This was added at basically the same time as contexts, which we don't rely on currently. It was in kernel 3.5, which is alm

Re: [Mesa-dev] [PATCH] i965: Actually use the user timeout in glClientWaitSync.

2013-05-09 Thread Eric Anholt
Kenneth Graunke writes: > From: Ben Widawsky > > Use the new libdrm functionality to actually do timed waits on the sync > object. This was added at basically the same time as contexts, which we don't rely on currently. It was in kernel 3.5, which is almost a year ago now, and will have been a

Re: [Mesa-dev] [PATCH] i965: Actually use the user timeout in glClientWaitSync.

2013-05-07 Thread Matt Turner
On Tue, May 7, 2013 at 10:42 PM, Kenneth Graunke wrote: > From: Ben Widawsky > > Use the new libdrm functionality to actually do timed waits on the sync > object. > > Signed-off-by: Ben Widawsky > Signed-off-by: Kenneth Graunke > --- > src/mesa/drivers/dri/intel/intel_syncobj.c | 10 +-

[Mesa-dev] [PATCH] i965: Actually use the user timeout in glClientWaitSync.

2013-05-07 Thread Kenneth Graunke
From: Ben Widawsky Use the new libdrm functionality to actually do timed waits on the sync object. Signed-off-by: Ben Widawsky Signed-off-by: Kenneth Graunke --- src/mesa/drivers/dri/intel/intel_syncobj.c | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) I've been keeping this