diff options
Diffstat (limited to 'mesalib/docs/relnotes/10.1.html')
-rw-r--r-- | mesalib/docs/relnotes/10.1.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mesalib/docs/relnotes/10.1.html b/mesalib/docs/relnotes/10.1.html index 1b8ea22f8..778ae6a57 100644 --- a/mesalib/docs/relnotes/10.1.html +++ b/mesalib/docs/relnotes/10.1.html @@ -45,6 +45,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_ARB_draw_indirect on i965.</li> +<li>GL_ARB_clear_buffer_object</li> </ul> @@ -54,7 +55,11 @@ TBD. <h2>Changes</h2> -TBD. +<ul> +<li>Removed support for the GL_MESA_texture_array extension. This extension + enabled the use of texture array with fixed-function and assembly fragment + shaders. No applications are known to use this extension.</li> +</ul> </div> </body> |