diff --git a/es3.1/html/indexflat.php b/es3.1/html/indexflat.php
index 553d5e9f..aa008e89 100644
--- a/es3.1/html/indexflat.php
+++ b/es3.1/html/indexflat.php
@@ -365,8 +365,8 @@
glMapBufferRange
matrixCompMult
max
- memoryBarrier
glMemoryBarrier
+ memoryBarrier
memoryBarrierAtomicCounter
memoryBarrierBuffer
glMemoryBarrierByRegion
diff --git a/es3/html/indexflat.php b/es3/html/indexflat.php
index 72688a48..5a1d1a46 100644
--- a/es3/html/indexflat.php
+++ b/es3/html/indexflat.php
@@ -422,8 +422,8 @@
glMapBufferRange
matrixCompMult
max
- memoryBarrier
glMemoryBarrier
+ memoryBarrier
memoryBarrierAtomicCounter
memoryBarrierBuffer
glMemoryBarrierByRegion
diff --git a/gl4/glCompressedTexImage1D.xml b/gl4/glCompressedTexImage1D.xml
index a24b3ee1..9b444b69 100644
--- a/gl4/glCompressedTexImage1D.xml
+++ b/gl4/glCompressedTexImage1D.xml
@@ -69,7 +69,7 @@
Specifies the width of the texture image.
- All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1.
+ All implementations support texture images that are at least 16384 texels wide. The height of the 1D texture image is 1.
diff --git a/gl4/glCompressedTexImage3D.xml b/gl4/glCompressedTexImage3D.xml
index 7cbcabc4..b3eff808 100644
--- a/gl4/glCompressedTexImage3D.xml
+++ b/gl4/glCompressedTexImage3D.xml
@@ -72,7 +72,7 @@
Specifies the width of the texture image.
- All implementations support 3D texture images that are at least 16 texels wide.
+ All implementations support 3D texture images that are at least 2048 texels wide.
@@ -81,7 +81,7 @@
Specifies the height of the texture image.
- All implementations support 3D texture images that are at least 16 texels
+ All implementations support 3D texture images that are at least 2048 texels
high.
@@ -91,7 +91,7 @@
Specifies the depth of the texture image.
- All implementations support 3D texture images that are at least 16 texels
+ All implementations support 3D texture images that are at least 2048 texels
deep.
diff --git a/gl4/glTexImage1D.xml b/gl4/glTexImage1D.xml
index 2a8397c7..2fc9a8fc 100644
--- a/gl4/glTexImage1D.xml
+++ b/gl4/glTexImage1D.xml
@@ -69,7 +69,7 @@
Specifies the width of the texture image.
- All implementations support texture images that are at least 1024 texels
+ All implementations support texture images that are at least 16384 texels
wide. The height of the 1D texture image is 1.
diff --git a/gl4/glTexImage2D.xml b/gl4/glTexImage2D.xml
index f498bf79..5db9fe0f 100644
--- a/gl4/glTexImage2D.xml
+++ b/gl4/glTexImage2D.xml
@@ -81,7 +81,7 @@
Specifies the width of the texture image.
- All implementations support texture images that are at least 1024 texels
+ All implementations support texture images that are at least 16384 texels
wide.
@@ -93,8 +93,8 @@
Specifies the height of the texture image, or the number of layers in a texture
array, in the case of the GL_TEXTURE_1D_ARRAY and
GL_PROXY_TEXTURE_1D_ARRAY targets.
- All implementations support 2D texture images that are at least 1024 texels
- high, and texture arrays that are at least 256 layers deep.
+ All implementations support 2D texture images that are at least 16384 texels
+ high, and texture arrays that are at least 2048 layers deep.
diff --git a/gl4/glTexImage3D.xml b/gl4/glTexImage3D.xml
index f3bc0a59..3f0aadd0 100644
--- a/gl4/glTexImage3D.xml
+++ b/gl4/glTexImage3D.xml
@@ -81,7 +81,7 @@
Specifies the width of the texture image.
- All implementations support 3D texture images that are at least 16 texels
+ All implementations support 3D texture images that are at least 2048 texels
wide.
@@ -91,7 +91,7 @@
Specifies the height of the texture image.
- All implementations support 3D texture images that are at least 256 texels
+ All implementations support 3D texture images that are at least 2048 texels
high.
@@ -101,8 +101,8 @@
Specifies the depth of the texture image, or the number of layers in a texture array.
- All implementations support 3D texture images that are at least 256 texels
- deep, and texture arrays that are at least 256 layers deep.
+ All implementations support 3D texture images that are at least 2048 texels
+ deep, and texture arrays that are at least 2048 layers deep.
diff --git a/gl4/html/glCompressedTexImage1D.xhtml b/gl4/html/glCompressedTexImage1D.xhtml
index 65cb78ad..103b9d78 100644
--- a/gl4/html/glCompressedTexImage1D.xhtml
+++ b/gl4/html/glCompressedTexImage1D.xhtml
@@ -115,7 +115,7 @@
Specifies the width of the texture image.
- All implementations support texture images that are at least 64 texels wide. The height of the 1D texture image is 1.
+ All implementations support texture images that are at least 16384 texels wide. The height of the 1D texture image is 1.
diff --git a/gl4/html/glCompressedTexImage3D.xhtml b/gl4/html/glCompressedTexImage3D.xhtml
index 347f7a71..2f9c40d4 100644
--- a/gl4/html/glCompressedTexImage3D.xhtml
+++ b/gl4/html/glCompressedTexImage3D.xhtml
@@ -124,7 +124,7 @@
Specifies the width of the texture image.
- All implementations support 3D texture images that are at least 16 texels wide.
+ All implementations support 3D texture images that are at least 2048 texels wide.
@@ -137,7 +137,7 @@
Specifies the height of the texture image.
- All implementations support 3D texture images that are at least 16 texels
+ All implementations support 3D texture images that are at least 2048 texels
high.
@@ -151,7 +151,7 @@
Specifies the depth of the texture image.
- All implementations support 3D texture images that are at least 16 texels
+ All implementations support 3D texture images that are at least 2048 texels
deep.
diff --git a/gl4/html/glTexImage1D.xhtml b/gl4/html/glTexImage1D.xhtml
index 88fe0450..92e97eaf 100644
--- a/gl4/html/glTexImage1D.xhtml
+++ b/gl4/html/glTexImage1D.xhtml
@@ -122,7 +122,7 @@
Specifies the width of the texture image.
- All implementations support texture images that are at least 1024 texels
+ All implementations support texture images that are at least 16384 texels
wide. The height of the 1D texture image is 1.
diff --git a/gl4/html/glTexImage2D.xhtml b/gl4/html/glTexImage2D.xhtml
index 69914713..62a4710e 100644
--- a/gl4/html/glTexImage2D.xhtml
+++ b/gl4/html/glTexImage2D.xhtml
@@ -137,7 +137,7 @@
Specifies the width of the texture image.
- All implementations support texture images that are at least 1024 texels
+ All implementations support texture images that are at least 16384 texels
wide.
@@ -153,8 +153,8 @@
Specifies the height of the texture image, or the number of layers in a texture
array, in the case of the GL_TEXTURE_1D_ARRAY and
GL_PROXY_TEXTURE_1D_ARRAY targets.
- All implementations support 2D texture images that are at least 1024 texels
- high, and texture arrays that are at least 256 layers deep.
+ All implementations support 2D texture images that are at least 16384 texels
+ high, and texture arrays that are at least 2048 layers deep.
diff --git a/gl4/html/glTexImage3D.xhtml b/gl4/html/glTexImage3D.xhtml
index c64b28b5..d13eb721 100644
--- a/gl4/html/glTexImage3D.xhtml
+++ b/gl4/html/glTexImage3D.xhtml
@@ -140,7 +140,7 @@
Specifies the width of the texture image.
- All implementations support 3D texture images that are at least 16 texels
+ All implementations support 3D texture images that are at least 2048 texels
wide.
@@ -154,7 +154,7 @@
Specifies the height of the texture image.
- All implementations support 3D texture images that are at least 256 texels
+ All implementations support 3D texture images that are at least 2048 texels
high.
@@ -168,8 +168,8 @@
Specifies the depth of the texture image, or the number of layers in a texture array.
- All implementations support 3D texture images that are at least 256 texels
- deep, and texture arrays that are at least 256 layers deep.
+ All implementations support 3D texture images that are at least 2048 texels
+ deep, and texture arrays that are at least 2048 layers deep.
diff --git a/gl4/html/indexflat.php b/gl4/html/indexflat.php
index 59d91f40..81e3aeb3 100644
--- a/gl4/html/indexflat.php
+++ b/gl4/html/indexflat.php
@@ -582,8 +582,8 @@
glMapNamedBufferRange
matrixCompMult
max
- memoryBarrier
glMemoryBarrier
+ memoryBarrier
memoryBarrierAtomicCounter
memoryBarrierBuffer
glMemoryBarrierByRegion