Re: [Mesa-dev] [PATCH 11/16] radeonsi: print saved CS to the log context

2017-08-20 Thread Marek Olšák
On Wed, Aug 16, 2017 at 1:05 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > Use the auto logger facility, so that CS chunks will be interleaved > with other log info. > --- > src/gallium/drivers/radeonsi/si_debug.c | 215 > +-- > src/gallium/drivers/radeonsi/

[Mesa-dev] [PATCH 11/16] radeonsi: print saved CS to the log context

2017-08-16 Thread Nicolai Hähnle
From: Nicolai Hähnle Use the auto logger facility, so that CS chunks will be interleaved with other log info. --- src/gallium/drivers/radeonsi/si_debug.c | 215 +-- src/gallium/drivers/radeonsi/si_hw_context.c | 64 +--- src/gallium/drivers/radeonsi/si_pipe.c