intel/tools: Use gen_device_name_to_pci_device_id in aubinator
[mesa.git] / src / intel / tools / aubinator.c
2018-02-27 Jordan Justenintel/tools: Use gen_device_name_to_pci_device_id in...
2018-01-09 Scott D Phillipsaubinator: add support for aubinating memtrace aubs
2018-01-09 Scott D Phillipsaubinator: extract aubinator_init() out of the header...
2018-01-09 Scott D Phillipsaubinator: honor --color option when printing the header
2017-12-14 Jason Ekstrandintel/tools: Convert aubinator over to the common framework
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-07-13 Lionel Landwerlinaubinator: don't leak fd of opened aubfile
2017-06-22 Rafael Antognolliaubinator: Dump sampler state pointers on gen6 too.
2017-06-09 Anuj Phogati965/cnl: Add cnl bits in aubinator
2017-06-06 Lionel Landwerlinintel: gen-decoder: rework how we handle groups
2017-04-24 Rafael Antognolliintel/aubinator: Correctly read variable length structs.
2017-04-06 Jordan Justenintel/aubinator: Stop searching after a custom handler...
2017-04-06 Jordan Justenintel/gen_decoder: return -1 for unknown command formats
2017-04-03 Lionel Landwerlinaubinator/gen_decoder/i965: decode instructions from...
2017-03-31 Lionel Landwerlinaubinator: enable snb/ilk through --gen
2017-03-21 Kenneth Graunkeintel: Move tools/decoder.[ch] to common/gen_decoder...
2017-03-20 Kenneth Graunkeaubinator: Move the guts of decode_group() to decoder.c.
2017-03-20 Kenneth Graunkeaubinator: Drop spec parameter to decode_group().
2017-03-20 Kenneth Graunkeaubinator: Make the iterator store a pointer to structu...
2017-03-20 Kenneth Graunkeaubinator: Track the current field's starting dword...
2017-03-20 Kenneth Graunkeaubinator: Drop decode_structure() helper.
2017-03-20 Kenneth Graunkeaubinator: Drop unused print_dword_headers flag.
2017-03-20 Kenneth Graunkeaubinator: Store enum textual name in iter->value.
2017-03-16 Kenneth Graunkeaubinator: Use fprintf for output.
2017-03-16 Kenneth Graunkeaubinator: Reuse decode_structure code for handling...
2017-03-16 Kenneth Graunkeaubinator: Delete redundant NULL check.
2017-03-16 Kenneth Graunkeaubinator: Fix indentation.
2016-12-11 Grazvydas Ignotasintel/aubinator: fix 32bit shift overflow warning
2016-11-29 Jason Ekstrandintel/aubinator: Pull useful information from the AUB...
2016-11-29 Jason Ekstrandintel/aubinator: Wait to setup decoders until we parse...
2016-11-29 Jason Ekstrandintel/aubinator: Rework handling of the --gen flag
2016-11-29 Jason Ekstrandintel/aubinator: Trust the packet size in the header...
2016-11-29 Jason Ekstrandintel/aubinator: Add a get_offset helper
2016-11-29 Jason Ekstrandintel/aubinator: Fix the kernel start pointer for 3DSTA...
2016-11-29 Jason Ekstrandintel/aubinator: Add a get_address helper
2016-11-29 Jason Ekstrandintel/aubinator: Properly handle batch buffer chaining
2016-11-01 Lionel Landwerlinintel: aubinator: print field values if available
2016-11-01 Lionel Landwerlinintel: aubinator: print boolean fields to true with...
2016-10-31 Lionel Landwerlinintel: aubinator: fix printing missing gen option
2016-10-31 Lionel Landwerlinintel: aubinator: fix assumptions on amount of required...
2016-10-31 Lionel Landwerlinintel: aubinator: don't print out blocks twice
2016-10-17 Lionel Landwerlinintel: aubinator: use different colors to signal batch...
2016-10-08 Lionel Landwerlinintel: aubinator: enable loading dumps from standard...
2016-10-08 Lionel Landwerlinintel: aubinator: enable loading xml files from a given...
2016-10-08 Lionel Landwerlinintel: aubinator: generate a standalone binary
2016-10-06 Lionel Landwerlinintel: aubinator: use getopt to parse arguments
2016-10-06 Lionel Landwerlinintel: aubinator: add missing return characters
2016-10-05 Lionel Landwerlinintel: aubinator: pack supported generations into an...
2016-10-05 Kenneth Graunkeaubinator: use the correct format specifier for printin...
2016-10-05 Kenneth Graunkeaubinator: Use less -RS instead of -r for the implicit...
2016-10-04 Timothy Arceriintel: use the correct format specifier for printing...
2016-09-20 Lionel Landwerlinaubinator: add a custom handler for immediate register...
2016-09-13 Sirisha Gandikotaaubinator: Remove bogus "end" parameter in gen_disasm_d...
2016-09-13 Sirisha Gandikotaaubinator: Simplify print_dword_val() method
2016-09-12 Emil Velikovaubinator: rework print_help()
2016-09-08 Jonathan Grayaubinator: only use program_invocation_short_name with...
2016-09-08 Jonathan Grayaubinator: include libgen.h for basename(3)
2016-09-08 Jonathan Grayaubinator: stop using non portable error() function
2016-08-24 Kenneth Graunkeaubinator: Style fixes.
2016-08-24 Sirisha Gandikotaaubinator: Fix the tool to correctly decode the DWords
2016-08-24 Kristian Høgsberg... aubinator: Add a new tool called Aubinator to the src...