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
/
aubinator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel/aubinator: fix ring buffer pointer
Lionel Landwerlin
2018-11-16
1
-2
/
+2
*
intel/decoders: read ring buffer length
Lionel Landwerlin
2018-11-16
1
-1
/
+3
*
intel/decoder: tools: Use engine for decoding batch instructions
Toni Lönnberg
2018-11-13
1
-1
/
+2
*
intel/decoder: tools: gen_engine to drm_i915_gem_engine_class
Toni Lönnberg
2018-11-13
1
-3
/
+2
*
intel: Introducing Whiskey Lake platform
Rodrigo Vivi
2018-10-11
1
-1
/
+1
*
intel: aubinator: Fix memory leaks
Sagar Ghuge
2018-10-04
1
-0
/
+25
*
intel: Introducing Amber Lake platform
Rodrigo Vivi
2018-08-31
1
-1
/
+1
*
intel: aubinator: Adding missed platforms to the error message.
Rodrigo Vivi
2018-08-31
1
-2
/
+3
*
intel: tools: Fix aubinator_error's fprintf call (format-security)
Kai Wasserbäch
2018-08-25
1
-1
/
+1
*
intel: tools: split memory management out of aubinator
Lionel Landwerlin
2018-08-22
1
-352
/
+27
*
intel: tools: split aub parsing from aubinator
Lionel Landwerlin
2018-08-22
1
-278
/
+47
*
intel: aubinator: mark ftruncate_res as MAYBE_UNUSED in ensure_phys_mem
Kai Wasserbäch
2018-08-20
1
-1
/
+1
*
intel: aubinator: simplify decoding
Lionel Landwerlin
2018-08-04
1
-10
/
+5
*
intel: aubinator: fix read the context/ring
Lionel Landwerlin
2018-08-04
1
-2
/
+2
*
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
*
intel: Give the batch decoder a callback to ask about state size.
Kenneth Graunke
2018-05-02
1
-1
/
+1
*
intel/tools/aubinator: Drop platform list from print_help()
Matt Turner
2018-03-22
1
-1
/
+1
*
intel/tools: aubinator: Catch gen11 "enhanced execlist" submission
Scott D Phillips
2018-03-21
1
-6
/
+20
*
intel/tools: Use gen_device_name_to_pci_device_id in aubinator
Jordan Justen
2018-02-27
1
-24
/
+6
*
aubinator: add support for aubinating memtrace aubs
Scott D Phillips
2018-01-08
1
-35
/
+83
*
aubinator: extract aubinator_init() out of the header handler function
Scott D Phillips
2018-01-08
1
-16
/
+23
*
aubinator: honor --color option when printing the header
Scott D Phillips
2018-01-08
1
-1
/
+5
*
intel/tools: Convert aubinator over to the common framework
Jason Ekstrand
2017-12-14
1
-689
/
+30
*
intel/disasm: Take a devinfo in gen_disasm_create
Jason Ekstrand
2017-12-14
1
-1
/
+1
*
intel/decoder: Take a bit offset in gen_print_group
Jason Ekstrand
2017-12-14
1
-1
/
+1
*
aubinator: don't leak fd of opened aubfile
Lionel Landwerlin
2017-07-13
1
-0
/
+2
*
aubinator: Dump sampler state pointers on gen6 too.
Rafael Antognolli
2017-06-22
1
-0
/
+11
*
i965/cnl: Add cnl bits in aubinator
Anuj Phogat
2017-06-09
1
-3
/
+5
*
intel: gen-decoder: rework how we handle groups
Lionel Landwerlin
2017-06-06
1
-18
/
+0
*
intel/aubinator: Correctly read variable length structs.
Rafael Antognolli
2017-04-24
1
-0
/
+19
*
intel/aubinator: Stop searching after a custom handler is found
Jordan Justen
2017-04-06
1
-1
/
+3
*
intel/gen_decoder: return -1 for unknown command formats
Jordan Justen
2017-04-06
1
-3
/
+4
*
aubinator/gen_decoder/i965: decode instructions from dword 0
Lionel Landwerlin
2017-04-03
1
-3
/
+2
*
aubinator: enable snb/ilk through --gen
Lionel Landwerlin
2017-03-31
1
-0
/
+2
*
intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].
Kenneth Graunke
2017-03-21
1
-1
/
+1
*
aubinator: Move the guts of decode_group() to decoder.c.
Kenneth Graunke
2017-03-20
1
-31
/
+3
*
aubinator: Drop spec parameter to decode_group().
Kenneth Graunke
2017-03-20
1
-13
/
+12
*
aubinator: Make the iterator store a pointer to structure descriptions.
Kenneth Graunke
2017-03-20
1
-26
/
+6
*
aubinator: Track the current field's starting dword offset.
Kenneth Graunke
2017-03-20
1
-22
/
+13
*
aubinator: Drop decode_structure() helper.
Kenneth Graunke
2017-03-20
1
-16
/
+9
*
aubinator: Drop unused print_dword_headers flag.
Kenneth Graunke
2017-03-20
1
-5
/
+4
[next]