summaryrefslogtreecommitdiff
path: root/src/intel/tools/gen_batch_decoder.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-02intel: Move batch decoder/disassembler from tools/ to common/Kenneth Graunke1-842/+0
2018-05-02intel: batch-decoder: iterate VERTEX_BUFFER_STATE fieldsLionel Landwerlin1-31/+39
2018-05-02intel: decoder: make the field iterator use more naturalLionel Landwerlin1-20/+20
2018-04-10intel: aubinator: print out addresses of invalid instructionsLionel Landwerlin1-9/+14
2018-02-14intel/aubinator: Correctly decode INTERFACE_DESCRIPTOR_DATAJason Ekstrand1-1/+1
2018-02-01intel/decoder: Fix control / evaluation label mixup.Kenneth Graunke1-2/+2
2017-12-28intel/aubinator: Gracefully handle dynamic state not being availableJason Ekstrand1-0/+5
2017-12-14intel/batch-decoder: Decode registersJason Ekstrand1-0/+13
2017-12-14intel/batch-decoder: Decode dynamic stateJason Ekstrand1-0/+81
2017-12-14intel/batch-decoder: Decode constants, binding tables, and samplersJason Ekstrand1-0/+73
2017-12-14intel/batch-decoder: Decode graphics shadersJason Ekstrand1-0/+95
2017-12-14intel/batch-decoder: Decode vertex and index buffersJason Ekstrand1-0/+159
2017-12-14intel/batch-decoder: Decode MEDIA_INTERFACE_DESCRIPTOR_LOADJason Ekstrand1-0/+145
2017-12-14intel/tools: Add the start of a generic batch decoderJason Ekstrand1-0/+258