Re: [Mesa-dev] [PATCH 11/14] intel: tools: aubmem: map gtt data to aub file

2018-08-06 Thread Rafael Antognolli
On Thu, Aug 02, 2018 at 10:39:23AM +0100, Lionel Landwerlin wrote: > This will allow the aubinator viewer tool to modify the aub data that > was loaded at a particular gtt address. > > Signed-off-by: Lionel Landwerlin > --- > src/intel/tools/aub_mem.c | 29 + > src/in

[Mesa-dev] [PATCH 11/14] intel: tools: aubmem: map gtt data to aub file

2018-08-02 Thread Lionel Landwerlin
This will allow the aubinator viewer tool to modify the aub data that was loaded at a particular gtt address. Signed-off-by: Lionel Landwerlin --- src/intel/tools/aub_mem.c | 29 + src/intel/tools/aub_mem.h | 6 ++ 2 files changed, 35 insertions(+) diff --git a/