summaryrefslogtreecommitdiffstats
path: root/src/intel/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel/tools: Add meson pthread dependancy for i965_asmMika Kuoppala2019-05-071-0/+1
* intel/tools: New i965 instruction assembler toolSagar Ghuge2019-05-075-0/+3040
* delete autotools .gitignore filesEric Engestrom2019-04-291-2/+0
* intel/tools: Remove redundant definitions of INTEL_DEBUGMark Janes2019-04-101-2/+0
* intel/error2aub: support older style engine namesLionel Landwerlin2019-03-081-6/+14
* intel/error2aub: deal with GuC log bufferLionel Landwerlin2019-03-081-0/+1
* intel/error2aub: add a verbose optionLionel Landwerlin2019-03-081-2/+16
* intel/error2aub: write GGTT buffers into the aub fileLionel Landwerlin2019-03-083-12/+149
* intel/error2aub: store engine last ring buffer head/tail pointersLionel Landwerlin2019-03-081-0/+22
* intel/error2aub: annotate buffer with their address spaceLionel Landwerlin2019-03-081-11/+26
* intel/error2aub: parse other buffer typesLionel Landwerlin2019-03-081-13/+22
* intel/error2aub: strenghten batchbuffer identifier markerLionel Landwerlin2019-03-081-2/+2
* intel/error2aub: identify buffers by engineLionel Landwerlin2019-03-081-24/+60
* intel/error2aub: build a list of BOs before writing themLionel Landwerlin2019-03-081-37/+87
* intel/aub_write: factorize context image/pphwsp/ring creationLionel Landwerlin2019-03-075-178/+161
* intel/aub_write: turn context images arrays into functionsLionel Landwerlin2019-03-074-242/+306
* intel/aub_write: store the physical page allocator in structLionel Landwerlin2019-03-072-15/+33
* intel/aub_write: log mmio writesLionel Landwerlin2019-03-071-0/+5
* intel/aub_write: switch to use i915_drm engine classesLionel Landwerlin2019-03-074-44/+59
* intel/aub_write: break execlist write in 2Lionel Landwerlin2019-03-071-41/+67
* intel/aub_write: write header in initLionel Landwerlin2019-03-074-82/+84
* intel/aub_write: split comment section from HW setupLionel Landwerlin2019-03-074-26/+52
* intel/aub_read: reuse defines from gen_contextLionel Landwerlin2019-03-071-12/+13