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

2016-02-16 Thread Ilia Mirkin
On Tue, Feb 16, 2016 at 3:21 AM, Eduardo Lima Mitev wrote: > On 02/16/2016 06:05 AM, Ilia Mirkin wrote: >> It's basically the same thing as GL_ARB_texture_stencil8 except that >> glCopyTexImage isn't supported, so add STENCIL_INDEX to the list of >> invalid GLES formats for glCopyTexImage. >> >> S

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

2016-02-16 Thread Eduardo Lima Mitev
On 02/16/2016 06:05 AM, Ilia Mirkin wrote: > It's basically the same thing as GL_ARB_texture_stencil8 except that > glCopyTexImage isn't supported, so add STENCIL_INDEX to the list of > invalid GLES formats for glCopyTexImage. > > Signed-off-by: Ilia Mirkin > --- > > Seems to pass the few dEQP t

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

2016-02-15 Thread Ilia Mirkin
It's basically the same thing as GL_ARB_texture_stencil8 except that glCopyTexImage isn't supported, so add STENCIL_INDEX to the list of invalid GLES formats for glCopyTexImage. Signed-off-by: Ilia Mirkin --- Seems to pass the few dEQP tests that are there. The ext is nearly identical to the de