aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools
Commit message (Expand)AuthorAgeFilesLines
* aubinator: report error on unknown device idLionel Landwerlin2017-05-241-1/+1
* aubinator: be consistent on exit codeLionel Landwerlin2017-05-241-5/+5
* aubinator: fix double freeLionel Landwerlin2017-05-241-1/+1
* intel/aubinator_error_decode: Disassemble shader programsMatt Turner2017-05-151-3/+181
* intel/aubinator_error_decode: Stop decoding after MI_BATCH_BUFFER_ENDMatt Turner2017-05-151-0/+3
* intel/tools: Refactor gen_disasm_disassemble() to use annotationsMatt Turner2017-05-151-28/+43
* intel/aubinator: Correctly read variable length structs.Rafael Antognolli2017-04-241-0/+19
* intel/aubinator: Stop searching after a custom handler is foundJordan Justen2017-04-061-1/+3
* intel/gen_decoder: return -1 for unknown command formatsJordan Justen2017-04-062-6/+8
* intel/aubinator_error_decode: Fix structure decode dataJordan Justen2017-04-061-1/+1
* intel: tools: add aubinator_error_decode toolLionel Landwerlin2017-04-042-0/+736
* aubinator/gen_decoder/i965: decode instructions from dword 0Lionel Landwerlin2017-04-031-3/+2
* aubinator: enable snb/ilk through --genLionel Landwerlin2017-03-311-0/+2
* intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].Kenneth Graunke2017-03-213-1001/+1
* aubinator: Move the guts of decode_group() to decoder.c.Kenneth Graunke2017-03-203-31/+42
* aubinator: Drop spec parameter to decode_group().Kenneth Graunke2017-03-201-13/+12
* aubinator: Make the iterator store a pointer to structure descriptions.Kenneth Graunke2017-03-203-27/+11
* aubinator: Track the current field's starting dword offset.Kenneth Graunke2017-03-203-26/+18
* aubinator: Drop decode_structure() helper.Kenneth Graunke2017-03-201-16/+9
* aubinator: Drop unused print_dword_headers flag.Kenneth Graunke2017-03-201-5/+4
* aubinator: Store a pointer from gen_group back to gen_spec.Kenneth Graunke2017-03-202-0/+2
* aubinator: Store enum textual name in iter->value.Kenneth Graunke2017-03-203-19/+15
* aubinator: Use fprintf for output.Kenneth Graunke2017-03-161-69/+73
* aubinator: Reuse decode_structure code for handling commandsKenneth Graunke2017-03-161-23/+16
* aubinator: Delete redundant NULL check.Kenneth Graunke2017-03-161-10/+3
* aubinator: Fix indentation.Kenneth Graunke2017-03-161-7/+6
* 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