aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools/decoder.h
Commit message (Expand)AuthorAgeFilesLines
* intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].Kenneth Graunke2017-03-211-138/+0
* aubinator: Move the guts of decode_group() to decoder.c.Kenneth Graunke2017-03-201-0/+5
* aubinator: Make the iterator store a pointer to structure descriptions.Kenneth Graunke2017-03-201-0/+1
* aubinator: Track the current field's starting dword offset.Kenneth Graunke2017-03-201-0/+1
* aubinator: Store a pointer from gen_group back to gen_spec.Kenneth Graunke2017-03-201-0/+1
* aubinator: Store enum textual name in iter->value.Kenneth Graunke2017-03-201-1/+0
* aubinator: Add support for enum typesKristian H. Kristensen2016-11-291-13/+23
* intel: aubinator: print field values if availableLionel Landwerlin2016-11-011-0/+1
* intel: aubinator: load fields values from xml dataLionel Landwerlin2016-11-011-0/+9
* intel: aubinator: print boolean fields to true with colorsLionel Landwerlin2016-11-011-1/+4
* aubinator: replace pragma once with ifndef guardEmil Velikov2016-10-141-1/+4
* intel: aubinator: enable loading xml files from a given directoryLionel Landwerlin2016-10-081-0/+2
* intel: aubinator: generate a standalone binaryLionel Landwerlin2016-10-081-1/+3
* aubinator: add a custom handler for immediate register loadLionel Landwerlin2016-09-201-0/+4
* aubinator: Fix compiler warningSirisha Gandikota2016-09-121-1/+1
* aubinator: Fix the tool to correctly decode the DWordsSirisha Gandikota2016-08-231-0/+40
* aubinator: Add a new tool called Aubinator to the src/intel/tools folder.Kristian Høgsberg Kristensen2016-08-231-0/+57