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: tools: Use engine for decoding batch instructions
Toni Lönnberg
2018-11-13
1
-2
/
+5
*
intel/decoder: Engine parameter for instructions
Toni Lönnberg
2018-11-13
1
-0
/
+25
*
intel/decoder: Use 'DWord Length' and 'bias' fields for packet length.
Toni Lönnberg
2018-10-30
1
-7
/
+23
*
util: use C99 declaration in the for-loop hash_table_foreach() macro
Eric Engestrom
2018-10-25
1
-2
/
+0
*
intel/decoder: construct correct xml filename
Sagar Ghuge
2018-10-04
1
-8
/
+7
*
intel/decoder: Avoid freeing invalid pointer
Sagar Ghuge
2018-10-04
1
-5
/
+13
*
intel/decoder: add gen_spec_init method
Sagar Ghuge
2018-10-04
1
-16
/
+35
*
intel/decoder: fix the possible out of bounds group_iter
Andrii Simiklit
2018-09-03
1
-1
/
+4
*
intel: decoder: handle 0 sized structs
Lionel Landwerlin
2018-08-27
1
-4
/
+8
*
intel/decoder: Print ISL formats for vertex elements
Jason Ekstrand
2018-08-25
1
-1
/
+2
*
intel/decoder: Clean up field iteration and fix sub-dword fields
Jason Ekstrand
2018-08-25
1
-16
/
+16
*
intel/decoder: Decode SFIXED values.
Kenneth Graunke
2018-08-23
1
-3
/
+7
*
intel/decoder: mark total_length as MAYBE_UNUSED in gen_spec_load
Kai Wasserbäch
2018-08-20
1
-1
/
+2
*
intel/decoder: use snprintf(..., "%s", ...) instead of strncpy
Caio Marcelo de Oliveira Filho
2018-07-18
1
-2
/
+2
*
intel: decoder: fix starting dword of struct fields
Lionel Landwerlin
2018-05-02
1
-2
/
+3
*
intel: decoder: identify groups with fixed length
Lionel Landwerlin
2018-05-02
1
-6
/
+12
*
intel: decoder: make the field iterator use more natural
Lionel Landwerlin
2018-05-02
1
-10
/
+16
*
intel: gen-decoder: print all dword a field belongs to
Lionel Landwerlin
2018-04-03
1
-6
/
+7
*
intel: gen-decoder: don't decode fields beyond a dword length
Lionel Landwerlin
2018-04-03
1
-15
/
+26
*
intel/common: Use isl for decoder surface formats
Jordan Justen
2018-03-05
1
-0
/
+8
*
intel/decoder: Expose the raw field value in the iterator
Jason Ekstrand
2017-12-14
1
-1
/
+2
*
intel/decoder: Take a bit offset in gen_print_group
Jason Ekstrand
2017-12-14
1
-7
/
+8
*
intel/decoder: Stop rounding down to the nearest dword
Jason Ekstrand
2017-12-14
1
-11
/
+12
*
intel/decoder: Convert the iterator to work entirely in bits
Jason Ekstrand
2017-12-14
1
-9
/
+8
*
intel/decoder: Drop gen_field_decode helper
Jason Ekstrand
2017-12-14
1
-8
/
+0
*
aubinator: Don't skip the first field in each subgroup
Jason Ekstrand
2017-11-13
1
-2
/
+3
*
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
[next]