summaryrefslogtreecommitdiffstats
path: root/src/intel/common/gen_batch_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* intel/decoders: silence uninitialized variable warnings in gen_print_batch()Brian Paul2019-03-081-2/+2
* intel/decoders: limit number of decoded batchbuffersLionel Landwerlin2019-03-071-2/+13
* intel/decoders: handle decoding MI_BBS from ringLionel Landwerlin2019-03-071-3/+3
* intel/decoders: add address space indicator to get BOsLionel Landwerlin2019-03-071-14/+20
* intel/batch-decoder: fix a vb end address calculationAndrii Simiklit2019-01-251-1/+3
* intel/batch-decoder: fix vertex buffer size calculation for gen<8Andrii Simiklit2019-01-251-1/+1
* intel/decoder: tools: Use engine for decoding batch instructionsToni Lönnberg2018-11-131-9/+16
* intel/decoders: fix instruction base address parsingLionel Landwerlin2018-11-051-1/+1
* intel/batch-decoder: remove never-used functionEric Engestrom2018-10-301-21/+0
* intel/decoders: fix end of batch limitLionel Landwerlin2018-10-231-1/+1
* intel: Fix decoding for partial STATE_BASE_ADDRESS updates.Kenneth Graunke2018-10-221-3/+21
* intel/tools: Add 0x in front of a couple of hex valuesJason Ekstrand2018-08-251-2/+2
* intel/batch_decoder: Print blend states properlyJason Ekstrand2018-08-251-1/+16
* intel/batch_decoder: Fix dynamic state printingJason Ekstrand2018-08-251-2/+2
* intel/batch-decoder: replace local ARRAY_LENGTH() macro with global ARRAY_SIZE()Eric Engestrom2018-08-161-3/+2
* intel: Make the decoder just store addresses for bases, not buffers.Kenneth Graunke2018-07-251-9/+9
* intel: Make the decoder handle STATE_BASE_ADDRESS not being a buffer.Kenneth Graunke2018-07-251-36/+39
* intel/batch-decoder: fix uninitialized values warningsCaio Marcelo de Oliveira Filho2018-07-181-5/+5
* intel/batch_decoder: Recurse for all 2nd level batchesJason Ekstrand2018-07-091-14/+5
* intel: batch-decoder: add missing return lineLionel Landwerlin2018-07-051-1/+1
* intel: batch-decoder: don't asks for constant BO until decodingLionel Landwerlin2018-07-051-6/+11
* intel/batch-decoder: handle non-contiguous binding table / surface stateScott D Phillips2018-07-051-4/+14
* intel: decoder: limit to the number decoded lines from VBOLionel Landwerlin2018-05-021-8/+14
* intel: Fix 3DSTATE_CONSTANT buffer decoding.Kenneth Graunke2018-05-021-15/+25
* intel: Give the batch decoder a callback to ask about state size.Kenneth Graunke2018-05-021-4/+22
* intel: Move batch decoder/disassembler from tools/ to common/Kenneth Graunke2018-05-021-0/+842