Re: [Mesa-dev] [PATCH 08/19] glsl: Walk a list of ir_dereference_array to mark array elements as accessed

2016-12-19 Thread Kenneth Graunke
On Thursday, December 15, 2016 8:10:20 PM PST Ian Romanick wrote: > From: Ian Romanick > > Signed-off-by: Ian Romanick > Cc: mesa-sta...@lists.freedesktop.org > --- > src/compiler/glsl/ir_array_refcount.cpp | 73 +++- >

[Mesa-dev] [PATCH 08/19] glsl: Walk a list of ir_dereference_array to mark array elements as accessed

2016-12-15 Thread Ian Romanick
From: Ian Romanick Signed-off-by: Ian Romanick Cc: mesa-sta...@lists.freedesktop.org --- src/compiler/glsl/ir_array_refcount.cpp | 73 +++- src/compiler/glsl/ir_array_refcount.h | 10 +