mesa: add GL_OES_texture_stencil8 support
authorIlia Mirkin <imirkin@alum.mit.edu>
Tue, 16 Feb 2016 04:57:06 +0000 (23:57 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Fri, 19 Feb 2016 17:37:22 +0000 (12:37 -0500)
commita03d6f2aa3bb589ca61c3cc13c4189a973b3a2c1
tree17e8263a4ea3767013e4cf2a02713de49dfc255f
parent2b938a390c15a06be8cf706083890c822979508f
mesa: add GL_OES_texture_stencil8 support

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 <imirkin@alum.mit.edu>
Reviewed-by: Eduardo Lima Mitev <elima@igalia.com>
docs/GL3.txt
src/mesa/main/extensions_table.h
src/mesa/main/glformats.c
src/mesa/main/teximage.c