aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/common
Commit message (Expand)AuthorAgeFilesLines
* intel/icl: Set way_size_per_bank to 4Anuj Phogat2018-11-261-1/+2
* i965/icl: Fix L3 configurationsAnuj Phogat2018-11-261-6/+6
* intel/decoder: tools: Use engine for decoding batch instructionsToni Lönnberg2018-11-133-12/+26
* intel/decoder: Engine parameter for instructionsToni Lönnberg2018-11-132-0/+31
* intel/decoders: fix instruction base address parsingLionel Landwerlin2018-11-051-1/+1
* intel: Use a URB start offset of 0 for disabled stages.Kenneth Graunke2018-11-031-3/+9
* intel/decoder: Use 'DWord Length' and 'bias' fields for packet length.Toni Lönnberg2018-10-302-7/+25
* intel/batch-decoder: remove never-used functionEric Engestrom2018-10-301-21/+0
* util: use C99 declaration in the for-loop hash_table_foreach() macroEric Engestrom2018-10-251-2/+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/decoder: construct correct xml filenameSagar Ghuge2018-10-041-8/+7
* intel/decoder: Avoid freeing invalid pointerSagar Ghuge2018-10-041-5/+13
* intel/decoder: add gen_spec_init methodSagar Ghuge2018-10-041-16/+35
* intel/decoder: fix the possible out of bounds group_iterAndrii Simiklit2018-09-031-1/+4
* intel: decoder: handle 0 sized structsLionel Landwerlin2018-08-271-4/+8
* 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/decoder: Print ISL formats for vertex elementsJason Ekstrand2018-08-251-1/+2
* intel/decoder: Clean up field iteration and fix sub-dword fieldsJason Ekstrand2018-08-251-16/+16
* intel/decoder: Decode SFIXED values.Kenneth Graunke2018-08-231-3/+7
* intel/decoder: mark total_length as MAYBE_UNUSED in gen_spec_loadKai Wasserbäch2018-08-201-1/+2
* intel/batch-decoder: replace local ARRAY_LENGTH() macro with global ARRAY_SIZE()Eric Engestrom2018-08-161-3/+2
* intel: Switch the order of the 2x MSAA sample positionsJason Ekstrand2018-08-111-4/+4
* intel: common: add missing stdint includeLionel Landwerlin2018-08-041-0/+2
* intel: decoder: remove unused variableLionel Landwerlin2018-08-041-2/+0
* i965: Disable shader cache with INTEL_DEBUG=shader_timeJordan Justen2018-08-011-2/+5
* intel: Make the decoder just store addresses for bases, not buffers.Kenneth Graunke2018-07-252-12/+12
* intel: Make the decoder handle STATE_BASE_ADDRESS not being a buffer.Kenneth Graunke2018-07-252-38/+46
* i965, anv: Use INTEL_DEBUG for disk_cache driver flagsJordan Justen2018-07-241-0/+5
* intel: Make the disassembler take a const pointer to the assembly.Kenneth Graunke2018-07-242-4/+5
* intel/batch-decoder: fix uninitialized values warningsCaio Marcelo de Oliveira Filho2018-07-181-5/+5
* intel/decoder: use snprintf(..., "%s", ...) instead of strncpyCaio Marcelo de Oliveira Filho2018-07-181-2/+2
* 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/common: Add an address de-canonicalization helperJason Ekstrand2018-05-311-0/+12
* anv: move canonical_address calculation into a separate functionScott D Phillips2018-05-272-0/+44
* android: change include "cutils/log.h" to "log/log.h" on Android API >=26jenny.q.cao2018-05-141-0/+4
* intel: decoder: limit to the number decoded lines from VBOLionel Landwerlin2018-05-022-8/+16
* 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-022-4/+26
* intel: Move batch decoder/disassembler from tools/ to common/Kenneth Graunke2018-05-024-0/+1020
* intel: decoder: fix starting dword of struct fieldsLionel Landwerlin2018-05-021-2/+3
* intel: decoder: document when fields should be usedLionel Landwerlin2018-05-021-3/+2
* intel: decoder: identify groups with fixed lengthLionel Landwerlin2018-05-022-6/+13
* intel: decoder: make the field iterator use more naturalLionel Landwerlin2018-05-021-10/+16
* mesa: include mtypes.h lessMarek Olšák2018-04-121-0/+1