docs: mark GL_ARB_shader_image_load_store/_size as done for radeonsi
authorNicolai Hähnle <nicolai.haehnle@amd.com>
Tue, 15 Mar 2016 18:08:21 +0000 (13:08 -0500)
committerNicolai Hähnle <nicolai.haehnle@amd.com>
Mon, 21 Mar 2016 20:34:26 +0000 (15:34 -0500)
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
docs/GL3.txt
docs/relnotes/11.3.0.html

index 3058996ad16ac0b26c017fcfe8c1296e95c90bbb..89cc6620328da1ef61d15149cbd03f74e8a9667e 100644 (file)
@@ -154,7 +154,7 @@ GL 4.2, GLSL 4.20:
   GL_ARB_texture_storage                                DONE (all drivers)
   GL_ARB_transform_feedback_instanced                   DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe)
   GL_ARB_base_instance                                  DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe)
-  GL_ARB_shader_image_load_store                        DONE (i965)
+  GL_ARB_shader_image_load_store                        DONE (i965, radeonsi)
   GL_ARB_conservative_depth                             DONE (all drivers that support GLSL 1.30)
   GL_ARB_shading_language_420pack                       DONE (all drivers that support GLSL 1.30)
   GL_ARB_shading_language_packing                       DONE (all drivers)
@@ -178,7 +178,7 @@ GL 4.3, GLSL 4.30:
   GL_ARB_multi_draw_indirect                            DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe)
   GL_ARB_program_interface_query                        DONE (all drivers)
   GL_ARB_robust_buffer_access_behavior                  not started
-  GL_ARB_shader_image_size                              DONE (i965)
+  GL_ARB_shader_image_size                              DONE (i965, radeonsi)
   GL_ARB_shader_storage_buffer_object                   DONE (i965, nvc0)
   GL_ARB_stencil_texturing                              DONE (i965/gen8+, nv50, nvc0, r600, radeonsi, llvmpipe, softpipe)
   GL_ARB_texture_buffer_range                           DONE (nv50, nvc0, i965, r600, radeonsi, llvmpipe)
index c31296ef9b179246110481a9761c601338306ba1..04564a8f6806bdc584700a5f4dec0935861762d5 100644 (file)
@@ -46,6 +46,8 @@ 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_ARB_shader_image_load_store on radeonsi</li>
+<li>GL_ARB_shader_image_size on radeonsi</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>