GL3.txt: Mark ARB_framebuffer_no_attachments as done
authorEdward O'Callaghan <eocallaghan@alterapraxis.com>
Mon, 1 Feb 2016 00:18:15 +0000 (11:18 +1100)
committerDave Airlie <airlied@redhat.com>
Thu, 7 Apr 2016 02:03:59 +0000 (12:03 +1000)
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
docs/GL3.txt
docs/relnotes/11.3.0.html

index 5b6dc89e250ab977140d784efe3b4058ec132317..c48802a9f7be17d98028a1927a4ff389205d9abe 100644 (file)
@@ -172,7 +172,7 @@ GL 4.3, GLSL 4.30:
   GL_KHR_debug                                          DONE (all drivers)
   GL_ARB_explicit_uniform_location                      DONE (all drivers that support GLSL)
   GL_ARB_fragment_layer_viewport                        DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe)
-  GL_ARB_framebuffer_no_attachments                     DONE (i965)
+  GL_ARB_framebuffer_no_attachments                     DONE (i965, r600, radeonsi)
   GL_ARB_internalformat_query2                          DONE (all drivers)
   GL_ARB_invalidate_subdata                             DONE (all drivers)
   GL_ARB_multi_draw_indirect                            DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe)
index d494b84d568d6f6a9977586c223a44169f41574a..d56f6553fe9b39a3927aefc1385a2e86545f508a 100644 (file)
@@ -44,6 +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_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>