aboutsummaryrefslogtreecommitdiffstats
path: root/src/intel/tools
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* meson: fix style in intel/toolsDylan Baker2019-01-311-15/+17
* meson: remove build_by_default : trueDylan Baker2019-01-311-7/+0
* src/intel: use new hash table and set creation helpersCaio Marcelo de Oliveira Filho2019-01-141-4/+2
* intel/aub_viewer: highlight true booleansLionel Landwerlin2018-12-283-2/+10
* intel/aub_viewer: fold binding/sampler table itemsLionel Landwerlin2018-12-281-4/+11
* intel/aub_viewer: fix shader viewLionel Landwerlin2018-12-281-1/+3
* intel/aub_viewer: print address of missing shaderLionel Landwerlin2018-12-281-1/+2
* intel/aub_viewer: fixup 0x address prefixLionel Landwerlin2018-12-281-1/+1
* intel/aub_viewer: fix shader get_boLionel Landwerlin2018-12-281-6/+2
* intel/tools: make sure the binary file is properly readAndrii Simiklit2018-12-041-3/+13
* intel/aubinator_error_decode: Get rid of warning for missing switch caseToni Lönnberg2018-12-041-0/+3
* intel/aub_viewer: Print blend states properlyLionel Landwerlin2018-11-161-2/+16
* intel/aub_viewer: fix dynamic state printingLionel Landwerlin2018-11-161-2/+2
* intel/aubinator: fix ring buffer pointerLionel Landwerlin2018-11-162-4/+4
* intel/decoders: read ring buffer lengthLionel Landwerlin2018-11-162-2/+5
* intel/tools: avoid 'unused variable' warningsAndrii Simiklit2018-11-142-5/+8
* intel/decoder: tools: Use engine for decoding batch instructionsToni Lönnberg2018-11-135-41/+43
* intel/decoder: tools: gen_engine to drm_i915_gem_engine_classToni Lönnberg2018-11-134-25/+19
* intel/aub_read: remove useless breaksLionel Landwerlin2018-11-091-6/+0
* intel/dump_gpu: add platform optionLionel Landwerlin2018-11-072-6/+29
* intel/dump_gpu: move output option togetherLionel Landwerlin2018-11-071-5/+5
* intel/decoders: fix instruction base address parsingLionel Landwerlin2018-11-051-1/+1
* intel/sanitize_gpu: add debug message on mmap failLionel Landwerlin2018-11-051-1/+3
* intel/sanitize_gpu: deal with non page multiple buffer sizesLionel Landwerlin2018-11-051-4/+7