Skip to content

wrap: add option to dump all BOs to support replaying captures

Danylo Piliaiev requested to merge Danil/freedreno:feature/full-bo-dump into master

Replaying a captures requires all buffers being dumped before each submission. Add WRAP_DUMP_ALL_BO envvar to do this.


I have to properly test it since the board I'm working on has different GPU from the phone where I do the capture, so I get opcode error on replay.

Merge request reports