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: 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
*
intel: tools: add aubinator_error_decode tool
Lionel Landwerlin
2017-04-04
2
-0
/
+736
*
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
3
-1001
/
+1
*
aubinator: Move the guts of decode_group() to decoder.c.
Kenneth Graunke
2017-03-20
3
-31
/
+42
*
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
3
-27
/
+11
*
aubinator: Track the current field's starting dword offset.
Kenneth Graunke
2017-03-20
3
-26
/
+18
*
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
*
aubinator: Store a pointer from gen_group back to gen_spec.
Kenneth Graunke
2017-03-20
2
-0
/
+2
*
aubinator: Store enum textual name in iter->value.
Kenneth Graunke
2017-03-20
3
-19
/
+15
*
aubinator: Use fprintf for output.
Kenneth Graunke
2017-03-16
1
-69
/
+73
*
aubinator: Reuse decode_structure code for handling commands
Kenneth Graunke
2017-03-16
1
-23
/
+16
*
aubinator: Delete redundant NULL check.
Kenneth Graunke
2017-03-16
1
-10
/
+3
*
aubinator: Fix indentation.
Kenneth Graunke
2017-03-16
1
-7
/
+6
*
aubinator/genxml: use gzipped files to store embedded genxml
Lionel Landwerlin
2017-03-13
1
-7
/
+61
*
intel/tools: Use a makefile included from intel/Makefile.am
Jason Ekstrand
2017-03-13
1
-63
/
+0
*
i965: Move the back-end compiler to src/intel/compiler
Jason Ekstrand
2017-03-13
2
-5
/
+3
*
i965: Reduce cross-pollination between the DRI driver and compiler
Jason Ekstrand
2017-03-01
1
-1
/
+0
*
intel/aubinator: fix 32bit shift overflow warning
Grazvydas Ignotas
2016-12-11
1
-1
/
+1
*
aubinator: Add support for enum types
Kristian H. Kristensen
2016-11-29
2
-40
/
+93
*
intel/aubinator: Pull useful information from the AUB header
Jason Ekstrand
2016-11-28
1
-2
/
+32
*
intel/aubinator: Wait to setup decoders until we parse the aub header
Jason Ekstrand
2016-11-28
1
-23
/
+28
*
intel/aubinator: Rework handling of the --gen flag
Jason Ekstrand
2016-11-28
1
-20
/
+16
*
intel/aubinator: Trust the packet size in the header for SUBOPCODE_HEADER
Jason Ekstrand
2016-11-28
1
-14
/
+4
*
intel/aubinator: Add a get_offset helper
Jason Ekstrand
2016-11-28
1
-10
/
+19
*
intel/aubinator: Fix the kernel start pointer for 3DSTATE_HS
Jason Ekstrand
2016-11-28
1
-2
/
+2
*
intel/aubinator: Add a get_address helper
Jason Ekstrand
2016-11-28
1
-16
/
+31
*
intel/aubinator: Properly handle batch buffer chaining
Jason Ekstrand
2016-11-28
1
-1
/
+19
*
intel: aubinator: Fix resource leak in gen_spec_load_from_path
Gwan-gyeong Mun
2016-11-21
1
-0
/
+1
*
intel: aubinator: print field values if available
Lionel Landwerlin
2016-11-01
3
-5
/
+34
*
intel: aubinator: load fields values from xml data
Lionel Landwerlin
2016-11-01
2
-0
/
+40
*
intel: aubinator: print boolean fields to true with colors
Lionel Landwerlin
2016-11-01
3
-6
/
+17
*
intel: aubinator: fix printing missing gen option
Lionel Landwerlin
2016-10-31
1
-2
/
+2
*
intel: aubinator: fix assumptions on amount of required data
Lionel Landwerlin
2016-10-31
1
-1
/
+5
*
intel: aubinator: don't print out blocks twice
Lionel Landwerlin
2016-10-31
1
-1
/
+0
*
intel: aubinator: use different colors to signal batch start/end
Lionel Landwerlin
2016-10-17
1
-5
/
+10
*
aubinator: replace pragma once with ifndef guard
Emil Velikov
2016-10-14
1
-1
/
+4
*
intel: aubinator: enable loading dumps from standard input
Lionel Landwerlin
2016-10-08
1
-36
/
+129
[next]