Re: [PATCH weston v2 1/3] gl-renderer: Add EGLDevice enumeration support

2016-11-15 Thread Pekka Paalanen
On Mon, 14 Nov 2016 20:38:43 -0800 Miguel Angel Vico wrote: > Thanks, Pekka. > > Inline. > > On Mon, 7 Nov 2016 16:22:49 +0200 > Pekka Paalanen wrote: > > > * PGP Signed by an unknown key > > > > On Wed, 18 May 2016 17:51:36 +0200 > > "Miguel A. Vico" wrote: > > > > > EGLDevice provides

Re: [PATCH weston v2 1/3] gl-renderer: Add EGLDevice enumeration support

2016-11-14 Thread Miguel Angel Vico
Thanks, Pekka. Inline. On Mon, 7 Nov 2016 16:22:49 +0200 Pekka Paalanen wrote: > * PGP Signed by an unknown key > > On Wed, 18 May 2016 17:51:36 +0200 > "Miguel A. Vico" wrote: > > > EGLDevice provides means to enumerate native devices. > > > > In preparation for follow-on changes to suppor

Re: [PATCH weston v2 1/3] gl-renderer: Add EGLDevice enumeration support

2016-11-07 Thread Pekka Paalanen
On Wed, 18 May 2016 17:51:36 +0200 "Miguel A. Vico" wrote: > EGLDevice provides means to enumerate native devices. > > In preparation for follow-on changes to support frame presentation > through EGLDevice+EGLOutput, this change adds both > gl_renderer_get_devices() and gl_renderer_get_drm_devic

[PATCH weston v2 1/3] gl-renderer: Add EGLDevice enumeration support

2016-05-18 Thread Miguel A. Vico
EGLDevice provides means to enumerate native devices. In preparation for follow-on changes to support frame presentation through EGLDevice+EGLOutput, this change adds both gl_renderer_get_devices() and gl_renderer_get_drm_device_file() functions which will help to enumerate EGLDevices and match th