intel/tools/error: Save error state sections and decode them later.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 12 Nov 2017 06:37:35 +0000 (22:37 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 14 Nov 2017 01:11:02 +0000 (17:11 -0800)
commit4979bf2728724a05c201ed4c1a7998ad6e37f06a
treef6cf7dab79c04bd01512725bf4d36621e44eca70
parenteb8ad56ed2ee005ae7bbff3ff87fb1bcc1b6e4f1
intel/tools/error: Save error state sections and decode them later.

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.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
src/intel/tools/aubinator_error_decode.c