Re: [Mesa-dev] [PATCH] glsl: Initialize parcel_out_uniform_storage member variables.

2013-02-19 Thread Adrian M Negreanu
Hi, I have tested your changes: [Mesa-dev] [PATCH] glsl: Initialize parcel_out_uniform_storage member variables. Project: mesa (Mesa build tests) Configurations: android linux Tested the patch(es) on top of the

[Mesa-dev] [PATCH] glsl: Initialize parcel_out_uniform_storage member variables.

2013-02-18 Thread Vinson Lee
Fixes uninitialized scalar field defect reported by Coverity. Signed-off-by: Vinson Lee --- src/glsl/link_uniforms.cpp | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/glsl/link_uniforms.cpp b/src/glsl/link_uniforms.cpp index d457e4d..5e391ee 100644 --- a/src/glsl/li