Re: [Mesa-dev] [PATCH] st/mesa: EGLImageTarget error handling

2017-03-22 Thread Nicolai Hähnle
Hi Philipp, On 22.03.2017 11:00, Philipp Zabel wrote: On Wed, 2017-03-22 at 07:58 +0100, Nicolai Hähnle wrote: On 21.03.2017 17:51, Philipp Zabel wrote: Stop trying to specify texture or renderbuffer objects for unsupported EGL images. Generate the error codes specified in the OES_EGL_image ex

Re: [Mesa-dev] [PATCH] st/mesa: EGLImageTarget error handling

2017-03-22 Thread Philipp Zabel
Hi Nicolai, thank you for the comments. On Wed, 2017-03-22 at 07:58 +0100, Nicolai Hähnle wrote: > On 21.03.2017 17:51, Philipp Zabel wrote: > > Stop trying to specify texture or renderbuffer objects for unsupported > > EGL images. Generate the error codes specified in the OES_EGL_image > > exten

Re: [Mesa-dev] [PATCH] st/mesa: EGLImageTarget error handling

2017-03-21 Thread Nicolai Hähnle
On 21.03.2017 17:51, Philipp Zabel wrote: Stop trying to specify texture or renderbuffer objects for unsupported EGL images. Generate the error codes specified in the OES_EGL_image extension. Signed-off-by: Philipp Zabel --- EGLImageTargetTexture2D and EGLImageTargetRenderbuffer would call the

[Mesa-dev] [PATCH] st/mesa: EGLImageTarget error handling

2017-03-21 Thread Philipp Zabel
Stop trying to specify texture or renderbuffer objects for unsupported EGL images. Generate the error codes specified in the OES_EGL_image extension. Signed-off-by: Philipp Zabel --- EGLImageTargetTexture2D and EGLImageTargetRenderbuffer would call the pipe driver's create_surface callback withou