Re: [Mesa-dev] [PATCH 00/10] egl/android: Improve the Android EGL backend

2016-07-20 Thread Tomasz Figa
On Wed, Jul 20, 2016 at 10:43 PM, Rob Herring wrote: > On Mon, Jul 18, 2016 at 11:29 PM, Tomasz Figa wrote: >> On Tue, Jul 19, 2016 at 12:35 PM, Rob Herring wrote: >>> On Fri, Jul 15, 2016 at 2:53 AM, Tomasz Figa wrote: Hi, This series is a collection of various fixes and extensi

Re: [Mesa-dev] [PATCH 00/10] egl/android: Improve the Android EGL backend

2016-07-20 Thread Emil Velikov
On 15 July 2016 at 08:53, Tomasz Figa wrote: > Hi, > > This series is a collection of various fixes and extensions we came up > with during our attempt to use Mesa for Android. > > Fixes included in this series: > - added mandatory EGL_MAX_PBUFFER_WIDTH and _HEIGHT attributes to EGL >configs,

Re: [Mesa-dev] [PATCH 00/10] egl/android: Improve the Android EGL backend

2016-07-20 Thread Rob Herring
On Mon, Jul 18, 2016 at 11:29 PM, Tomasz Figa wrote: > On Tue, Jul 19, 2016 at 12:35 PM, Rob Herring wrote: >> On Fri, Jul 15, 2016 at 2:53 AM, Tomasz Figa wrote: >>> Hi, >>> >>> This series is a collection of various fixes and extensions we came up >>> with during our attempt to use Mesa for An

Re: [Mesa-dev] [PATCH 00/10] egl/android: Improve the Android EGL backend

2016-07-20 Thread Tomasz Figa
Hi Rob, On Tue, Jul 19, 2016 at 1:29 PM, Tomasz Figa wrote: > On Tue, Jul 19, 2016 at 12:35 PM, Rob Herring wrote: >> >> Patches 7-10 wouldn't apply. Do you have a git tree with the series? > > Hmm, I rebased them on Mesa master just before sending. Let me try to > create a sandbox branch in our

Re: [Mesa-dev] [PATCH 00/10] egl/android: Improve the Android EGL backend

2016-07-18 Thread Tomasz Figa
On Tue, Jul 19, 2016 at 12:35 PM, Rob Herring wrote: > On Fri, Jul 15, 2016 at 2:53 AM, Tomasz Figa wrote: >> Hi, >> >> This series is a collection of various fixes and extensions we came up >> with during our attempt to use Mesa for Android. >> >> Fixes included in this series: >> - added manda

Re: [Mesa-dev] [PATCH 00/10] egl/android: Improve the Android EGL backend

2016-07-18 Thread Rob Herring
On Fri, Jul 15, 2016 at 2:53 AM, Tomasz Figa wrote: > Hi, > > This series is a collection of various fixes and extensions we came up > with during our attempt to use Mesa for Android. > > Fixes included in this series: > - added mandatory EGL_MAX_PBUFFER_WIDTH and _HEIGHT attributes to EGL >c

[Mesa-dev] [PATCH 00/10] egl/android: Improve the Android EGL backend

2016-07-15 Thread Tomasz Figa
Hi, This series is a collection of various fixes and extensions we came up with during our attempt to use Mesa for Android. Fixes included in this series: - added mandatory EGL_MAX_PBUFFER_WIDTH and _HEIGHT attributes to EGL configs, - fixed multiple issues with handling pbuffers in the back