Re: [Mesa-dev] [PATCH v2 01/16] intel: aubinator: remove unused variables

2018-06-19 Thread Rafael Antognolli
Reviewed-by: Rafael Antognolli On Tue, Jun 19, 2018 at 02:45:16PM +0100, Lionel Landwerlin wrote: > These memory offsets are stored in the gen_batch_decode_ctx. > > Signed-off-by: Lionel Landwerlin > --- > src/intel/tools/aubinator.c | 5 - > 1 file changed, 5 deletions(-) > > diff --git

[Mesa-dev] [PATCH v2 01/16] intel: aubinator: remove unused variables

2018-06-19 Thread Lionel Landwerlin
These memory offsets are stored in the gen_batch_decode_ctx. Signed-off-by: Lionel Landwerlin --- src/intel/tools/aubinator.c | 5 - 1 file changed, 5 deletions(-) diff --git a/src/intel/tools/aubinator.c b/src/intel/tools/aubinator.c index c8d79ae377d..949ba96e556 100644 --- a/src/intel/to