X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=extensions%2Fext_texture_srgb.glext;h=2bfbcf481e50d6c2ed57baf1ff3f6daf86ede0fc;hp=a592cdfa05da9190f2da55690c6752c43535304d;hb=e19309340e90ee881e9cb2f8b7c33a5b89681aa6;hpb=e226ee890690e08cfa6f89a9a64e8a338db63822 diff --git a/extensions/ext_texture_srgb.glext b/extensions/ext_texture_srgb.glext index a592cdfa..2bfbcf48 100644 --- a/extensions/ext_texture_srgb.glext +++ b/extensions/ext_texture_srgb.glext @@ -1,9 +1,19 @@ 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