summaryrefslogtreecommitdiffstats
path: root/src/broadcom/cle/v3d_decoder.c
Commit message (Expand)AuthorAgeFilesLines
* v3d: Fix a release build set-but-unused compiler warning.Eric Anholt2019-01-291-1/+2
* v3d: Actually put the "%s" in the snprintf.Eric Anholt2018-08-011-1/+1
* v3d: use snprintf(..., "%s", ...) instead of strncpyEric Anholt2018-07-311-1/+1
* v3d: Use a short, underscored name for packets in CLIF/CL dumping.Eric Anholt2018-07-301-1/+3
* v3d: Print CLIF fixed-point values as just their decimal value.Eric Anholt2018-07-301-6/+16
* v3d: When not doing terminal pretty-printing, comment struct field names.Eric Anholt2018-07-301-1/+7
* v3d: Add pack header support for f187 values.Eric Anholt2018-07-301-0/+7
* v3d: Skip printing sub-id or pad fields in CLIF dumping.Eric Anholt2018-07-271-0/+8
* v3d: Dump fields in CLIF output in increasing offset order.Eric Anholt2018-07-271-0/+14
* v3d: Print addresses in CLIFs as references to buffers.Eric Anholt2018-07-271-3/+22
* v3d: Stop doing pretty-printed colorful booleans in CLIF output.Eric Anholt2018-07-271-11/+6
* v3d: Pass the whole clif_dump structure to v3d_print_group().Eric Anholt2018-07-271-3/+4
* v3d: Use /* */ instead of () for enum names in CLIF output.Eric Anholt2018-07-271-1/+1
* v3d: CLIF-dump the "Vec size" field as 0 == maximum value.Eric Anholt2018-07-271-0/+2
* 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