aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools
Commit message (Expand)AuthorAgeFilesLines
* intel/aub_viewer: fix access to freed memoryLionel Landwerlin2020-04-031-1/+1
* intel: drop unused include directoriesEric Engestrom2020-03-282-10/+10
* meson: inline `inc_common`Eric Engestrom2020-03-282-10/+10
* intel/aub_viewer: Fix format specifier for uint64_tDanylo Piliaiev2020-03-261-7/+7
* intel/dump_gpu: Handle a bunch of getparam in the no-HW caseJason Ekstrand2020-03-241-2/+47
* intel/dump_gpu: Add an ensure_device_info helperJason Ekstrand2020-03-241-9/+17
* intel/tools/aubinator_error_decode: Decode ring buffers from HEAD to TAILD Scott Phillips2020-03-231-5/+43
* intel/tools/aubinator_error_decode: read HW Context before other batchesD Scott Phillips2020-03-231-0/+18
* intel/tools: Fix compilation with UBSanDanylo Piliaiev2020-03-101-1/+1
* intel/tools/dump_gpu: fix getparam valuesLionel Landwerlin2020-03-021-1/+8
* intel/tools: Do not print type/qualifiers/name for c_literalMatt Turner2020-02-251-1/+1
* intel/tools: Allow i965_disasm to disassemble c_literal input typeSagar Ghuge2020-02-251-36/+103
* intel/tools: Print c_literals 4 byte wideSagar Ghuge2020-02-251-4/+12
* intel/tools: Add test for state register as sourceSagar Ghuge2020-02-252-0/+2
* intel/tools: Add test for address register as sourceSagar Ghuge2020-02-252-0/+2
* intel/tools: Set correct address register file and number in i965_asmSagar Ghuge2020-02-251-1/+3
* intel/tools: Handle STATE_REG in typed source operandSagar Ghuge2020-02-251-2/+4
* intel/tools: Handle illegal instructionSagar Ghuge2020-02-251-0/+10
* intel/aub_dump: stub the waits when overriding the deviceLionel Landwerlin2020-02-251-0/+19
* intel/tools/aub_dump: fix crash when using the default legacy contextLionel Landwerlin2020-02-251-4/+5
* intel/tools/aub_dump: move aub file initialization to maybe_init()Lionel Landwerlin2020-02-251-38/+33
* intel/tools: Update aubinator_error_decode.Rafael Antognolli2020-02-131-0/+2
* intel/dump_gpu: handle context create extended ioctlLionel Landwerlin2019-10-301-0/+15
* intel/eu: Split brw_inst ex_desc accessors for SEND(C) vs. SENDS(C).Francisco Jerez2019-10-111-2/+2
* intel/tools: Support multiple contexts in intel_dump_gpu.Rafael Antognolli2019-10-104-31/+62
* intel/tools: Add basic aub_context code and helpers.Rafael Antognolli2019-10-103-0/+115
* intel/tools: Use common code for GGTT address allocation.Rafael Antognolli2019-10-102-20/+22
* intel/tools: Factor out GGTT allocation.Rafael Antognolli2019-10-101-63/+63
* intel/error2aub: add support for platforms without PPGTTLionel Landwerlin2019-10-041-15/+24
* intel/tools: Fix aubinator usage of rb_tree.Rafael Antognolli2019-09-301-2/+2
* util/rb_tree: Reverse the order of comparison functionsJason Ekstrand2019-09-201-2/+2
* intel/decoders: Avoid uninitialized variable warningsCaio Marcelo de Oliveira Filho2019-08-231-2/+2
* intel/tools: Fix aub_file initialization in intel_dump_gpuCaio Marcelo de Oliveira Filho2019-08-121-0/+6
* util: add anon_file.h for all memfd/temp file usageGreg V2019-08-071-11/+2
* intel/tools: add binary output type to i965_asmDanylo Piliaiev2019-08-052-17/+47
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-13/+14
* intel/tools: Fix aubinator_viewer build.Kenneth Graunke2019-08-011-1/+1
* intel/device: rename gen_get_device_infoMark Janes2019-08-016-7/+7
* intel/tools: use device info initializerMark Janes2019-08-011-22/+3
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-313-5/+5
* intel/tools: Add assembler unit tests for ROL/ROR instructionsSagar Ghuge2019-07-015-0/+5
* intel/tools: Add ROL/ROR support in assemblerSagar Ghuge2019-07-012-0/+10
* intel/dump: fix segfault when the app hasn't accessed the deviceLionel Landwerlin2019-06-121-3/+5
* intel/gpu_dump: fix argument passingLionel Landwerlin2019-06-092-3/+3
* intel/tools: use C99 print conversion specifier for 32 bit buildsMark Janes2019-06-053-4/+4
* intel/tools: Fix build with glibc < 2.27.Vinson Lee2019-05-131-0/+3
* i965_asm: avoid free()ing uninitialized pointersEric Engestrom2019-05-091-1/+1
* i965_asm: fix memleakEric Engestrom2019-05-091-0/+1
* intel/tools: Add unit tests for assemblerSagar Ghuge2019-05-07594-0/+28756
* intel/tools: Initialize offset correctly for i965_asmMika Kuoppala2019-05-071-10/+7