tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / broadcom / cle / v3d_decoder.c
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-01-30 Eric Anholtv3d: Fix a release build set-but-unused compiler warning.
2018-08-01 Eric Anholtv3d: Actually put the "%s" in the snprintf.
2018-07-31 Eric Anholtv3d: use snprintf(..., "%s", ...) instead of strncpy
2018-07-30 Eric Anholtv3d: Use a short, underscored name for packets in CLIF...
2018-07-30 Eric Anholtv3d: Print CLIF fixed-point values as just their decima...
2018-07-30 Eric Anholtv3d: When not doing terminal pretty-printing, comment...
2018-07-30 Eric Anholtv3d: Add pack header support for f187 values.
2018-07-28 Eric Anholtv3d: Skip printing sub-id or pad fields in CLIF dumping.
2018-07-28 Eric Anholtv3d: Dump fields in CLIF output in increasing offset...
2018-07-28 Eric Anholtv3d: Print addresses in CLIFs as references to buffers.
2018-07-28 Eric Anholtv3d: Stop doing pretty-printed colorful booleans in...
2018-07-28 Eric Anholtv3d: Pass the whole clif_dump structure to v3d_print_gr...
2018-07-27 Eric Anholtv3d: Use /* */ instead of () for enum names in CLIF...
2018-07-27 Eric Anholtv3d: CLIF-dump the "Vec size" field as 0 == maximum...
2018-06-29 Eric Anholtv3d: Switch v3d_decoder.c to the XML's top min_ver...
2018-06-29 Eric Anholtv3d: Create XML fields for min_ver and max_ver of a...
2018-06-27 Eric Anholtv3d: Add pack/unpack/decode support for fields with...
2017-11-07 Kenneth Graunkebroadcom/genxml: Fix decoding of groups with small...
2017-08-18 Eric Anholtbroadcom/genxml: Check the sub-id field when decoding...
2017-07-25 Eric Anholtbroadcom/genxml: Support address fields with <32 bits
2017-07-25 Eric Anholtbroadcom/genxml: Introduce a V3D packet/struct decoder.