aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel/decoders: limit number of decoded batchbuffersLionel Landwerlin2019-03-072-0/+12
* intel/decoders: handle decoding MI_BBS from ringLionel Landwerlin2019-03-075-9/+9
* intel/decoders: add address space indicator to get BOsLionel Landwerlin2019-03-075-26/+42
* intel/aub_viewer: silence more compiler warningsLionel Landwerlin2019-02-251-2/+2
* intel/aub_viewer: silence compiler warningLionel Landwerlin2019-02-251-1/+1
* intel/aub_viewer: printout 48bits addressesLionel Landwerlin2019-02-251-14/+14
* imgui: make sure our copy of imgui doesn't clash with others in the same processLionel Landwerlin2019-02-211-0/+2
* build: move imgui out of src/intel/tools to be reusedLionel Landwerlin2019-02-2118-31606/+9
* drm-uapi: use local files, not system libdrmEric Engestrom2019-02-145-7/+7
* intel/dump_gpu: Disambiguate between BOs from different GEM handle spaces.Francisco Jerez2019-02-111-18/+23
* meson: remove -std=c++11 from intel/toolsDylan Baker2019-01-311-1/+1