Re: [Mesa-dev] [PATCH] glsl: warn in GL as well as ES when varying not written

2016-02-15 Thread Iago Toral
Reviewed-by: Iago Toral Quiroga On Mon, 2016-02-15 at 14:06 +1100, Timothy Arceri wrote: > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93339 > --- > src/compiler/glsl/link_varyings.cpp | 23 +++ > 1 file changed, 7 insertions(+), 16 deletions(-) > > diff --git a/s

[Mesa-dev] [PATCH] glsl: warn in GL as well as ES when varying not written

2016-02-14 Thread Timothy Arceri
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=93339 --- src/compiler/glsl/link_varyings.cpp | 23 +++ 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/src/compiler/glsl/link_varyings.cpp b/src/compiler/glsl/link_varyings.cpp index 2e84972..e3c2fa6 100644