diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/17.1.0.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 01315a0a1c5..346ba289175 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -303,7 +303,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_sparse_texture2 not started GL_ARB_sparse_texture_clamp not started GL_ARB_texture_filter_minmax not started - GL_ARB_transform_feedback_overflow_query not started + GL_ARB_transform_feedback_overflow_query DONE (i965/gen6+) GL_KHR_blend_equation_advanced_coherent DONE (i965/gen9+) GL_KHR_no_error not started GL_KHR_texture_compression_astc_hdr DONE (core only) diff --git a/docs/relnotes/17.1.0.html b/docs/relnotes/17.1.0.html index fd231ab9984..9ababccea6d 100644 --- a/docs/relnotes/17.1.0.html +++ b/docs/relnotes/17.1.0.html @@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_ARB_gpu_shader_int64 on i965/gen8+, nvc0, radeonsi, softpipe, llvmpipe</li> <li>GL_ARB_transform_feedback2 on i965/gen6</li> +<li>GL_ARB_transform_feedback_overflow_query on i965/gen6+</li> </ul> <h2>Bug fixes</h2> |