summaryrefslogtreecommitdiffstats
path: root/src/intel/tools
Commit message (Expand)AuthorAgeFilesLines
* aubinator/genxml: use gzipped files to store embedded genxmlLionel Landwerlin2017-03-131-7/+61
* intel/tools: Use a makefile included from intel/Makefile.amJason Ekstrand2017-03-131-63/+0
* i965: Move the back-end compiler to src/intel/compilerJason Ekstrand2017-03-132-5/+3
* i965: Reduce cross-pollination between the DRI driver and compilerJason Ekstrand2017-03-011-1/+0
* intel/aubinator: fix 32bit shift overflow warningGrazvydas Ignotas2016-12-111-1/+1
* aubinator: Add support for enum typesKristian H. Kristensen2016-11-292-40/+93
* intel/aubinator: Pull useful information from the AUB headerJason Ekstrand2016-11-281-2/+32
* intel/aubinator: Wait to setup decoders until we parse the aub headerJason Ekstrand2016-11-281-23/+28
* intel/aubinator: Rework handling of the --gen flagJason Ekstrand2016-11-281-20/+16
* intel/aubinator: Trust the packet size in the header for SUBOPCODE_HEADERJason Ekstrand2016-11-281-14/+4
* intel/aubinator: Add a get_offset helperJason Ekstrand2016-11-281-10/+19
* intel/aubinator: Fix the kernel start pointer for 3DSTATE_HSJason Ekstrand2016-11-281-2/+2
* intel/aubinator: Add a get_address helperJason Ekstrand2016-11-281-16/+31
* intel/aubinator: Properly handle batch buffer chainingJason Ekstrand2016-11-281-1/+19
* intel: aubinator: Fix resource leak in gen_spec_load_from_pathGwan-gyeong Mun2016-11-211-0/+1
* intel: aubinator: print field values if availableLionel Landwerlin2016-11-013-5/+34
* intel: aubinator: load fields values from xml dataLionel Landwerlin2016-11-012-0/+40
* intel: aubinator: print boolean fields to true with colorsLionel Landwerlin2016-11-013-6/+17
* intel: aubinator: fix printing missing gen optionLionel Landwerlin2016-10-311-2/+2
* intel: aubinator: fix assumptions on amount of required dataLionel Landwerlin2016-10-311-1/+5
* intel: aubinator: don't print out blocks twiceLionel Landwerlin2016-10-311-1/+0
* 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