Separate interactions
diff --git a/extensions/EXT/EXT_texture_sRGB_RG8.txt b/extensions/EXT/EXT_texture_sRGB_RG8.txt
index ff6d41f..c973dba 100644
--- a/extensions/EXT/EXT_texture_sRGB_RG8.txt
+++ b/extensions/EXT/EXT_texture_sRGB_RG8.txt
@@ -48,22 +48,6 @@
This extension interacts with ARB_direct_state_access.
- If OpenGL is not supported, ignore all references to 1D textures,
- including TexImage1D, TexStorage1D, and TextureStorage1D.
-
- If neither OpenGL 4.5 nor ARB_direct_state_access are supported,
- ignore all references to TextureStorage3D, TextureStorage2D, and
- TextureStorage1D.
-
- If ARB_texture_view is supported, add SRG8_EXT to the Internal formats
- column of the VIEW_CLASS_16_BITS row in Table 3.X.2.
-
- If EXT_texture_view is supported, add SRG8_EXT to the Internal formats
- column of the VIEW_CLASS_16_BITS row in Table 8.X.2.
-
- If OES_texture_view is supported, add SRG8_EXT to the Internal formats
- column of the VIEW_CLASS_16_BITS row in Table 8.X.2.
-
Overview
This extension introduces SRG8_EXT as an acceptable internal format.
@@ -136,6 +120,32 @@
Internal Format
---------------
SRG8_EXT
+
+Dependencies on OpenGL
+
+ If OpenGL is not supported, ignore all references to 1D textures,
+ including TexImage1D, TexStorage1D, and TextureStorage1D.
+
+Dependencies on OpenGL 4.5 and ARB_direct_state_access
+
+ If neither OpenGL 4.5 nor ARB_direct_state_access are supported,
+ ignore all references to TextureStorage3D, TextureStorage2D, and
+ TextureStorage1D.
+
+Dependencies on ARB_texture_view
+
+ If ARB_texture_view is supported, add SRG8_EXT to the Internal formats
+ column of the VIEW_CLASS_16_BITS row in Table 3.X.2.
+
+Dependencies on EXT_texture_view
+
+ If EXT_texture_view is supported, add SRG8_EXT to the Internal formats
+ column of the VIEW_CLASS_16_BITS row in Table 8.X.2.
+
+Dependencies on OES_texture_view
+
+ If OES_texture_view is supported, add SRG8_EXT to the Internal formats
+ column of the VIEW_CLASS_16_BITS row in Table 8.X.2.
Errors