intel/compiler: Get rid of the global compaction table pointers
[mesa.git] / src / intel / common / gen_batch_decoder.c
2020-05-02 Dave Airliei965: add support for gen 5 pipelined pointers to dump
2020-04-16 Jason Ekstrandintel/batch_decoder: Stop printing to stdout
2020-01-31 Jason Ekstrandintel/tools: Handle strides better when dumping buffers
2019-12-11 Kenneth Graunkeintel/decoder: Make get_state_size take a full 64-bit...
2019-12-04 Rafael Antognolliintel/aubinator: Decode 3DSTATE_CONSTANT_ALL.
2019-09-06 Jason Ekstrandintel/tools: Decode PS kernels on SNB
2019-09-06 Jason Ekstrandintel/tools: Decode 3DSTATE_BINDING_TABLE_POINTERS...
2019-08-12 Rafael Antognolliintel/gen_decoder: Decode SLICE_HASH_TABLE.
2019-05-28 Kenneth Graunkeintel/decoder: Use get_state_size() over guessed counts...
2019-03-08 Brian Paulintel/decoders: silence uninitialized variable warnings...
2019-03-07 Lionel Landwerlinintel/decoders: limit number of decoded batchbuffers
2019-03-07 Lionel Landwerlinintel/decoders: handle decoding MI_BBS from ring
2019-03-07 Lionel Landwerlinintel/decoders: add address space indicator to get BOs
2019-01-25 Andrii Simiklitintel/batch-decoder: fix a vb end address calculation
2019-01-25 Andrii Simiklitintel/batch-decoder: fix vertex buffer size calculation...
2018-11-13 Toni Lönnbergintel/decoder: tools: Use engine for decoding batch...
2018-11-05 Lionel Landwerlinintel/decoders: fix instruction base address parsing
2018-10-30 Eric Engestromintel/batch-decoder: remove never-used function
2018-10-23 Lionel Landwerlinintel/decoders: fix end of batch limit
2018-10-22 Kenneth Graunkeintel: Fix decoding for partial STATE_BASE_ADDRESS...
2018-08-25 Jason Ekstrandintel/tools: Add 0x in front of a couple of hex values
2018-08-25 Jason Ekstrandintel/batch_decoder: Print blend states properly
2018-08-25 Jason Ekstrandintel/batch_decoder: Fix dynamic state printing
2018-08-16 Eric Engestromintel/batch-decoder: replace local ARRAY_LENGTH() macro...
2018-07-25 Kenneth Graunkeintel: Make the decoder just store addresses for bases...
2018-07-25 Kenneth Graunkeintel: Make the decoder handle STATE_BASE_ADDRESS not...
2018-07-18 Caio Marcelo de... intel/batch-decoder: fix uninitialized values warnings
2018-07-09 Jason Ekstrandintel/batch_decoder: Recurse for all 2nd level batches
2018-07-05 Lionel Landwerlinintel: batch-decoder: add missing return line
2018-07-05 Lionel Landwerlinintel: batch-decoder: don't asks for constant BO until...
2018-07-05 Scott D Phillipsintel/batch-decoder: handle non-contiguous binding...
2018-05-02 Lionel Landwerlinintel: decoder: limit to the number decoded lines from VBO
2018-05-02 Kenneth Graunkeintel: Fix 3DSTATE_CONSTANT buffer decoding.
2018-05-02 Kenneth Graunkeintel: Give the batch decoder a callback to ask about...
2018-05-02 Kenneth Graunkeintel: Move batch decoder/disassembler from tools/...