Mesa (master): GL3: ARB_shader_image_load_store/ size is done for radeonsi also in GLES

Nicolai Hähnle nh at kemper.freedesktop.org
Mon Apr 11 17:48:47 UTC 2016


Module: Mesa
Branch: master
Commit: 590a37dc05ceacd36d9e78c5e5c40e77548f6b39
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=590a37dc05ceacd36d9e78c5e5c40e77548f6b39

Author: Nicolai Hähnle <nicolai.haehnle at amd.com>
Date:   Mon Apr 11 12:48:10 2016 -0500

GL3: ARB_shader_image_load_store/size is done for radeonsi also in GLES

Trivial.

---

 docs/GL3.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/GL3.txt b/docs/GL3.txt
index 7267de3..33b7d12 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -231,8 +231,8 @@ GLES3.1, GLSL ES 3.1
   GL_ARB_framebuffer_no_attachments                     DONE (i965, nvc0, r600, radeonsi)
   GL_ARB_program_interface_query                        DONE (all drivers)
   GL_ARB_shader_atomic_counters                         DONE (i965, nvc0)
-  GL_ARB_shader_image_load_store                        DONE (i965, softpipe)
-  GL_ARB_shader_image_size                              DONE (i965, softpipe)
+  GL_ARB_shader_image_load_store                        DONE (i965, softpipe, radeonsi)
+  GL_ARB_shader_image_size                              DONE (i965, softpipe, radeonsi)
   GL_ARB_shader_storage_buffer_object                   DONE (i965, nvc0)
   GL_ARB_shading_language_packing                       DONE (all drivers)
   GL_ARB_separate_shader_objects                        DONE (all drivers)




More information about the mesa-commit mailing list