Re: [Mesa-dev] [PATCH] mesa: remove initialized field from uniform storage

2016-03-28 Thread Brian Paul
On 03/26/2016 09:51 PM, Timothy Arceri wrote: The only place this was used was in a gallium debug function that had to be manually enabled. I think used this years ago to debug something or other. I guess I can re-apply it if I ever need it again. Reviewed-by: Brian Paul --- src/compi

Re: [Mesa-dev] [PATCH] mesa: remove initialized field from uniform storage

2016-03-26 Thread eocallaghan
Reviewed-by: Edward O'Callaghan On 2016-03-27 14:51, Timothy Arceri wrote: The only place this was used was in a gallium debug function that had to be manually enabled. --- src/compiler/glsl/ir_uniform.h | 5 src/compiler/glsl/link_uniform_initializers.cpp | 4 --- src/

[Mesa-dev] [PATCH] mesa: remove initialized field from uniform storage

2016-03-26 Thread Timothy Arceri
The only place this was used was in a gallium debug function that had to be manually enabled. --- src/compiler/glsl/ir_uniform.h | 5 src/compiler/glsl/link_uniform_initializers.cpp | 4 --- src/compiler/glsl/link_uniforms.cpp | 1 - src/mesa/main/shaderapi.c