Re: [waffle] [PATCH 10/12] egl: implement platform-specific information

2016-04-24 Thread Emil Velikov
On 24 April 2016 at 20:52, Frank Henigman wrote: > On Sat, Apr 23, 2016 at 2:51 PM, Emil Velikov > wrote: >> On 21 April 2016 at 21:27, Frank Henigman wrote: >>> On Fri, Jan 8, 2016 at 7:50 AM, Emil Velikov >>> wrote: On 6 January 2016 at 21:56, Frank Henigman wrote: > Implement the

Re: [waffle] [PATCH 10/12] egl: implement platform-specific information

2016-04-24 Thread Frank Henigman
On Sat, Apr 23, 2016 at 2:51 PM, Emil Velikov wrote: > On 21 April 2016 at 21:27, Frank Henigman wrote: >> On Fri, Jan 8, 2016 at 7:50 AM, Emil Velikov >> wrote: >>> On 6 January 2016 at 21:56, Frank Henigman wrote: Implement the platform hook of waffle_display_info_json() so it can p

[waffle] [PATCH 10/12] egl: implement platform-specific information

2016-04-23 Thread Emil Velikov
On 21 April 2016 at 21:27, Frank Henigman > wrote: > On Fri, Jan 8, 2016 at 7:50 AM, Emil Velikov > wrote: >> On 6 January 2016 at 21:56, Frank Henigman > wrote: >>> Implement the platform hook of waffle_display_info_json() so it can >>> pick up egl-specific information. >>> >>> Signed-off-by: Fran

Re: [waffle] [PATCH 10/12] egl: implement platform-specific information

2016-04-21 Thread Frank Henigman
On Fri, Jan 8, 2016 at 7:50 AM, Emil Velikov wrote: > On 6 January 2016 at 21:56, Frank Henigman wrote: >> Implement the platform hook of waffle_display_info_json() so it can >> pick up egl-specific information. >> >> Signed-off-by: Frank Henigman >> --- >> src/waffle/egl/wegl_display.c | 32 +

Re: [waffle] [PATCH 10/12] egl: implement platform-specific information

2016-01-08 Thread Emil Velikov
On 6 January 2016 at 21:56, Frank Henigman wrote: > Implement the platform hook of waffle_display_info_json() so it can > pick up egl-specific information. > > Signed-off-by: Frank Henigman > --- > src/waffle/egl/wegl_display.c | 32 ++-- > src/waffle/egl/wegl_displa

[waffle] [PATCH 10/12] egl: implement platform-specific information

2016-01-06 Thread Frank Henigman
Implement the platform hook of waffle_display_info_json() so it can pick up egl-specific information. Signed-off-by: Frank Henigman --- src/waffle/egl/wegl_display.c | 32 ++-- src/waffle/egl/wegl_display.h | 4 src/waffle/egl/wegl_platform.h | 3 +++ 3 files