Re: [waffle] deprecate waffle email list? - Re: [ANNOUNCE] waffle 1.6.0

2019-06-10 Thread Dylan Baker
Acked-by: Dylan Baker Quoting Jordan Justen (2019-06-10 00:39:25) > On 2019-06-07 15:48:54, Dylan Baker wrote: > > > > Release remain available at waffle-gl.org, > > http://www.waffle-gl.org/releases.html. > > > > In the future we will do announcements of waffl

[waffle] [ANNOUNCE] waffle 1.6.0

2019-06-07 Thread Dylan Baker
Hi everyone, I'd like to announce that waffle 1.6.0 is now available from it's new home on gitlab.freedesktop.org, https://gitlab.freedesktop.org/mesa/waffle. You will find a number of useful additions, including: - nacl support in cmake - a shiny new meson build system - json output from

[waffle] [PATCH] wayland: add support for wl_proxy_marshal_constructor_versioned

2016-04-14 Thread Dylan Baker
This fixes waffle to build against wayland 1.10. Thanks to Jason Eckstrand for help getting this working. Fixes #38 cc: Chad Versace <chad.vers...@linux.intel.com> cc: Mark Janes <mark.a.ja...@intel.com> Signed-off-by: Dylan Baker <dylanx.c.ba...@intel.com> ---

Re: [waffle] [PATCH v2 3/4] wflinfo.c: split version, renderer, and vendor checks

2016-01-06 Thread Dylan Baker
On Wed, Jan 6, 2016 at 1:30 PM, Emil Velikov <emil.l.veli...@gmail.com> wrote: > On 5 January 2016 at 19:46, <baker.dyla...@gmail.com> wrote: > > From: Dylan Baker <baker.dyla...@gmail.com> > > > > Pull these out into helper functions, this change will

Re: [waffle] [PATCH 00/12] JSON and platform-specific wflinfo

2016-01-06 Thread Dylan Baker
On Wed, Jan 6, 2016 at 4:12 PM, Frank Henigman <fjhenig...@google.com> wrote: > On Wed, Jan 6, 2016 at 6:43 PM, Dylan Baker <baker.dyla...@gmail.com> > wrote: > > Okay, I have some comments: > > > > When I run wflinfo -p gbm -a gl -f json | jsontidy

Re: [waffle] [PATCH 00/12] JSON and platform-specific wflinfo

2016-01-06 Thread Dylan Baker
Hi Frank, It looks like your series is going to achieve the same result (for my use) as mine did, but yours is probably better. With that in mind I'll be withdrawing mine in favour of yours. Dylan On Wed, Jan 6, 2016 at 11:56 AM, Frank Henigman wrote: > This patch set

Re: [waffle] [PATCH 00/12] JSON and platform-specific wflinfo

2016-01-06 Thread Dylan Baker
ing_language_version and extensions belong in the opengl dictionary. Other than that the output seems reasonable and quite usable for my purposes. On Wed, Jan 6, 2016 at 3:06 PM, Dylan Baker <baker.dyla...@gmail.com> wrote: > Hi Frank, > > It looks like your series is going

Re: [waffle] [RFC 3/3] wflinfo.c: Add a --json flag that prints json

2016-01-05 Thread Dylan Baker
Okay. I'll send out a v2 shortly. On Tue, Jan 5, 2016 at 9:24 AM, Chad Versace <chad.vers...@intel.com> wrote: > On 12/31/2015 09:51 AM, Dylan Baker wrote: > > > > > > On Wed, Dec 30, 2015 at 4:32 PM, Chad Versace <chad.vers...@intel.com > <m

Re: [waffle] [RFC 3/3] wflinfo.c: Add a --json flag that prints json

2015-12-31 Thread Dylan Baker
On Wed, Dec 30, 2015 at 4:32 PM, Chad Versace <chad.vers...@intel.com> wrote: > On 12/27/2015 07:49 AM, Frank Henigman wrote: > > On Wed, Dec 16, 2015 at 8:37 PM, <baker.dyla...@gmail.com> wrote: > >> From: Dylan Baker <baker.dyla...@gmail.com> > >

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

2015-12-29 Thread Dylan Baker
I'll take that out. It's probably a rebasing artifact anyway. On Sun, Dec 27, 2015 at 7:43 AM, Frank Henigman <fjhenig...@google.com> wrote: > On Wed, Dec 16, 2015 at 8:37 PM, <baker.dyla...@gmail.com> wrote: > > From: Dylan Baker <baker.dyla...@gmail.com> > >

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

2015-12-29 Thread Dylan Baker
Okay, I can fix that too. On Sun, Dec 27, 2015 at 7:43 AM, Frank Henigman <fjhenig...@google.com> wrote: > On Wed, Dec 16, 2015 at 8:37 PM, <baker.dyla...@gmail.com> wrote: > > From: Dylan Baker <baker.dyla...@gmail.com> > > > > Pull these out into hel

Re: [waffle] [wflinfo] [RFC] platform-specific info from wflinfo

2015-04-22 Thread Dylan Baker
I think I'd prefer to not convert wflinfo to python. I also hesitate to convert wflinfo to python. After we push all the complexity of wflinfo.c into a library call, then wflinfo.c will largely consist of argparsing and a minimal json parser. wflinfo.c will then be so small that I don't

