diff options
author | Ilia Mirkin <[email protected]> | 2016-05-17 01:30:52 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-05-23 22:22:05 -0400 |
commit | f236f1f506f06440886450392f01992998fca7af (patch) | |
tree | fafefdb04795af1d00af29a757118ffdd7e6c3e5 /docs/relnotes | |
parent | 9f5ccaf4dcdb308e5ce9f680b5ae267abb9c130a (diff) |
nvc0: expose robust buffer access
We apparently pass all the relevant CTS tests. There are probably some
shortcomings, but they can be addressed down the line.
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/11.3.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html index bbf1a35c4fb..281b84ce727 100644 --- a/docs/relnotes/11.3.0.html +++ b/docs/relnotes/11.3.0.html @@ -50,7 +50,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi, softpipe</li> <li>GL_ARB_internalformat_query2 on all drivers</li> <li>GL_ARB_query_buffer_object on i965/hsw+</li> -<li>GL_ARB_robust_buffer_access_behavior on radeonsi</li> +<li>GL_ARB_robust_buffer_access_behavior on i965, nvc0, radeonsi</li> <li>GL_ARB_shader_atomic_counters on radeonsi, softpipe</li> <li>GL_ARB_shader_atomic_counter_ops on nvc0, radeonsi, softpipe</li> <li>GL_ARB_shader_image_load_store on radeonsi, softpipe</li> |