Re: [Mesa-dev] [PATCH 08/11] intel/tools/error: Save error state sections and decode them later.

2017-11-12 Thread Chris Wilson
Quoting Kenneth Graunke (2017-11-12 08:35:09) > This lets us complete parsing and storing of each buffer's data before > we begin decoding the batchbuffer. This makes it possible to inspect > the state buffer and program buffer, so we can properly decode any > indirect state or shader programs.

[Mesa-dev] [PATCH 08/11] intel/tools/error: Save error state sections and decode them later.

2017-11-12 Thread Kenneth Graunke
This lets us complete parsing and storing of each buffer's data before we begin decoding the batchbuffer. This makes it possible to inspect the state buffer and program buffer, so we can properly decode any indirect state or shader programs. --- src/intel/tools/aubinator_error_decode.c | 95