Re: [Piglit] [PATCH] minmax: change the glGet functions to accept 64-bit variables

2017-10-24 Thread Timothy Arceri
On 21/10/17 01:07, sandra koroniewska wrote: Is this fix alright now? If so, can anyone push please? Pushed. Thanks for the patch! ___ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit

Re: [Piglit] [PATCH] minmax: change the glGet functions to accept 64-bit variables

2017-10-20 Thread sandra koroniewska
Is this fix alright now? If so, can anyone push please? Regards, Sandra On Wed, Sep 20, 2017 at 4:22 PM, Sandra Koroniewska < sandra.koroniew...@gmail.com> wrote: > This fixes > spec/gl-3.2/minmax.c and spec/gl-3.3/minmax.c on Windows Intel driver. > --- > tests/spec/gl-3.2/minmax.c | 2 +- >

[Piglit] [PATCH] minmax: change the glGet functions to accept 64-bit variables

2017-09-20 Thread Sandra Koroniewska
This fixes spec/gl-3.2/minmax.c and spec/gl-3.3/minmax.c on Windows Intel driver. --- tests/spec/gl-3.2/minmax.c | 2 +- tests/spec/gl-3.3/minmax.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/spec/gl-3.2/minmax.c b/tests/spec/gl-3.2/minmax.c index

Re: [Piglit] [PATCH] minmax: change the glGet functions to accept 64-bit variables

2017-09-06 Thread Dylan Baker
According to the ARB_sync spec, in the Issues section: 29) Should there be an implementation-dependent maximum timeout interval? RESOLVED: Not for client waits, which may block "forever", but a MAX_SERVER_WAIT_TIMEOUT implementation-dependent value exists,

[Piglit] [PATCH] minmax: change the glGet functions to accept 64-bit variables

2017-09-05 Thread Sandra Koroniewska
This fixes spec/gl-3.2/minmax.c and spec/gl-3.3/minmax.c on Windows Intel driver. --- tests/spec/gl-3.2/minmax.c | 2 +- tests/spec/gl-3.3/minmax.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/spec/gl-3.2/minmax.c b/tests/spec/gl-3.2/minmax.c index