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
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
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