summaryrefslogtreecommitdiffstats
path: root/src/intel/tools
Commit message (Expand)AuthorAgeFilesLines
* intel: aubinator: use different colors to signal batch start/endLionel Landwerlin2016-10-171-5/+10
* aubinator: replace pragma once with ifndef guardEmil Velikov2016-10-141-1/+4
* intel: aubinator: enable loading dumps from standard inputLionel Landwerlin2016-10-081-36/+129
* intel: aubinator: enable loading xml files from a given directoryLionel Landwerlin2016-10-083-3/+81
* intel: aubinator: generate a standalone binaryLionel Landwerlin2016-10-083-51/+84
* intel: aubinator: use getopt to parse argumentsLionel Landwerlin2016-10-071-57/+33
* intel: aubinator: add missing return charactersLionel Landwerlin2016-10-061-5/+5
* intel: aubinator: pack supported generations into an arrayLionel Landwerlin2016-10-051-53/+35
* aubinator: use the correct format specifier for printing ptrdiff_t.Kenneth Graunke2016-10-041-1/+1
* aubinator: Use less -RS instead of -r for the implicit pager.Kenneth Graunke2016-10-041-4/+3
* intel: use the correct format specifier for printing uint64_tTimothy Arceri2016-10-042-11/+13
* aubinator: Fix the decoding of values that span two DwordsSirisha Gandikota2016-09-261-13/+37
* aubinator: fix resource leakNayan Deshmukh2016-09-251-1/+3
* intel/i965: make gen_device_info mutableLionel Landwerlin2016-09-231-1/+3
* aubinator: add a custom handler for immediate register loadLionel Landwerlin2016-09-203-3/+47
* aubinator: Remove bogus "end" parameter in gen_disasm_disassemble()Sirisha Gandikota2016-09-133-10/+12
* aubinator: Make gen_disasm_disassemble handle split sendsSirisha Gandikota2016-09-131-7/+12
* aubinator: Simplify print_dword_val() methodSirisha Gandikota2016-09-131-8/+4
* aubinator: Simplify gen_disasm_create()'s devinfo handlingSirisha Gandikota2016-09-121-7/+1
* aubinator: Fix compiler warningSirisha Gandikota2016-09-121-1/+1
* aubinator: rework print_help()Emil Velikov2016-09-121-12/+5
* aubinator: only use program_invocation_short_name with glibc/cygwinJonathan Gray2016-09-081-1/+7
* aubinator: include libgen.h for basename(3)Jonathan Gray2016-09-081-0/+1
* aubinator: stop using non portable error() functionJonathan Gray2016-09-081-16/+30
* intel: Rename brw_get_device_name/info to gen_get_device_name/infoJason Ekstrand2016-09-031-1/+1
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-031-3/+3
* intel: Add a new "common" library for more code sharingJason Ekstrand2016-09-031-0/+1
* mesa: Add some more .gitignoreJason Ekstrand2016-08-311-0/+1
* aubinator: fix if indentation and add brackets to multiline bodyTimothy Arceri2016-08-311-3/+4
* aubinator: Style fixes.Kenneth Graunke2016-08-234-34/+45
* aubinator: Fix the tool to correctly decode the DWordsSirisha Gandikota2016-08-233-53/+189
* aubinator: Add a new tool called Aubinator to the src/intel/tools folder.Kristian Høgsberg Kristensen2016-08-236-0/+1851