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

2016-02-19 Thread Eduardo Lima Mitev
Patch needs rebase, but see a comment below. On 02/18/2016 02:27 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 M

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

2016-02-17 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 --- v1 -> v2: add checking to es3_error_check_format_and_type. I only get 2 dEQP test fail