diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/12.1.0.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index fb10ba7e80d..26e8ff70b42 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -271,7 +271,7 @@ GLES3.2, GLSL ES 3.2: GL_OES_tessellation_shader started (Ken) GL_OES_texture_border_clamp DONE (all drivers) GL_OES_texture_buffer DONE (i965, nvc0, radeonsi) - GL_OES_texture_cube_map_array not started (based on GL_ARB_texture_cube_map_array, which is done for all drivers) + GL_OES_texture_cube_map_array DONE (i965/gen8+) GL_OES_texture_stencil8 DONE (all drivers that support GL_ARB_texture_stencil8) GL_OES_texture_storage_multisample_2d_array DONE (all drivers that support GL_ARB_texture_multisample) diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html index d14906661c8..c346aac5985 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -58,6 +58,7 @@ Note: some of the new features are only available with certain drivers. <li>OpenGL ES 3.1 on i965/hsw</li> <li>GL_KHR_blend_equation_advanced on i965</li> <li>GL_OES_geometry_shader on i965/gen8+.</li> +<li>GL_OES_texture_cube_map_array on i965/gen8+.</li> </ul> <h2>Bug fixes</h2> |