Re: [Mesa-dev] [PATCH 3/3] glsl: Interface Block instances don't need linking validation

2017-03-27 Thread Andres Gomez
On Sun, 2017-03-26 at 21:28 +1100, Timothy Arceri wrote: > Patches 2 & 3 are: > > Reviewed-by: Timothy Arceri Thanks! I've already pushed this. Additionally, could you take a look to this piglit patch related to patch 3 in this series?

Re: [Mesa-dev] [PATCH 3/3] glsl: Interface Block instances don't need linking validation

2017-03-26 Thread Timothy Arceri
Patches 2 & 3 are: Reviewed-by: Timothy Arceri ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 3/3] glsl: Interface Block instances don't need linking validation

2017-02-23 Thread Andres Gomez
From page 45 (page 52 of the PDF) of the GLSL ES 3.00 v.6 spec: " When instance names are present on matched block names, it is allowed for the instance names to differ; they need not match for the blocks to match. From page 51 (page 57 of the PDF) of the GLSL 4.30 v.8 spec: " When