summaryrefslogtreecommitdiffstats
path: root/src/intel/common/gen_batch_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* 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