summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_cl_dump.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-30v3d: Add a separate flag for CLIF ABI output versus human-readable CLs.Eric Anholt1-1/+1
2018-07-27v3d: Stop doing pretty-printed colorful booleans in CLIF output.Eric Anholt1-1/+1
2018-07-27v3d: Move clif dump BO lookup into the clif dumper.Eric Anholt1-1/+1
2018-07-27v3d: Pass the whole clif_dump structure to v3d_print_group().Eric Anholt1-1/+6
2017-07-25broadcom/vc4: Use the XML decoder for CL dumping.Eric Anholt1-441/+22
2017-07-12Android: Fix vc4 build since XML changes.Rob Herring1-1/+1
2017-06-30vc4: Start using XML unpack functions in CL dump.Eric Anholt1-18/+35
2015-11-09vc4: Add CL dumping for GL_ARRAY_PRIMITIVE.Eric Anholt1-1/+16
2015-10-23vc4: Add dumping of VC4_PACKET_GL_INDEXED_PRIMITIVE.Eric Anholt1-1/+22
2015-10-23vc4: Also dump the decimation mode for resolved stores.Eric Anholt1-2/+4
2015-10-23vc4: Use VC4_GET_FIELD and other defines in dumping VC4_RENDER_CONFIG.Eric Anholt1-10/+10
2015-07-30vc4: Avoid overflowing various static tables.Eric Anholt1-1/+1
2015-07-28vc4: Fix bus errors on dumping CL on hardware.Eric Anholt1-1/+1
2015-06-23vc4: Also dump VC4_PACKET_LOAD_TILE_BUFFER_GENERAL.Eric Anholt1-2/+14
2015-06-23vc4: Add dumping for VC4_PACKET_LOAD/STORE_FULL_RES_TILE_BUFFER.Eric Anholt1-2/+28
2015-06-23vc4: Reuse (and extend) the packet.h sizes for dumping.Eric Anholt1-51/+51
2015-06-17vc4: Add dumping of VC4_PACKET_TILE_BINNING_MODE_CONFIG.Eric Anholt1-1/+32
2015-01-15vc4: Add some dumping for STORE_TILE_BUFFER_GENERAL.Eric Anholt1-1/+79
2015-01-15vc4: Add dumping for the TILE_RENDERING_MODE_CONFIG packet.Eric Anholt1-1/+70
2014-10-18vc4: Add a little bit more packet parsing to make dump reading easier.Eric Anholt1-19/+114
2014-10-17vc4: Make some assertions about how many flushes/EOFs the simulator sees.Eric Anholt1-4/+4
2014-09-18vc4: Actually implement VC4_DEBUG=cl.Eric Anholt1-0/+132