Re: [waffle] [wflinfo] [RFC] platform-specific info from wflinfo

2015-02-19 Thread Dylan Baker
I don't know how I missed this, I don't care if the output is character for character with glxinfo, as long as it conveys the same information. On Wed, Feb 11, 2015 at 06:01:26PM -0800, Chad Versace wrote: On 02/10/2015 01:20 PM, Frank Henigman wrote: On Tue, Feb 10, 2015 at 4:08 PM, Frank

[waffle] Use cmake config files instead of find

2014-12-29 Thread Dylan Baker
This is the 3rd, and hopefully final, iteration of these patches. Changes from version 2: - rearrange the new code to be with the pkgconfig code in the cmake file - use CMAKE_BINARY_DIR - Drop patch 3 (use windows registry) I have tested this on linux with ninja and make backends with both in

[waffle] [Patch v3 2/3] cmake: Add cmake PackageConfig files

2014-12-29 Thread Dylan Baker
uses apache's numbering scheme 2.0.0 should not fulfill a requirement of 1.5.0 and vice versa. v3: - Use CMAKE_BINARY_DIR (Jordan) - Move generation of cmake config to the same area of the cmake file as pkgconfig Signed-off-by: Dylan Baker dylanx.c.ba...@intel.com Reviewed-by: Jordan

[waffle] [Patch v3 3/3] cmake: remove FindWaffle.cmake

2014-12-29 Thread Dylan Baker
This is superseded by the WaffleConfig and WaffleConfigVersion cmake files. Signed-off-by: Dylan Baker dylanx.c.ba...@intel.com Reviewed-by: Jordan Justen jordan.l.jus...@intel.com --- CMakeLists.txt | 10 ++ cmake/Modules/FindWaffle.cmake | 78

Re: [waffle] [PATCH 3/4] cmake: Add the installed package files to the registry on windows

2014-12-29 Thread Dylan Baker
On Monday, December 29, 2014 05:33:43 PM Jose Fonseca wrote: On 29/12/14 17:07, Dylan Baker wrote: On Monday, December 29, 2014 11:35:20 AM Jose Fonseca wrote: On 22/12/14 22:36, Dylan Baker wrote: This adds the locations of the package files to the registry on windows, which should allow

Re: [waffle] [PATCH 1/2] cmake: Install FindWaffle.cmake under system configured path

2014-12-27 Thread Dylan Baker
Justen jordan.l.jus...@intel.com Cc: Dylan Baker baker.dyla...@gmail.com --- Dylan, does this work on gentoo? I guess we can do the same thing with WaffleConfig*, right? CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt

[waffle] [PATCH 2/4] cmake: Add cmake PackageConfig files

2014-12-22 Thread Dylan Baker
This creates and installs a package version file and a package config file. These are used by find_package with the CONFIG option, and are roughly equivalent to pkgconfig, but is cmake specific rather than linux specific. Signed-off-by: Dylan Baker dylanx.c.ba...@intel.com --- CMakeLists.txt

[waffle] [PATCH 1/4] cmake: fix version search

2014-12-22 Thread Dylan Baker
with DIRS, which corrects the problem. Fixes: https://github.com/waffle-gl/waffle/issues/27 Signed-off-by: Dylan Baker dylanx.c.ba...@intel.com --- cmake/Modules/FindWaffle.cmake | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/cmake/Modules/FindWaffle.cmake b/cmake/Modules

[waffle] [PATCH 4/4] cmake: remove FindWaffle.cmake

2014-12-22 Thread Dylan Baker
This is superseded by the WaffleConfig and WaffleConfigVersion cmake files. --- CMakeLists.txt | 8 + cmake/Modules/FindWaffle.cmake | 78 -- 2 files changed, 1 insertion(+), 85 deletions(-) delete mode 100644

Re: [waffle] [RFC] Use cmake config files instead of find

2014-12-22 Thread Dylan Baker
, December 22, 2014 02:36:04 PM Dylan Baker wrote: This patch series adds a cmake PackageConfig file and PackageConfigVersion file, cmake uses these files much like autotools uses pkgconfig. I have tested this against a modified version of piglit, I can push that branch and provide

Re: [waffle] [RFC v2] wflinfo: add GLSL version information to wflinfo

2014-11-17 Thread Dylan Baker
On Monday, November 17, 2014 01:27:45 PM Jordan Justen wrote: On 2014-11-17 10:15:54, Chad Versace wrote: On Sun 16 Nov 2014, Jordan Justen wrote: On 2014-11-15 12:47:05, Emil Velikov wrote: Hi Dylan, On 14/11/14 17:39, Dylan Baker wrote: v2: - Don't print for gles1, since gles1

Re: [waffle] [PATCH 2/2] wflinfo: Properly handle minor versions 9

2014-04-29 Thread Dylan Baker
On Tuesday, April 29, 2014 08:39:19 Jordan Justen wrote: Previously -V 1.40 would be treated the same as -V 5.0. Instead, whenever a minor version is requested greater than 9, bump the major version, and use 0 for the minor version. This leads to -V 1.40 being interpreted as -V 2.0.