intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].
[mesa.git] / src / intel / tools / aubinator.c
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...