Re: [Mesa-dev] [PATCH 3/3] aubinator: add support for aubinating memtrace aubs

2018-01-05 Thread Jordan Justen
On 2017-11-28 15:52:10, Scott D Phillips wrote: > Memtrace aubs are similar to classic aubs, with the major > difference being how command submission is serialized (as register > writes instead of a high-level submit message). Some internal > tools generate or consume only memtrace aubs. > --- >

[Mesa-dev] [PATCH 3/3] aubinator: add support for aubinating memtrace aubs

2017-11-28 Thread Scott D Phillips
Memtrace aubs are similar to classic aubs, with the major difference being how command submission is serialized (as register writes instead of a high-level submit message). Some internal tools generate or consume only memtrace aubs. --- src/intel/tools/aubinator.c | 117