diff options
author | Marek Olšák <maraeo@gmail.com> | 2012-07-07 15:09:05 +0200 |
---|---|---|
committer | Marek Olšák <maraeo@gmail.com> | 2012-07-07 15:09:57 +0200 |
commit | 461e9f99c73a0035260dab083a057578f5093f2f (patch) | |
tree | 9b2df3089d2ecc38eb64a7db277ed08130a0ceff /docs | |
parent | 1e28f55ab7909496d93ab1b552faad17453c10ac (diff) |
docs: document ARB_blend_func_extended and EXT_texture_rg in relnotes-8.1
also sort the extensions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes-8.1.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/relnotes-8.1.html b/docs/relnotes-8.1.html index d435f5e374..4901c30229 100644 --- a/docs/relnotes-8.1.html +++ b/docs/relnotes-8.1.html @@ -32,12 +32,14 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -<li>GL_ARB_base_instance extension</li> -<li>GL_NV_read_buffer extension for ES 2.0</li> +<li>GL_ARB_base_instance</li> +<li>GL_ARB_blend_func_extended</li> +<li>GL_ARB_debug_output</li> <li>GL_ARB_shader_bit_encoding</li> <li>GL_EXT_unpack_subimage for ES 2.0</li> <li>GL_EXT_read_format_bgra for ES 1.1 and 2.0</li> -<li>GL_ARB_debug_output</li> +<li>GL_EXT_texture_rg for ES 2.x</li> +<li>GL_NV_read_buffer for ES 2.0</li> </ul> |