[Mesa-dev] [PATCH] mesa: add OES_EGL_image_external_essl3 support

2018-02-01 Thread Tapani Pälli
From: Ilia Mirkin Signed-off-by: Ilia Mirkin Reviewed-by: Tapani Pälli --- This one was originally sent as: https://patchwork.freedesktop.org/patch/45339/ I've done trivial rebase for the patch, went through the changes once more and gave it r-b. If no objections, I'll push it in. src/comp

Re: [Mesa-dev] [PATCH] mesa: add OES_EGL_image_external_essl3 support

2015-05-25 Thread Ilia Mirkin
On Tue, Mar 24, 2015 at 1:41 AM, Tapani Pälli wrote: > > > On 03/23/2015 02:41 PM, Ilia Mirkin wrote: >> >> On Mon, Mar 23, 2015 at 8:06 AM, Tapani Pälli >> wrote: >>> >>> >>> >>> On 03/23/2015 01:43 PM, Ilia Mirkin wrote: On Mon, Mar 23, 2015 at 3:20 AM, Tapani Pälli wrote:

Re: [Mesa-dev] [PATCH] mesa: add OES_EGL_image_external_essl3 support

2015-03-23 Thread Tapani Pälli
On 03/23/2015 02:41 PM, Ilia Mirkin wrote: On Mon, Mar 23, 2015 at 8:06 AM, Tapani Pälli wrote: On 03/23/2015 01:43 PM, Ilia Mirkin wrote: On Mon, Mar 23, 2015 at 3:20 AM, Tapani Pälli wrote: On 03/22/2015 12:07 AM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin --- Not sure what

Re: [Mesa-dev] [PATCH] mesa: add OES_EGL_image_external_essl3 support

2015-03-23 Thread Ilia Mirkin
On Mon, Mar 23, 2015 at 8:06 AM, Tapani Pälli wrote: > > > On 03/23/2015 01:43 PM, Ilia Mirkin wrote: >> >> On Mon, Mar 23, 2015 at 3:20 AM, Tapani Pälli >> wrote: >>> >>> >>> >>> On 03/22/2015 12:07 AM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin --- Not sure wha

Re: [Mesa-dev] [PATCH] mesa: add OES_EGL_image_external_essl3 support

2015-03-23 Thread Tapani Pälli
On 03/23/2015 01:43 PM, Ilia Mirkin wrote: On Mon, Mar 23, 2015 at 3:20 AM, Tapani Pälli wrote: On 03/22/2015 12:07 AM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin --- Not sure what kind of testing is needed here... thought I'd just send this out though, as the extension is simple eno

Re: [Mesa-dev] [PATCH] mesa: add OES_EGL_image_external_essl3 support

2015-03-23 Thread Ilia Mirkin
On Mon, Mar 23, 2015 at 3:20 AM, Tapani Pälli wrote: > > > On 03/22/2015 12:07 AM, Ilia Mirkin wrote: >> >> Signed-off-by: Ilia Mirkin >> --- >> >> Not sure what kind of testing is needed here... thought I'd just send >> this out though, as the extension is simple enough. Wasn't sure >> whether m

Re: [Mesa-dev] [PATCH] mesa: add OES_EGL_image_external_essl3 support

2015-03-23 Thread Tapani Pälli
On 03/22/2015 12:07 AM, Ilia Mirkin wrote: Signed-off-by: Ilia Mirkin --- Not sure what kind of testing is needed here... thought I'd just send this out though, as the extension is simple enough. Wasn't sure whether mesa already handles the requirements re marking the texture as incomplete if

[Mesa-dev] [PATCH] mesa: add OES_EGL_image_external_essl3 support

2015-03-21 Thread Ilia Mirkin
Signed-off-by: Ilia Mirkin --- Not sure what kind of testing is needed here... thought I'd just send this out though, as the extension is simple enough. Wasn't sure whether mesa already handles the requirements re marking the texture as incomplete if the sampler has funny settings. src/glsl/bui