intel/dump_gpu: only map in GTT buffers not previously mapped
[mesa.git] / src / intel / tools / aubinator_error_decode.c
2020-05-20 Lionel Landwerlinintel/aub_error_decoder: print driver identifier if...
2020-03-23 D Scott Phillipsintel/tools/aubinator_error_decode: Decode ring buffers...
2020-03-23 D Scott Phillipsintel/tools/aubinator_error_decode: read HW Context...
2020-02-14 Rafael Antognolliintel/tools: Update aubinator_error_decode.
2019-08-01 Mark Janesintel/device: rename gen_get_device_info
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-03-07 Lionel Landwerlinintel/decoders: handle decoding MI_BBS from ring
2019-03-07 Lionel Landwerlinintel/decoders: add address space indicator to get BOs
2018-12-04 Toni Lönnbergintel/aubinator_error_decode: Get rid of warning for...
2018-11-13 Toni Lönnbergintel/decoder: tools: Use engine for decoding batch...
2018-10-23 Lionel Landwerlinintel/decoders: fix end of batch limit
2018-08-20 Kai Wasserbächintel/aubinator_error_decode: mark ret as MAYBE_UNUSED...
2018-07-09 Jason Ekstrandintel/aubinator_error_decode: Allow for more sections
2018-05-02 Kenneth Graunkeintel: Give the batch decoder a callback to ask about...
2018-04-03 Lionel Landwerlinintel: error_decode: add an option to decode all buffers
2018-03-26 Rafael Antognolliintel/aubinator_error_decode: Decode more registers.
2018-03-21 Rafael Antognolliaubinator_error_decode: Compare only the class_name...
2018-02-26 Lionel Landwerlinintel: aubinator_error_decode: fix segfault on missing...
2018-02-03 Jason Ekstrandaubinator: Multiply count by 4 to compute buffer sizes
2018-01-25 Jason Ekstrandaubinator: Multiply count by 4 to compute buffer sizes
2018-01-18 Chris Wilsonintel: Future-proof ring names for aubinator_error_decode
2017-12-28 Jason Ekstrandintel/aubinator: Free section data last
2017-12-14 Jason Ekstrandintel/tools: Switch aubinator_error_decode over to...
2017-12-14 Jason Ekstrandintel/disasm: Take a devinfo in gen_disasm_create
2017-12-14 Jason Ekstrandintel/decoder: Take a bit offset in gen_print_group
2017-11-14 Kenneth Graunkeintel/tools/error: Decode compute shaders.
2017-11-14 Kenneth Graunkeintel/tools/error: Use do-while for field iterator...
2017-11-14 Kenneth Graunkeintel/tools/error: Decode shaders while decoding batch...
2017-11-14 Kenneth Graunkeintel/tools/error: Save error state sections and decode...
2017-11-14 Kenneth Graunkeintel/tools/error: Fix null termination of ring name...
2017-11-14 Kenneth Graunkeintel/tools/error: Drop unused MAX_RINGS #define.
2017-11-14 Kenneth Graunkeintel/tools/error: Refactor buffer matching, add more...
2017-11-14 Kenneth Graunkeintel/tools/error: Only decode a few sections of error...
2017-11-14 Kenneth Graunkeintel/tools/error: Drop unused parameters from decode...
2017-11-14 Kenneth Graunkeintel/tools/error: Drop support for non-ascii85 encoded...
2017-11-14 Kenneth Graunkeintel/tools/error: Do ascii85 decode first.
2017-11-12 Kenneth Graunkeintel/tools: Fix detection of enabled shader stages.
2017-11-01 Lionel Landwerlinintel: error-decode: implement a rolling window of...
2017-09-01 Eric Engestromaubinator: remove duplicate initialisation
2017-05-24 Lionel Landwerlinaubinator: report error on unknown device id
2017-05-24 Lionel Landwerlinaubinator: be consistent on exit code
2017-05-24 Lionel Landwerlinaubinator: fix double free
2017-05-15 Matt Turnerintel/aubinator_error_decode: Disassemble shader programs
2017-05-15 Matt Turnerintel/aubinator_error_decode: Stop decoding after MI_BA...
2017-04-06 Jordan Justenintel/gen_decoder: return -1 for unknown command formats
2017-04-06 Jordan Justenintel/aubinator_error_decode: Fix structure decode...
2017-04-04 Lionel Landwerlinintel: tools: add aubinator_error_decode tool