diff options
author | Ilia Mirkin <[email protected]> | 2016-01-23 08:37:03 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-04-09 14:55:44 -0400 |
commit | cdb6fa91fa79c0c9a796730e9ecae320bebdb825 (patch) | |
tree | 5ed9af74040e585a4dab40e1aaa804da9ce7945b /docs/relnotes | |
parent | 59ca92137b3841a65d9232bee1164bff1e6bd57d (diff) |
nvc0: handle the case where there are no framebuffer attachments
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 d56f6553fe9..971b17af5ab 100644 --- a/docs/relnotes/11.3.0.html +++ b/docs/relnotes/11.3.0.html @@ -44,7 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -<li>GL_ARB_framebuffer_no_attachments on r600, radeonsi</li> +<li>GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi</li> <li>GL_ARB_internalformat_query2 on all drivers</li> <li>GL_ARB_shader_atomic_counter_ops on nvc0</li> <li>GL_ARB_shader_image_load_store on radeonsi, softpipe</li> |