]> git.tdb.fi Git - libs/gl.git/blobdiff - extensions/ext_texture_srgb.glext
Check the flat qualifier from the correct member
[libs/gl.git] / extensions / ext_texture_srgb.glext
index 32fddfbd60d2d59bbb457f3c2730b97d8d6a6bb9..2bfbcf481e50d6c2ed57baf1ff3f6daf86ede0fc 100644 (file)
@@ -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