Re: [waffle] [RFC 1/3] wflinfo.c: split out flags struct

2015-12-27 Thread Frank Henigman
On Wed, Dec 16, 2015 at 8:37 PM, wrote: > From: Dylan Baker > > This is groundwork for adding a json interface to wflinfo. > --- > src/utils/wflinfo.c | 19 +++ > 1 file changed, 11 insertions(+), 8 deletions(-) > > diff --git a/src/utils/wflinfo.c b/src/utils/wflinfo.c > index

Re: [waffle] [RFC 2/3] wflinfo.c: split version, renderer, and vendor checks

2015-12-27 Thread Frank Henigman
On Wed, Dec 16, 2015 at 8:37 PM, wrote: > From: Dylan Baker > > Pull these out into helper functions, this change will be used in a > following patch to add a json printer. > > Signed-off-by: Dylan Baker > --- > src/utils/wflinfo.c | 50 -- > 1 f

Re: [waffle] [RFC 0/3] Add JSON output to wflinfo

2015-12-27 Thread Frank Henigman
On Wed, Dec 16, 2015 at 8:37 PM, wrote: > From: Dylan Baker > > This is a pretty rough RFC for adding JSON output to wflinfo. The > intended consumer of this feature is piglit, for use with the > fast-skipping mechanism. This mechanism currently parses the human > readable form of wflinfo, but t