diff options
author | Bas Nieuwenhuizen <[email protected]> | 2016-04-03 21:49:44 +0200 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2016-04-12 20:53:10 +0200 |
commit | 126da23d70dccd9eb5ebe7bf26cb113193f882a4 (patch) | |
tree | b293d3868bd3c1b74e71d504777f41bdbe1dadcc /docs/relnotes | |
parent | 70dcd841f7d94a7b44b294d5264324fc5905aae8 (diff) |
radeonsi: Mark ARB_robust_buffer_access_behavior as supported.
Signed-off-by: Bas Nieuwenhuizen <[email protected]>
Reviewed-by: Marek Olšák <[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 f1d958d1f42..f46616d0c6f 100644 --- a/docs/relnotes/11.3.0.html +++ b/docs/relnotes/11.3.0.html @@ -46,6 +46,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi</li> <li>GL_ARB_internalformat_query2 on all drivers</li> +<li>GL_ARB_robust_buffer_access_behavior on radeonsi</li> <li>GL_ARB_shader_atomic_counters on softpipe</li> <li>GL_ARB_shader_atomic_counter_ops on nvc0, softpipe</li> <li>GL_ARB_shader_image_load_store on radeonsi, softpipe</li> |