Re: [Mesa-dev] [PATCH v2] gallium/hud: set the dump file streams to line buffered

2017-04-06 Thread Julien Isorce
Reviewed-by: Julien Isorce On 5 April 2017 at 20:03, Edmondo Tommasina wrote: > Flush the HUD value streams to the dump files after every newline. > > v2: check that fopen succeeded (Julien) > > Tested-by: Julien Isorce > --- > src/gallium/auxiliary/hud/hud_context.c | 2 ++ > 1 file changed

[Mesa-dev] [PATCH v2] gallium/hud: set the dump file streams to line buffered

2017-04-05 Thread Edmondo Tommasina
Flush the HUD value streams to the dump files after every newline. v2: check that fopen succeeded (Julien) Tested-by: Julien Isorce --- src/gallium/auxiliary/hud/hud_context.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gallium/auxiliary/hud/hud_context.c b/src/gallium/auxiliary