summaryrefslogtreecommitdiff
path: root/src/broadcom/clif
AgeCommit message (Expand)AuthorFilesLines
2020-10-13v3dv: clif format dumping supportAlejandro PiƱeiro1-1/+3
2018-07-30v3d: Dump the contents off all the buffers in CLIF mode.Eric Anholt2-25/+207
2018-07-30v3d: Split walking the CLs to generate relocs from walking CLs to dump.Eric Anholt3-37/+49
2018-07-30v3d: Include commands to run the BCL and RCL in CLIF dumps.Eric Anholt3-6/+46
2018-07-30v3d: Use a short, underscored name for packets in CLIF/CL dumping.Eric Anholt1-1/+26
2018-07-30v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.Eric Anholt3-2/+9
2018-07-27v3d: Emit commands to switch CLIF parser to CL/shader/attr input mode.Eric Anholt2-2/+5
2018-07-27v3d: Print addresses in CLIFs as references to buffers.Eric Anholt2-5/+18
2018-07-27v3d: Stop doing pretty-printed colorful booleans in CLIF output.Eric Anholt2-6/+6
2018-07-27v3d: Move clif dumping to a separate step from noting where the CLs are.Eric Anholt2-3/+17
2018-07-27v3d: Move clif dump BO lookup into the clif dumper.Eric Anholt3-15/+52
2018-07-27v3d: Pass the whole clif_dump structure to v3d_print_group().Eric Anholt2-6/+6
2018-06-29v3d: Move GL shader state dumping out of per-version compilation.Eric Anholt3-41/+26
2018-01-27broadcom/vc5: Enable CLIF dumping of V3D 4.2.Eric Anholt1-0/+5
2018-01-12broadcom/vc5: Add support for V3D 4.1 CLIF dumping.Eric Anholt3-16/+52
2018-01-12broadcom/vc5: Move the body of CLIF dumping to a per-version file.Eric Anholt3-154/+233
2017-10-30broadcom/clif: Print out the contents of the generic tile list.Eric Anholt1-0/+19
2017-10-30broadcom/clif: Move the CL printing part of CL dumps to a helper.Eric Anholt1-28/+32
2017-10-10broadcom/vc5: Fix CLIF dumping of lists that aren't capped by a HALT.Eric Anholt2-8/+21
2017-10-10broadcom: Add vc5 CLIF dumpingEric Anholt2-0/+310