X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=extensions%2Fext_texture_srgb.glext;h=2bfbcf481e50d6c2ed57baf1ff3f6daf86ede0fc;hp=32fddfbd60d2d59bbb457f3c2730b97d8d6a6bb9;hb=HEAD;hpb=5a93cc603eef43617a10b76bc9c19a3272ac1d49 diff --git a/extensions/ext_texture_srgb.glext b/extensions/ext_texture_srgb.glext index 32fddfbd..2bfbcf48 100644 --- a/extensions/ext_texture_srgb.glext +++ b/extensions/ext_texture_srgb.glext @@ -1 +1,23 @@ extension EXT_texture_sRGB +# The automatically detected source extensions are incorrect; EXT_sRGB provides +# SRGB8_ALPHA8 only for renderbuffers while NV_sRGB_formats provides SRGB8 only +# for immutable texture storage +gles2:source none +# Unsized sRGB internal formats are not available on OpenGL ES +optional GL_SRGB_EXT +optional GL_SRGB_ALPHA_EXT +# Specific compressed formats were not promoted to core +ignore GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT1_EXT +ignore GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT3_EXT +ignore GL_COMPRESSED_SRGB_ALPHA_S3TC_DXT5_EXT +ignore GL_COMPRESSED_SRGB_S3TC_DXT1_EXT +# Generic compressed formats are not available on OpenGL ES +ignore GL_COMPRESSED_SRGB_EXT +ignore GL_COMPRESSED_SRGB_ALPHA_EXT +# Luminance formats are deprecated +ignore GL_COMPRESSED_SLUMINANCE_EXT +ignore GL_COMPRESSED_SLUMINANCE_ALPHA_EXT +optional GL_SLUMINANCE_EXT +optional GL_SLUMINANCE_ALPHA_EXT +optional GL_SLUMINANCE8_EXT +optional GL_SLUMINANCE8_ALPHA8_EXT