Re: [Mesa-dev] [PATCH] glsl/linker: properly fix output variable overlap check

2017-09-20 Thread Kenneth Graunke
On Wednesday, September 20, 2017 12:58:36 PM PDT Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102904 > Fixes: 15cae12804e ("glsl/linker: fix output variable overlap check") > --- > src/compiler/glsl/linker.cpp | 18 -- >

[Mesa-dev] [PATCH] glsl/linker: properly fix output variable overlap check

2017-09-20 Thread Nicolai Hähnle
From: Nicolai Hähnle Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=102904 Fixes: 15cae12804e ("glsl/linker: fix output variable overlap check") --- src/compiler/glsl/linker.cpp | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/compiler/glsl/link