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