summaryrefslogtreecommitdiffstats
path: root/src/broadcom/cle/v3d_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* v3d: Switch v3d_decoder.c to the XML's top min_ver/max_ver fields.Eric Anholt2018-06-291-2/+10
* v3d: Create XML fields for min_ver and max_ver of a packet/struct/enum.Eric Anholt2018-06-291-0/+43
* v3d: Add pack/unpack/decode support for fields with a "- 1" modifier.Eric Anholt2018-06-271-0/+11
* broadcom/genxml: Fix decoding of groups with small fields.Kenneth Graunke2017-11-071-2/+4
* broadcom/genxml: Check the sub-id field when decoding instructions.Eric Anholt2017-08-181-5/+26
* broadcom/genxml: Support address fields with <32 bitsEric Anholt2017-07-251-1/+1
* broadcom/genxml: Introduce a V3D packet/struct decoder.Eric Anholt2017-07-251-0/+855