Re: [Mesa-dev] [PATCH] compiler: Check if check_explicit_uniform_locations has failed.

2016-03-19 Thread Eduardo Lima Mitev
On 03/18/2016 04:41 PM, Plamena Manolova wrote: We should check whether check_explicit_uniform_locations has failed before we pass the number of explicit uniform locations to link_assign_uniform_locations. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94549#c3 --- src/compiler/glsl/li

[Mesa-dev] [PATCH] compiler: Check if check_explicit_uniform_locations has failed.

2016-03-19 Thread Plamena Manolova
We should check whether check_explicit_uniform_locations has failed before we pass the number of explicit uniform locations to link_assign_uniform_locations. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94549#c3 --- src/compiler/glsl/linker.cpp | 7 ++- 1 file changed, 6 insertions(