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