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

2015-02-20 Thread Jordan Justen
On 2015-02-20 12:58:07, Chad Versace wrote: > On 02/17/2015 11:30 PM, Jordan Justen wrote: > > On 2015-02-10 12:09:05, Chad Versace wrote: > >> I prefer "core" too. Not for the sake of less code, but because I like > >> the idea of it being available as core API. > > > > This surprised me a bit. I

Re: [waffle] [PATCH v3] nacl: add implementation for waffle_window_swap_buffers

2015-02-20 Thread Chad Versace
On 02/12/2015 12:06 AM, Tapani Pälli wrote: > > > On 02/12/2015 03:47 AM, Chad Versace wrote: >> On 02/09/2015 06:22 AM, Tapani Pälli wrote: >>> +// Thread takes care that we do not issue another buffer >>> +// swap before previous swap has completed. >>> +class NaclSwapThread : public pp::Simpl

Re: [waffle] [PATCH v3] nacl: add implementation for waffle_config_choose

2015-02-20 Thread Chad Versace
On 02/17/2015 09:55 PM, Tapani wrote: > On 02/18/2015 01:44 AM, Emil Velikov wrote: >> On 16/02/15 06:49, Tapani Pälli wrote: >>> Patch fills attributes table suitable for Pepper API from >>> wcore_config_attrs passed by the application. >>> >>> v2: throw error on unsupported context type (Chad Ver

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

2015-02-20 Thread Chad Versace
On 02/17/2015 11:30 PM, Jordan Justen wrote: > On 2015-02-10 12:09:05, Chad Versace wrote: >>> On Sun, Feb 08, 2015 at 07:50:15PM -0500, Frank Henigman wrote: I'd like to extend wflinfo so it can print platform-specific information and eventually be able to replace glxinfo, eglinfo and th