Re: [Mesa-dev] [PATCH] glsl: Update hash table comments in constant propagation

2016-04-12 Thread Kenneth Graunke
On Sunday, April 10, 2016 8:43:25 PM PDT Rhys Kidd wrote: > Signed-off-by: Rhys Kidd > --- > src/compiler/glsl/opt_constant_propagation.cpp | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/compiler/glsl/opt_constant_propagation.cpp

[Mesa-dev] [PATCH] glsl: Update hash table comments in constant propagation

2016-04-10 Thread Rhys Kidd
Signed-off-by: Rhys Kidd --- src/compiler/glsl/opt_constant_propagation.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/compiler/glsl/opt_constant_propagation.cpp b/src/compiler/glsl/opt_constant_propagation.cpp index 416ba16..4764d16 100644