06:38 colingpu: 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:39 pixelcluster: maybe/probably
06:40 pixelcluster: you'll likely want the meta shaders for clearing because you'll likely want to clear your render targets before drawing
06:40 pixelcluster: you might not need every meta shader, but some of them probably
06:43 colingpu: So, radv_compute_pipeline_init can do tasks regarding graphics such as cleaning render target?
06:43 pixelcluster: yes
23:18 gfxstrand: How do I get RADV to dump command buffers?
23:18 gfxstrand: I should read docs, I guess
23:19 airlied: this is where I think it doesn't do it unless you change code
23:20 gfxstrand: :cry:
23:20 gfxstrand: Is it at least easy to hack?
23:22 airlied: you have to put radv_amdgpu_winsys_cs_dump somewhere
23:22 airlied: let me see if I can remember where
23:22 gfxstrand: kk
23:26 airlied: https://paste.centos.org/view/a98a26ac should drop themn
23:26 gfxstrand: kk