index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
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/aubinator: Gracefully handle dynamic state not being available
Jason Ekstrand
2017-12-28
1
-0
/
+5
*
intel/aubinator: Free section data last
Jason Ekstrand
2017-12-28
1
-2
/
+4
*
intel/tools: Convert aubinator over to the common framework
Jason Ekstrand
2017-12-14
2
-690
/
+32
*
intel/batch-decoder: Decode registers
Jason Ekstrand
2017-12-14
1
-0
/
+13
*
intel/batch-decoder: Decode dynamic state
Jason Ekstrand
2017-12-14
1
-0
/
+81
*
intel/batch-decoder: Decode constants, binding tables, and samplers
Jason Ekstrand
2017-12-14
1
-0
/
+73
*
intel/tools: Switch aubinator_error_decode over to the gen_print_batch
Jason Ekstrand
2017-12-14
2
-205
/
+36
*
intel/batch-decoder: Decode graphics shaders
Jason Ekstrand
2017-12-14
1
-0
/
+95
*
intel/batch-decoder: Decode vertex and index buffers
Jason Ekstrand
2017-12-14
1
-0
/
+159
*
intel/batch-decoder: Decode MEDIA_INTERFACE_DESCRIPTOR_LOAD
Jason Ekstrand
2017-12-14
1
-0
/
+145
*
intel/tools: Add the start of a generic batch decoder
Jason Ekstrand
2017-12-14
1
-0
/
+258
*
intel/disasm: Take a devinfo in gen_disasm_create
Jason Ekstrand
2017-12-14
4
-8
/
+7
*
intel/decoder: Take a bit offset in gen_print_group
Jason Ekstrand
2017-12-14
2
-9
/
+11
*
i965: Rewrite disassembly annotation code
Matt Turner
2017-11-17
1
-20
/
+21
*
intel/tools/error: Decode compute shaders.
Kenneth Graunke
2017-11-13
1
-7
/
+42
*
intel/tools/error: Use do-while for field iterator loops.
Kenneth Graunke
2017-11-13
1
-6
/
+6
*
intel/tools/error: Decode shaders while decoding batch commands.
Kenneth Graunke
2017-11-13
1
-85
/
+49
*
intel/tools/error: Save error state sections and decode them later.
Kenneth Graunke
2017-11-13
1
-37
/
+58
*
intel/tools/error: Fix null termination of ring name string.
Kenneth Graunke
2017-11-13
1
-0
/
+1
*
intel/tools/error: Drop unused MAX_RINGS #define.
Kenneth Graunke
2017-11-13
1
-2
/
+0
*
intel/tools/error: Refactor buffer matching, add more buffers.
Kenneth Graunke
2017-11-13
1
-62
/
+30
*
intel/tools/error: Only decode a few sections of error states.
Kenneth Graunke
2017-11-13
1
-1
/
+3
*
intel/tools/error: Drop unused parameters from decode() helper.
Kenneth Graunke
2017-11-13
1
-5
/
+3
*
intel/tools/error: Drop support for non-ascii85 encoded error states.
Kenneth Graunke
2017-11-13
1
-35
/
+4
*
intel/tools/error: Do ascii85 decode first.
Kenneth Graunke
2017-11-13
1
-31
/
+29
*
intel/tools: Fix detection of enabled shader stages.
Kenneth Graunke
2017-11-12
1
-1
/
+1
*
intel: common: make intel utils available from C++
Lionel Landwerlin
2017-11-01
1
-0
/
+8
*
intel: error-decode: implement a rolling window of programs
Lionel Landwerlin
2017-11-01
1
-14
/
+23
*
intel/tools/disasm: correctly observe FILE *out parameter
Kevin Rogovin
2017-10-26
1
-2
/
+2
*
meson: move expat dependency where it's needed
Eric Engestrom
2017-10-18
1
-1
/
+1
*
meson: Add build Intel "anv" vulkan driver
Dylan Baker
2017-09-27
1
-0
/
+39
*
aubinator: remove duplicate initialisation
Eric Engestrom
2017-09-01
1
-1
/
+0
*
aubinator: don't leak fd of opened aubfile
Lionel Landwerlin
2017-07-13
1
-0
/
+2
*
aubinator: import intel_aub.h from libdrm
Lionel Landwerlin
2017-06-27
1
-0
/
+153
*
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
*
aubinator: report error on unknown device id
Lionel Landwerlin
2017-05-24
1
-1
/
+1
*
aubinator: be consistent on exit code
Lionel Landwerlin
2017-05-24
1
-5
/
+5
*
aubinator: fix double free
Lionel Landwerlin
2017-05-24
1
-1
/
+1
*
intel/aubinator_error_decode: Disassemble shader programs
Matt Turner
2017-05-15
1
-3
/
+181
*
intel/aubinator_error_decode: Stop decoding after MI_BATCH_BUFFER_END
Matt Turner
2017-05-15
1
-0
/
+3
*
intel/tools: Refactor gen_disasm_disassemble() to use annotations
Matt Turner
2017-05-15
1
-28
/
+43
*
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
2
-6
/
+8
*
intel/aubinator_error_decode: Fix structure decode data
Jordan Justen
2017-04-06
1
-1
/
+1
[next]