Re: [Mesa-dev] [PATCH 1/6] gallium/hud: dump hud_driver_query values to files

2016-12-31 Thread Marek Olšák
FYI, I've pushed the series and squashed the first 2 patches. Thanks, Marek On Sat, Dec 31, 2016 at 10:15 PM, Marek Olšák wrote: > On Wed, Dec 21, 2016 at 10:58 PM, Edmondo Tommasina > wrote: >> Dump values for every selected data source in GALLIUM_HUD. >> >> Every data source has its own file

Re: [Mesa-dev] [PATCH 1/6] gallium/hud: dump hud_driver_query values to files

2016-12-31 Thread Marek Olšák
On Wed, Dec 21, 2016 at 10:58 PM, Edmondo Tommasina wrote: > Dump values for every selected data source in GALLIUM_HUD. > > Every data source has its own file and the filename is > equal to the data source identifier. > --- > src/gallium/auxiliary/hud/hud_context.c | 6 ++ > src/gallium/

[Mesa-dev] [PATCH 1/6] gallium/hud: dump hud_driver_query values to files

2016-12-21 Thread Edmondo Tommasina
Dump values for every selected data source in GALLIUM_HUD. Every data source has its own file and the filename is equal to the data source identifier. --- src/gallium/auxiliary/hud/hud_context.c | 6 ++ src/gallium/auxiliary/hud/hud_driver_query.c | 2 ++ src/gallium/auxiliary/hud/hud_pr