Re: [Piglit] [PATCH] arb_texture_view-texsubimage-levels: correct buffer size

2017-02-02 Thread Bartosz Tomczyk
Please push it for me. On Thu, Feb 2, 2017 at 8:51 PM, Anuj Phogat wrote: > On Tue, Jan 31, 2017 at 1:45 AM, Bartosz Tomczyk > wrote: > > --- > > tests/spec/arb_texture_view/texsubimage-levels.c | 4 ++-- > > 1 file changed, 2 insertions(+),

[Piglit] [Bug 99649] When testlist contains non-existing (removed) test, piglit excepts out

2017-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99649 --- Comment #1 from Dylan Baker --- I'm really uncomfortable with this patch. The problem is that this list is both a set of tests to run, and a deterministic order to run them in. When a test that doesn't exist (or

Re: [Piglit] [PATCH] framework/programs/run.py: Allow comments in test-list files.

2017-02-02 Thread Dylan Baker
Pushed :) Quoting Petri Latvala (2017-02-02 01:24:56) > On 02/01/2017 08:36 PM, Dylan Baker wrote: > > This look good, thanks for making the changes. Do you have push access or > > should > > I push this for you? > > > > Reviewed-by: Dylan Baker > > > > > > I don't think I

[Piglit] [PATCH] gl-4.5/compare-framebuffer-parameter-with-get: add test

2017-02-02 Thread Alejandro Piñeiro
OpenGL 4.5 spec introduced new valid pnames for GetFramebufferParameter. From OpenGL 4.5 spec, Section 9.2.3 "Framebuffer Object Queries": "pname may also be one of DOUBLEBUFFER, IMPLEMENTATION_COLOR_- READ_FORMAT, IMPLEMENTATION_COLOR_READ_TYPE, SAMPLES, SAMPLE_BUFFERS, or STEREO,

Re: [Piglit] [PATCH] arb_texture_view-texsubimage-levels: correct buffer size

2017-02-02 Thread Anuj Phogat
On Tue, Jan 31, 2017 at 1:45 AM, Bartosz Tomczyk wrote: > --- > tests/spec/arb_texture_view/texsubimage-levels.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/tests/spec/arb_texture_view/texsubimage-levels.c >

Re: [Piglit] [PATCH 1/5] Rename gen_conversion_fp64 to gen_conversion

2017-02-02 Thread Dylan Baker
Quoting Nicolai Hähnle (2017-02-02 06:48:39) > On 01.02.2017 19:30, Dylan Baker wrote: > > Can you modify 'unittests/generators/test_generators.py' to know about the > > rename, and run the tests? 'pytest unittest/generators' or "tox -e > > 'py{27,35}-generators'" will run the tests, depending on

[Piglit] [PATCH] cl: Add sign_extend_inreg test

2017-02-02 Thread arsenm2
From: Matt Arsenault v2: Rename test file --- .../cl/program/execute/amdgcn.sign_extend_inreg.cl | 387 + 1 file changed, 387 insertions(+) create mode 100644 tests/cl/program/execute/amdgcn.sign_extend_inreg.cl diff --git

Re: [Piglit] [PATCH] framework/programs/run.py: Allow comments in test-list files.

2017-02-02 Thread Petri Latvala
On 02/01/2017 08:36 PM, Dylan Baker wrote: This look good, thanks for making the changes. Do you have push access or should I push this for you? Reviewed-by: Dylan Baker I don't think I have access. If you'd be so kind? -- Petri Latvala

[Piglit] [Bug 99646] New Account Request

2017-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99646 --- Comment #1 from Plamena Manolova --- Created attachment 129292 --> https://bugs.freedesktop.org/attachment.cgi?id=129292=edit Public SSH key -- You are receiving this mail because: You are the assignee for the

[Piglit] [Bug 99646] New: New Account Request

2017-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99646 Bug ID: 99646 Summary: New Account Request Product: piglit Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority:

Re: [Piglit] [PATCH 1/5] util: move SUBTEST and SUBTESTCONDITION to piglit-util

2017-02-02 Thread Anuj Phogat
On Wed, Jan 11, 2017 at 1:46 PM, Alejandro Piñeiro wrote: > Defined on dsa-utils.h. Plan to use on other tests. > --- > tests/spec/arb_direct_state_access/dsa-utils.h | 16 > tests/util/piglit-util.h | 23 +++ > 2

Re: [Piglit] [PATCH v2] gl-4.5/named-framebuffer-read-buffer-errors: add test

2017-02-02 Thread Anuj Phogat
On Tue, Jan 31, 2017 at 1:38 AM, Alejandro Piñeiro wrote: > All spec quotes come from OpenGL 4.5 spec, section 18.2.1 > "Selecting Buffers for Reading", page 502 (524 on PDF). > > Note that the errors are the same that with glReadBuffer, > so we are testing this method too,

Re: [Piglit] [PATCH] gl-4.5/named-framebuffer-draw-buffers-errors: add a new test

2017-02-02 Thread Anuj Phogat
On Tue, Jan 31, 2017 at 1:37 AM, Alejandro Piñeiro wrote: > Equivalent to the already existing gl-3.1/draw-buffers-errors and > spec/gles-2.0/draw-buffers, but using the 4.5 API. The errors are > the same that with DrawBuffers so we are testing this method too, > although

[Piglit] [Bug 99649] New: When testlist contains non-existing (removed) test, piglit excepts out

2017-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99649 Bug ID: 99649 Summary: When testlist contains non-existing (removed) test, piglit excepts out Product: piglit Version: unspecified Hardware: Other OS: All

[Piglit] [PATCH 1/3] arb_post_depth_coverage-basic: Add a basic initial test.

2017-02-02 Thread Plamena Manolova
A basic test to check whether the values written to gl_SampleMaskIn are still correct after enabling the ARB_post_depth_coverage extension. Signed-off-by: Plamena Manolova --- tests/all.py | 5 + tests/spec/CMakeLists.txt

[Piglit] [PATCH 3/3] arb_post_depth_coverage-sample-shading: Test sample shading.

2017-02-02 Thread Plamena Manolova
A multisampling test with sample shading enabled to check whether the values written to gl_SampleMaskIn are still correct after enabling the ARB_post_depth_coverage extension. Signed-off-by: Plamena Manolova --- tests/all.py |

Re: [Piglit] [PATCH 1/5] Rename gen_conversion_fp64 to gen_conversion

2017-02-02 Thread Nicolai Hähnle
On 01.02.2017 19:30, Dylan Baker wrote: Can you modify 'unittests/generators/test_generators.py' to know about the rename, and run the tests? 'pytest unittest/generators' or "tox -e 'py{27,35}-generators'" will run the tests, depending on what you have installed. FWIW, there are some warnings

[Piglit] [PATCH 2/3] arb_post_depth_coverage-multisampling: Add a multisampling test.

2017-02-02 Thread Plamena Manolova
A simple multisampling test to check whether the values written to gl_SampleMaskIn are still correct after enabling the ARB_post_depth_coverage extension. Signed-off-by: Plamena Manolova --- tests/all.py | 1 +