index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: tools: add aubinator viewer
Lionel Landwerlin
2018-08-22
5
-0
/
+2784
*
intel: tools: import ImGui
Lionel Landwerlin
2018-08-22
17
-1
/
+31676
*
intel: tools: aub_mem: reuse already mapped ppgtt buffers
Lionel Landwerlin
2018-08-22
1
-5
/
+11
*
intel: tools: aubmem: map gtt data to aub file
Lionel Landwerlin
2018-08-22
2
-0
/
+35
*
intel: tools: create libaub
Lionel Landwerlin
2018-08-22
1
-2
/
+12
*
intel: tools: aubwrite: wrap function declarations for c++
Lionel Landwerlin
2018-08-22
1
-0
/
+8
*
intel: tools: split memory management out of aubinator
Lionel Landwerlin
2018-08-22
4
-353
/
+491
*
intel: tools: split aub parsing from aubinator
Lionel Landwerlin
2018-08-22
4
-279
/
+458
*
intel/tools: initialise bo_addr to 0 in main
Kai Wasserbäch
2018-08-20
1
-1
/
+1
*
intel: aubinator: mark ftruncate_res as MAYBE_UNUSED in ensure_phys_mem
Kai Wasserbäch
2018-08-20
1
-1
/
+1
*
intel/aubinator_error_decode: mark ret as MAYBE_UNUSED in main
Kai Wasserbäch
2018-08-20
1
-1
/
+1
*
intel/tools: add missing variable initialisation
Eric Engestrom
2018-08-09
1
-1
/
+1
*
intel: don't build tools without -Dtools=intel
Lionel Landwerlin
2018-08-07
1
-14
/
+12
*
intel: tools: simplify meson build
Lionel Landwerlin
2018-08-04
1
-46
/
+50
*
intel: aubinator: simplify decoding
Lionel Landwerlin
2018-08-04
1
-10
/
+5
*
intel: tools: aubwrite: reuse canonical address helper
Lionel Landwerlin
2018-08-04
1
-17
/
+2
*
intel: aubinator: fix read the context/ring
Lionel Landwerlin
2018-08-04
1
-2
/
+2
*
intel: tools: aubwrite: split gen[89] from gen10+
Lionel Landwerlin
2018-08-01
5
-186
/
+416
*
intel: tools: dump: only store device id on success
Lionel Landwerlin
2018-07-25
1
-2
/
+2
*
intel: tools: dump: protect against multiple calls on destructor
Lionel Landwerlin
2018-07-20
1
-3
/
+16
*
intel: tools: dump: make dump tool reliable under gdb
Lionel Landwerlin
2018-07-20
2
-4
/
+9
*
intel: tools: dump: remove mentions of intel_aubdump
Lionel Landwerlin
2018-07-19
1
-15
/
+15
*
intel: tools: aubwrite: fix invalid frees on finish
Lionel Landwerlin
2018-07-19
1
-4
/
+9
*
intel: tools: dump: trace memory writes
Lionel Landwerlin
2018-07-19
1
-13
/
+32
*
intel: tools: dump: remove command execution feature
Lionel Landwerlin
2018-07-19
2
-119
/
+29
*
intel/tools: add missing include for stdarg.h
Caio Marcelo de Oliveira Filho
2018-07-18
1
-0
/
+1
*
intel/tools: Rename error2aub to intel_error2aub
Jason Ekstrand
2018-07-18
1
-1
/
+1
*
intel/tools: Add an error state to aub translator
Jason Ekstrand
2018-07-18
2
-0
/
+343
*
intel/tools: Break aub file writing into a helper
Jason Ekstrand
2018-07-18
4
-762
/
+862
*
intel/tools: Refactor aub dumping to remove singletons
Jason Ekstrand
2018-07-18
1
-211
/
+287
*
intel/dump_gpu: Fix corner cases in PPGTT range calculations
Jason Ekstrand
2018-07-18
1
-6
/
+6
*
intel: tools: Fix uninitialized variable warnings in intel_dump_gpu.
Eric Anholt
2018-07-16
1
-0
/
+2
*
intel/tools/dump_gpu: Add option to print ppgtt mappings.
Rafael Antognolli
2018-07-10
2
-1
/
+30
*
intel/aubinator_error_decode: Allow for more sections
Jason Ekstrand
2018-07-09
1
-11
/
+13
*
intel: tools: dump_gpu: fix ppgtt mapping
Lionel Landwerlin
2018-07-09
1
-23
/
+23
*
intel: tools: remove drm-uapi defines
Lionel Landwerlin
2018-07-05
1
-29
/
+1
*
intel: intel_dump_gpu: use simulator id in captures
Lionel Landwerlin
2018-07-05
2
-2
/
+2
*
intel: tools: dump-gpu: dump 48-bit addresses
Scott D Phillips
2018-07-05
2
-167
/
+151
*
intel: tools: import intel_aubdump
Lionel Landwerlin
2018-07-05
3
-0
/
+1438
*
intel: tools: update intel_aub.h
Lionel Landwerlin
2018-07-05
1
-0
/
+26
*
intel/tools/aubinator: aubinate ppgtt aubs
Scott D Phillips
2018-07-05
1
-1
/
+72
*
intel: aubinator: handle GGTT mappings
Lionel Landwerlin
2018-07-05
1
-13
/
+244
*
intel: aubinator: drop the 1Tb GTT mapping
Lionel Landwerlin
2018-07-05
1
-55
/
+75
*
intel: aubinator: rework register writes handling
Lionel Landwerlin
2018-07-05
1
-28
/
+54
*
intel: aubinator: remove standard input processing option
Lionel Landwerlin
2018-07-05
1
-90
/
+12
*
intel: aubinator: remove unused variables
Lionel Landwerlin
2018-07-05
1
-5
/
+0
*
intel/aubinator: drop unused functions
Eric Engestrom
2018-06-20
1
-16
/
+0
*
intel/aubinator: Use int to store getopt_long flags.
Rafael Antognolli
2018-06-15
1
-2
/
+2
*
intel: aubinator: add an option to limit the number of decoded VBO lines
Lionel Landwerlin
2018-05-02
1
-16
/
+23
*
intel: fix aubinator include
Lionel Landwerlin
2018-05-02
1
-1
/
+1
[next]