06:38colingpu: There are lots of initial creation of compute shader pipeline bo such as radv_device_init_meta_clear_state which are calling radv_compute_pipeline_init. Do i need to initialize compute pipeline init if i am not using any compute engine?
06:39pixelcluster: maybe/probably
06:40pixelcluster: you'll likely want the meta shaders for clearing because you'll likely want to clear your render targets before drawing
06:40pixelcluster: you might not need every meta shader, but some of them probably
06:43colingpu: So, radv_compute_pipeline_init can do tasks regarding graphics such as cleaning render target?
06:43pixelcluster: yes
23:18gfxstrand: How do I get RADV to dump command buffers?
23:18gfxstrand: I should read docs, I guess
23:19airlied: this is where I think it doesn't do it unless you change code
23:20gfxstrand: :cry:
23:20gfxstrand: Is it at least easy to hack?
23:22airlied: you have to put radv_amdgpu_winsys_cs_dump somewhere
23:22airlied: let me see if I can remember where
23:22gfxstrand: kk
23:26airlied: https://paste.centos.org/view/a98a26ac should drop themn
23:26gfxstrand: kk