glsl/linker: Fix unmatched TCS outputs being reduced to local variable
authorDanylo Piliaiev <danylo.piliaiev@globallogic.com>
Wed, 2 Jan 2019 13:55:08 +0000 (15:55 +0200)
committerTimothy Arceri <tarceri@itsqueeze.com>
Tue, 8 Jan 2019 23:31:13 +0000 (10:31 +1100)
commit9f29d90327e343f5717a98ceb6df2cdbab5d0e0b
tree097197379abc265982caa3dd9da675ab4919f5b9
parentdb3b6b6bca4fcf35f184473c517a3db11303d1e7
glsl/linker: Fix unmatched TCS outputs being reduced to local variable

Always match TCS outputs since they are shared by all invocations
within the patch and should not be converted to local variables.

This is one of the issues found in Downward.

Signed-off-by: Danylo Piliaiev <danylo.piliaiev@globallogic.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104297
src/compiler/glsl/linker.cpp