summaryrefslogtreecommitdiff
path: root/src/broadcom/cle/v3d_decoder.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-31broadcom: drop unused functionsThomas H.P. Andersen1-45/+0
2021-04-20intel: Rename gen_10 to ver_10Anuj Phogat1-3/+3
2021-03-31broadcom/cle: do not leak specJuan A. Suarez Romero1-0/+3
2021-03-24broadcom: Disbale CLIF dumping when libexpat isn't available.Eric Anholt1-2/+24
2020-10-23broadcom/cle: fix vec size dump when set to 0Iago Toral Quiroga1-1/+1
2019-07-31tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom1-1/+1
2019-01-29v3d: Fix a release build set-but-unused compiler warning.Eric Anholt1-1/+2
2018-08-01v3d: Actually put the "%s" in the snprintf.Eric Anholt1-1/+1
2018-07-31v3d: use snprintf(..., "%s", ...) instead of strncpyEric Anholt1-1/+1
2018-07-30v3d: Use a short, underscored name for packets in CLIF/CL dumping.Eric Anholt1-1/+3
2018-07-30v3d: Print CLIF fixed-point values as just their decimal value.Eric Anholt1-6/+16
2018-07-30v3d: When not doing terminal pretty-printing, comment struct field names.Eric Anholt1-1/+7
2018-07-30v3d: Add pack header support for f187 values.Eric Anholt1-0/+7
2018-07-27v3d: Skip printing sub-id or pad fields in CLIF dumping.Eric Anholt1-0/+8
2018-07-27v3d: Dump fields in CLIF output in increasing offset order.Eric Anholt1-0/+14
2018-07-27v3d: Print addresses in CLIFs as references to buffers.Eric Anholt1-3/+22
2018-07-27v3d: Stop doing pretty-printed colorful booleans in CLIF output.Eric Anholt1-11/+6
2018-07-27v3d: Pass the whole clif_dump structure to v3d_print_group().Eric Anholt1-3/+4
2018-07-27v3d: Use /* */ instead of () for enum names in CLIF output.Eric Anholt1-1/+1
2018-07-27v3d: CLIF-dump the "Vec size" field as 0 == maximum value.Eric Anholt1-0/+2
2018-06-29v3d: Switch v3d_decoder.c to the XML's top min_ver/max_ver fields.Eric Anholt1-2/+10
2018-06-29v3d: Create XML fields for min_ver and max_ver of a packet/struct/enum.Eric Anholt1-0/+43
2018-06-27v3d: Add pack/unpack/decode support for fields with a "- 1" modifier.Eric Anholt1-0/+11
2017-11-07broadcom/genxml: Fix decoding of groups with small fields.Kenneth Graunke1-2/+4
2017-08-18broadcom/genxml: Check the sub-id field when decoding instructions.Eric Anholt1-5/+26
2017-07-25broadcom/genxml: Support address fields with <32 bitsEric Anholt1-1/+1
2017-07-25broadcom/genxml: Introduce a V3D packet/struct decoder.Eric Anholt1-0/+855