Re: [Mesa-dev] [PATCH] radeonsi: add support for trace buffer.

2014-07-24 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Fri, Jul 25, 2014 at 12:07 AM, wrote: > From: Jérôme Glisse > > Trace buffer allow to dump a command buffer which is fully repliable > as a standalone c program. This make debuging lockup immensively > simpler. This patch only plug the core minimal stuff and

[Mesa-dev] [PATCH] radeonsi: add support for trace buffer.

2014-07-24 Thread j . glisse
From: Jérôme Glisse Trace buffer allow to dump a command buffer which is fully repliable as a standalone c program. This make debuging lockup immensively simpler. This patch only plug the core minimal stuff and is still missing the more fancy aspect that are in r600g. It however already proved us