diff options
author | Ilia Mirkin <[email protected]> | 2016-02-19 23:18:33 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-03-10 22:36:17 -0500 |
commit | f8ea98e4ec4078924f79b0aadd2754726b835f5c (patch) | |
tree | 41f601cf8b2f671e2be1a5db077b25bf999dd495 /docs/relnotes | |
parent | 075a5742bf65b35d19a1d86346db1c02f6dba9b2 (diff) |
st/mesa: add GL_ARB_shader_atomic_counter_ops support
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/11.3.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html index 99445c2132b..c31296ef9b1 100644 --- a/docs/relnotes/11.3.0.html +++ b/docs/relnotes/11.3.0.html @@ -45,6 +45,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_ARB_internalformat_query2 on i965</li> +<li>GL_ARB_shader_atomic_counter_ops on nvc0</li> <li>GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp</li> <li>GL_OES_shader_image_atomic on all drivers that support GL_ARB_shader_image_load_store</li> </ul> |