[Piglit] [Bug 106857] Ubuntu 18.04. Fedora 27. Debian 9.4. Cmake 3.11. There is a warning during building piglit "Policy CMP0072 is not set"

2018-06-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=106857 Sergii Romantsov changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

Re: [Piglit] [PATCH 1/2] glsl-1.10 / glsl-1.20: Don't use ortho in variable indexing tests.

2018-06-12 Thread Matt Turner
On Tue, Jun 12, 2018 at 11:38 AM, Ian Romanick wrote: > On 06/11/2018 11:22 PM, Jordan Justen wrote: >> From: Matt Turner >> >> Using ortho makes shrinking the window size much more difficult, which >> makes running tests in simulation take much longer. >> >> Ref: https://lists.freedesktop.org/ar

[Piglit] [PATCH 05.1/13] glsl-4.50: Add test for atomicCompSwap(int, int, int)

2018-06-12 Thread Ian Romanick
From: Ian Romanick This is identical to tests/spec/arb_shader_storage_buffer_object/execution/ssbo-atomicCompSwap-int.shader_test, but this test uses gl_HelperInvocation instead of gl_SampleMaskIn. Signed-off-by: Ian Romanick --- .../execution/ssbo-atomicCompSwap-int.shader_test | 78

[Piglit] [PATCH 05/13 v2] arb_shader_storage_buffer: Add test for atomicCompSwap(int, int, int)

2018-06-12 Thread Ian Romanick
From: Ian Romanick v2: Use gl_SampleMaskIn to detect helper invocations. Suggested by issue #22 of the GL_ARB_shader_image_load_store spec. Signed-off-by: Ian Romanick --- .../execution/ssbo-atomicCompSwap-int.shader_test | 84 ++ 1 file changed, 84 insertions(+) create

Re: [Piglit] [PATCH 1/2] glsl-1.10 / glsl-1.20: Don't use ortho in variable indexing tests.

2018-06-12 Thread Ian Romanick
On 06/11/2018 11:22 PM, Jordan Justen wrote: > From: Matt Turner > > Using ortho makes shrinking the window size much more difficult, which > makes running tests in simulation take much longer. > > Ref: https://lists.freedesktop.org/archives/piglit/2013-November/008298.html > [jordan.l.jus...@in

Re: [Piglit] [PATCH v1] cmake: Use Policy CMP0072 as OLD by default.

2018-06-12 Thread Dylan Baker
Quoting Sergii Romantsov (2018-06-12 05:57:45) > Hello. > > Seems reasonable, > Reviewed-by: Dylan Baker > > > Could we push it? > > On Fri, Jun 8, 2018 at 6:51 PM, Dylan Baker wrote: > > Quoting Sergii Romantsov (2018-06-08 02:19:01) > > If system has installed both GL libra

Re: [Piglit] [PATCH v1] cmake: Use Policy CMP0072 as OLD by default.

2018-06-12 Thread Sergii Romantsov
Hello. > Seems reasonable, > Reviewed-by: Dylan Baker Could we push it? On Fri, Jun 8, 2018 at 6:51 PM, Dylan Baker wrote: > Quoting Sergii Romantsov (2018-06-08 02:19:01) > > If system has installed both GL libraries such as > > Legacy and GLVND, cmake will dump warning: > > > > "OpenGL_GL_

Re: [Piglit] [PATCH piglit] glsl-1.50: fix glsl-1.50-geometry-primitive-types

2018-06-12 Thread Lionel Landwerlin
On 11/06/18 18:38, Eric Engestrom wrote: ARRAY_SIZE() on a pointer results in `sizeof(pointer) / sizeof(pointer)`, which means the loop only ever executed the first test. Effectively revert most of fc189b7ff1160e3adc067 for this file to fix it. Fixes: fc189b7ff1160e3adc067 "Remove GLenum string