Re: [Mesa-dev] [PATCH v2 1/5] egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute

2016-04-01 Thread Emil Velikov
On 22 February 2016 at 15:24, Rob Herring wrote: > On Thu, Feb 18, 2016 at 11:11 AM, Emil Velikov > wrote: >> Hi Rob, >> >> On 2 February 2016 at 20:23, Rob Herring wrote: >>> This is used by Android to select an eglconfig compatible with HWComposer. >>> >>> Signed-off-by: Rob Herring >>> ---

Re: [Mesa-dev] [PATCH v2 1/5] egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute

2016-02-22 Thread Rob Herring
On Thu, Feb 18, 2016 at 11:11 AM, Emil Velikov wrote: > Hi Rob, > > On 2 February 2016 at 20:23, Rob Herring wrote: >> This is used by Android to select an eglconfig compatible with HWComposer. >> >> Signed-off-by: Rob Herring >> --- >> v2: >> - Also add reporting the extension string >> >> src

Re: [Mesa-dev] [PATCH v2 1/5] egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute

2016-02-18 Thread Emil Velikov
Hi Rob, On 2 February 2016 at 20:23, Rob Herring wrote: > This is used by Android to select an eglconfig compatible with HWComposer. > > Signed-off-by: Rob Herring > --- > v2: > - Also add reporting the extension string > > src/egl/main/eglapi.c | 1 + > src/egl/main/eglconfig.c | 5 -

[Mesa-dev] [PATCH v2 1/5] egl: Add EGL_FRAMEBUFFER_TARGET_ANDROID attribute

2016-02-02 Thread Rob Herring
This is used by Android to select an eglconfig compatible with HWComposer. Signed-off-by: Rob Herring --- v2: - Also add reporting the extension string src/egl/main/eglapi.c | 1 + src/egl/main/eglconfig.c | 5 - src/egl/main/eglconfig.h | 2 ++ src/egl/main/egldisplay.h | 1 + 4 file