[Piglit] [PATCH] Add tests/gl33conform.tests to run GTF for khronos OpenGL CTS

2013-12-09 Thread Anuj Phogat
Signed-off-by: Anuj Phogat --- tests/gl33conform.tests | 81 + 1 file changed, 81 insertions(+) create mode 100644 tests/gl33conform.tests diff --git a/tests/gl33conform.tests b/tests/gl33conform.tests new file mode 100644 index 000..9a8bd92 -

Re: [Piglit] [PATCH V3 4/6] ARB_sample_shading: Add test to verify the functionality of gl_SampleMask[]

2013-12-09 Thread Anuj Phogat
On Mon, Dec 9, 2013 at 6:47 PM, Paul Berry wrote: > On 9 December 2013 18:42, Anuj Phogat wrote: >> >> >> >> >> On Mon, Dec 9, 2013 at 10:02 AM, Paul Berry >> wrote: >>> >>> On 6 November 2013 17:24, Anuj Phogat wrote: + static const char *frag_template = + "#

Re: [Piglit] [PATCH V3 4/6] ARB_sample_shading: Add test to verify the functionality of gl_SampleMask[]

2013-12-09 Thread Paul Berry
On 9 December 2013 18:42, Anuj Phogat wrote: > > > > On Mon, Dec 9, 2013 at 10:02 AM, Paul Berry wrote: > >> On 6 November 2013 17:24, Anuj Phogat wrote: >> >>> + static const char *frag_template = >>> + "#version 130\n" >>> + "%s\n" >>> + "uniform

Re: [Piglit] [PATCH V3 3/6] ARB_sample_shading: Add test to verify the functionality of gl_SampleID

2013-12-09 Thread Anuj Phogat
On Fri, Dec 6, 2013 at 3:04 PM, Paul Berry wrote: > > On 6 November 2013 17:20, Anuj Phogat wrote: >> >> V2: Get rid of redundant projection matrix. >> V3: Draw to a multisample texture and use it later to verify >> the expected color of each sample. >> Use piglit_draw_rect() and get rid

Re: [Piglit] [PATCH V3 4/6] ARB_sample_shading: Add test to verify the functionality of gl_SampleMask[]

2013-12-09 Thread Anuj Phogat
On Mon, Dec 9, 2013 at 10:02 AM, Paul Berry wrote: > On 6 November 2013 17:24, Anuj Phogat wrote: > >> V2: Get rid of redundant projection matrix. >> V3: Draw to a multisample texture and use it later to verify >> the expected color of each sample. >> Use piglit_draw_rect() and get rid o

[Piglit] [PATCH] fix the fbo bind error check. a GL_INVALID_OPERATION error should be generated, instead of GL_INVALID_VALUE

2013-12-09 Thread Jin Zhou
From: Jin Zhou diff --git a/tests/fbo/fbo-bind-renderbuffer.c b/tests/fbo/fbo-bind-renderbuffer.c index 50c8c7f..3b2b305 100644 --- a/tests/fbo/fbo-bind-renderbuffer.c +++ b/tests/fbo/fbo-bind-renderbuffer.c @@ -64,6 +64,7 @@ test_binding(GLboolean bindRenderbuffer)

[Piglit] [PATCH] array-texture: fail if any of the subtests fail rather than the last

2013-12-09 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- tests/texturing/array-texture.c | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tests/texturing/array-texture.c b/tests/texturing/array-texture.c index 9837473..a65d919 100644 --- a/tests/texturing/array-texture.c +++ b/tests/texturi

[Piglit] [PATCH] undefined reference to clock_gettime

2013-12-09 Thread Jin Zhou
From: Jin Zhou diff --git a/tests/util/CMakeLists.no_api.txt b/tests/util/CMakeLists.no_api.txt index c331368..96a6587 100644 --- a/tests/util/CMakeLists.no_api.txt +++ b/tests/util/CMakeLists.no_api.txt @@ -7,7 +7,7 @@ piglit_add_library (piglitutil ) if(UNIX) - target_link_libraries(p

Re: [Piglit] [PATCH 14/16] msaa: Verify accuracy of sRGB MSAA resolves.

2013-12-09 Thread Marek Olšák
On Fri, Jun 15, 2012 at 5:32 PM, Paul Berry wrote: > From the GL spec, version 4.2, section 4.1.11 (Additional Multisample > Fragment Operations): > > If a framebuffer object is not bound, after all operations have > been completed on the multisample buffer, the sample values for > eac

Re: [Piglit] [PATCH V3 4/6] ARB_sample_shading: Add test to verify the functionality of gl_SampleMask[]

2013-12-09 Thread Paul Berry
On 6 November 2013 17:24, Anuj Phogat wrote: > V2: Get rid of redundant projection matrix. > V3: Draw to a multisample texture and use it later to verify > the expected color of each sample. > Use piglit_draw_rect() and get rid of redundant code. > > Signed-off-by: Anuj Phogat > --- > t

[Piglit] [PATCH] Add new concurrency option

2013-12-09 Thread Dylan Baker
This patch adds a new concurrency option that runs all tests out of a multi-threaded pool, ignoring their request to be threaded or not. This new option is mutually exclusive with the -1/--no-concurrency option. Signed-off-by: Dylan Baker --- framework/core.py | 30 --

Re: [Piglit] [PATCH V3 1/1] cl: Add buffer-flags test

2013-12-09 Thread Tom Stellard
On Tue, Dec 03, 2013 at 02:58:18PM -0500, Jan Vesely wrote: > v2: Rework to use subtests > v3: fix printf output > use piglit_merge_result > whitespace fixes > 0 as default was added in OpenCL 1.2 > > Signed-off-by: Jan Vesely > --- > > Hi, > > thanks for your feedback. > > I was w

Re: [Piglit] [PATCH 0/2] Storing doubles

2013-12-09 Thread Tom Stellard
I've pushed these patches, thanks! -Tom On Fri, Nov 29, 2013 at 09:57:53PM -0500, Jan Vesely wrote: > Hi, > > these two patches attempt to improve the situation with store-double* > generated tests. > The first patch adds cl_khr_fp64 requirement to all generated tests, the > second one adds ne