Re: [Mesa-dev] [PATCH 09/14] intel: tools: split memory management out of aubinator

2018-08-03 Thread Rafael Antognolli
This also looks like a harmless and useful refactory. Reviewed-by: Rafael Antognolli On Thu, Aug 02, 2018 at 10:39:21AM +0100, Lionel Landwerlin wrote: > Signed-off-by: Lionel Landwerlin > --- > src/intel/tools/aub_mem.c | 391 > src/intel/tools/aub_mem.h

[Mesa-dev] [PATCH 09/14] intel: tools: split memory management out of aubinator

2018-08-02 Thread Lionel Landwerlin
Signed-off-by: Lionel Landwerlin --- src/intel/tools/aub_mem.c | 391 src/intel/tools/aub_mem.h | 72 +++ src/intel/tools/aubinator.c | 379 +++--- src/intel/tools/meson.build | 2 +- 4 files changed, 491 insertions(+), 3