Re: [Piglit] [PATCH] arb_shader_ballot: Fix the test values for gl_SubGroupG{e, t}MaskARB

2017-10-31 Thread Matt Turner
Reviewed-by: Matt Turner ___ Piglit mailing list Piglit@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/piglit

[Piglit] [PATCH] arb_shader_ballot: Fix the test values for gl_SubGroupG{e, t}MaskARB

2017-10-31 Thread Neil Roberts
The previous comparison values were calculated by shifting ~0 by the invocation index. This would end up including bits higher than gl_SubGroupSizeARB. --- .../arb_shader_ballot/execution/fs-builtin-variables.shader_test | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git