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
/
common
/
gen_decoder.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
intel: decoder: enable decoding a single field
Lionel Landwerlin
2017-11-01
1
-0
/
+37
*
intel: decoder: extract field value computation
Lionel Landwerlin
2017-11-01
1
-30
/
+37
*
intel: decoder: rename field() to field_value()
Lionel Landwerlin
2017-11-01
1
-18
/
+18
*
intel: decoder: rename internal function to free name
Lionel Landwerlin
2017-11-01
1
-3
/
+3
*
intel: decoder: simplify field_is_header()
Lionel Landwerlin
2017-11-01
1
-3
/
+4
*
intel: decoder: remove unused platform field
Lionel Landwerlin
2017-11-01
1
-2
/
+0
*
intel: decoder: extract instruction/structs length
Lionel Landwerlin
2017-11-01
1
-0
/
+7
*
intel: decoder: pack iterator variable declarations
Lionel Landwerlin
2017-11-01
1
-11
/
+8
*
intel: decoder: simplify creation of struct when 0-allocated
Lionel Landwerlin
2017-11-01
1
-4
/
+0
*
intel: decoder: add destructor for gen_spec
Lionel Landwerlin
2017-11-01
1
-94
/
+84
*
intel: decoder: expose helper to test header fields
Lionel Landwerlin
2017-11-01
1
-3
/
+3
*
intel: decoder: don't read qword outside instruction/struct limit
Lionel Landwerlin
2017-11-01
1
-3
/
+8
*
intel: decoder: split out getting the next field and decoding it
Lionel Landwerlin
2017-11-01
1
-10
/
+21
*
intel: decoder: move field name copy
Lionel Landwerlin
2017-11-01
1
-2
/
+7
*
intel: decoder: reorder iterator init function
Lionel Landwerlin
2017-11-01
1
-14
/
+14
*
intel: common: print out all dword with field spanning multiple dwords
Lionel Landwerlin
2017-11-01
1
-4
/
+6
*
intel: decoder: build sorted linked lists of fields
Lionel Landwerlin
2017-11-01
1
-21
/
+31
*
intel: common: expose gen_spec fields
Lionel Landwerlin
2017-11-01
1
-13
/
+0
*
intel/genxml: Fix decoding of groups with fields smaller than a DWord.
Kenneth Graunke
2017-10-30
1
-10
/
+14
*
intel: common: silence compiler warning
Lionel Landwerlin
2017-10-30
1
-1
/
+1
*
intel/decoder: Reuse the gen_make_gen() helper.
Eric Anholt
2017-07-25
1
-3
/
+1
*
intel/decoder: Reuse the MAX2 macro instead of defining another one.
Eric Anholt
2017-07-25
1
-3
/
+1
*
intel: gen-decoder: rework how we handle groups
Lionel Landwerlin
2017-06-06
1
-78
/
+148
*
genxml: Fix decoder to print the array element on field members.
Kenneth Graunke
2017-06-01
1
-3
/
+9
*
genxml: Fix decoding of array groups.
Kenneth Graunke
2017-06-01
1
-1
/
+1
*
genxml: Fix decoder for groups with multiple fields.
Kenneth Graunke
2017-06-01
1
-4
/
+2
*
intel/decoder: Handle the BLT ring in gen_group_get_length
Jason Ekstrand
2017-05-26
1
-0
/
+4
*
intel/decoder: Handle gen4 VF_STATISTICS and PIPELINE_SELECT
Jason Ekstrand
2017-05-26
1
-2
/
+7
*
intel/decoder: Fix indentation
Matt Turner
2017-05-15
1
-4
/
+4
*
intel: gen-decoder: fix xml parser leak
Lionel Landwerlin
2017-05-15
1
-6
/
+7
*
intel: gen decoder: don't check for size_t negative values
Lionel Landwerlin
2017-05-09
1
-1
/
+1
*
intel/aubinator: Correctly read variable length structs.
Rafael Antognolli
2017-04-24
1
-6
/
+29
*
intel/decoder: Fix is_header_field starting condition.
Kenneth Graunke
2017-04-16
1
-1
/
+1
*
intel/gen_decoder: return -1 for unknown command formats
Jordan Justen
2017-04-06
1
-7
/
+15
*
intel/gen_decoder: Fix length for Media State/Object commands
Jordan Justen
2017-04-06
1
-2
/
+10
*
intel: tools: add aubinator_error_decode tool
Lionel Landwerlin
2017-04-04
1
-0
/
+11
*
aubinator/gen_decoder/i965: decode instructions from dword 0
Lionel Landwerlin
2017-04-03
1
-4
/
+17
*
intel: gen_decoder: store pointer to current decoded field in iterator
Lionel Landwerlin
2017-04-03
1
-25
/
+25
*
intel: genxml: compress all gen files into one
Lionel Landwerlin
2017-03-31
1
-40
/
+22
*
intel: Move tools/decoder.[ch] to common/gen_decoder.[ch].
Kenneth Graunke
2017-03-21
1
-0
/
+862