X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=extensions%2Foes_required_internalformat.glext;fp=extensions%2Foes_required_internalformat.glext;h=bda4b008a44b5388c71810aed536b27ff0f6aab4;hb=e19309340e90ee881e9cb2f8b7c33a5b89681aa6;hp=0000000000000000000000000000000000000000;hpb=e226ee890690e08cfa6f89a9a64e8a338db63822;p=libs%2Fgl.git diff --git a/extensions/oes_required_internalformat.glext b/extensions/oes_required_internalformat.glext new file mode 100644 index 00000000..bda4b008 --- /dev/null +++ b/extensions/oes_required_internalformat.glext @@ -0,0 +1,16 @@ +extension gles2.OES_required_internalformat +# Some formats were not promoted to core in OpenGL ES +ignore GL_ALPHA8_OES +ignore GL_LUMINANCE4_ALPHA4_OES +ignore GL_LUMINANCE8_ALPHA8_OES +ignore GL_LUMINANCE8_OES +ignore GL_RGB10_EXT +# 32-bit fixed point depth was not promoted to core in OpenGL ES; prefer +# GL_DEPTH_COMPONENT32F from ARB_depth_buffer_float +optional GL_DEPTH_COMPONENT32_OES +# 5/6/5-bit RGB internal format additionally requires ARB_ES2_compatibility on +# desktop OpenGL +optional GL_RGB565_OES +# Combined depth/stencil format additionally requires EXT_packed_depth_stencil +# on desktop OpenGL +optional GL_DEPTH24_STENCIL8_OES