Re: [Piglit] [PATCH] arb_separate_shader_objects: add rendez-vous-by mismatch tests

2019-02-15 Thread Timothy Arceri
Thanks! Reviewed-by: Timothy Arceri ___ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit

[Piglit] [PATCH] EGL_EXT_image_dma_buf_import: add support for XYUV format

2019-02-15 Thread Vivek Kasireddy
This format is similar to AYUV except that the alpha channel is ignored. Cc: Tapani Palli Cc: Lionel Landwerlin Signed-off-by: Vivek Kasireddy --- tests/opengl.py | 2 ++ tests/spec/ext_image_dma_buf_import/sample_yuv.c| 1 +

[Piglit] [Bug 107371] crucible.func.ssbo.interleve passes when it should fail

2019-02-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107371 --- Comment #1 from Mark Janes --- I re-enabled this test in Mesa CI. I found that it has an intermittent result, which makes it untestable in CI. Danylo: why is this bug marked fixed? Should it be NOTOURBUG ? -- You are receiving this

Re: [Piglit] [PATCH 2/2] arb_program_interface_query: correct rendez-vous by name matching

2019-02-15 Thread Timothy Arceri
It would be great if you could run this test on the Nvidia binary blob to confirm the results. If everything works as expected the series is: Reviewed-by: Timothy Arceri Thanks for fixing all this! On 9/2/19 3:57 am, Andres Gomez wrote: Previuosly, this was overlooked asuming that, since

Re: [Piglit] [PATCH] arb_program_interface_query: corrected AoA's index variable expectation

2019-02-15 Thread Timothy Arceri
NAK. The problem is this will end up making the test fail on the Nvidia blob. Technically neither is incorrect, but the test does show Mesa's failure to detect the unused element. Again this is not technically a failure of the spec as it's dependent on the implementations ability to detect

[Piglit] [PATCH] tests/shaders/bug-109601: drop ARB_shader_storage_buffer_object requirement

2019-02-15 Thread Lionel Landwerlin
We're failing this test on Sandybridge because we're requiring an extension that isn't necessary. This is a leftover from a previous iteration of the test. Signed-off-by: Lionel Landwerlin Reported-by: Mark Janes Fixes: ffb5627758eb77 ("shaders: Reproduce a bug in the i965/anv backend

[Piglit] [Bug 107371] crucible.func.ssbo.interleve passes when it should fail

2019-02-15 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=107371 Danylo changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Piglit] [PATCH] ARB_shader_storage_buffer_object: check ssbo array optimizations

2019-02-15 Thread asimiklit . work
From: Andrii Simiklit The tests for a compiler which leads to mismatch between max_array_access and the var type when the compiler tries to optimize unused ssbo instances. This mismatch leads to crash because in some cases the type length is less than the max_array_access field. Bugzilla: