Re: [Mesa-dev] [PATCH 1/4] nir: Drop an unused program/hash_table.h include.

2016-08-09 Thread Timothy Arceri
On Tue, 2016-08-09 at 16:06 -0700, Ian Romanick wrote: > With the one comment on patch 3 resolved, this series is > > Reviewed-by: Ian Romanick Series also: Reviewed-by: Timothy Arceri > > On 08/09/2016 10:17 AM, Eric Anholt wrote: > > > > --- > >  src/compiler/nir/nir_lower_samplers.c | 1

Re: [Mesa-dev] [PATCH 1/4] nir: Drop an unused program/hash_table.h include.

2016-08-09 Thread Ian Romanick
With the one comment on patch 3 resolved, this series is Reviewed-by: Ian Romanick On 08/09/2016 10:17 AM, Eric Anholt wrote: > --- > src/compiler/nir/nir_lower_samplers.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/src/compiler/nir/nir_lower_samplers.c > b/src/compiler/nir/nir_lo

[Mesa-dev] [PATCH 1/4] nir: Drop an unused program/hash_table.h include.

2016-08-09 Thread Eric Anholt
--- src/compiler/nir/nir_lower_samplers.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compiler/nir/nir_lower_samplers.c b/src/compiler/nir/nir_lower_samplers.c index 4a4326983a65..e878edd9b54b 100644 --- a/src/compiler/nir/nir_lower_samplers.c +++ b/src/compiler/nir/nir_lower_samplers.