Mesa (master): docs: update softpipe for ARB_compute_shader

Dave Airlie airlied at kemper.freedesktop.org
Tue Apr 26 23:01:38 UTC 2016


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Wed Apr 27 08:52:32 2016 +1000

docs: update softpipe for ARB_compute_shader

Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 docs/GL3.txt              | 4 ++--
 docs/relnotes/11.3.0.html | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/GL3.txt b/docs/GL3.txt
index c6eb9a6..9d93723 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -167,7 +167,7 @@ GL 4.3, GLSL 4.30:
   GL_ARB_arrays_of_arrays                               DONE (all drivers that support GLSL 1.30)
   GL_ARB_ES3_compatibility                              DONE (all drivers that support GLSL 3.30)
   GL_ARB_clear_buffer_object                            DONE (all drivers)
-  GL_ARB_compute_shader                                 DONE (i965, nvc0, radeonsi)
+  GL_ARB_compute_shader                                 DONE (i965, nvc0, radeonsi, softpipe)
   GL_ARB_copy_image                                     DONE (i965, nv50, nvc0, r600, radeonsi)
   GL_KHR_debug                                          DONE (all drivers)
   GL_ARB_explicit_uniform_location                      DONE (all drivers that support GLSL)
@@ -225,7 +225,7 @@ GL 4.5, GLSL 4.50:
 These are the extensions cherry-picked to make GLES 3.1
 GLES3.1, GLSL ES 3.1
   GL_ARB_arrays_of_arrays                               DONE (all drivers that support GLSL 1.30)
-  GL_ARB_compute_shader                                 DONE (i965, nvc0, radeonsi)
+  GL_ARB_compute_shader                                 DONE (i965, nvc0, radeonsi, softpipe)
   GL_ARB_draw_indirect                                  DONE (i965, nvc0, r600, radeonsi, llvmpipe, softpipe)
   GL_ARB_explicit_uniform_location                      DONE (all drivers that support GLSL)
   GL_ARB_framebuffer_no_attachments                     DONE (i965, nvc0, r600, radeonsi, softpipe)
diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html
index 5a7083c..3d254f7 100644
--- a/docs/relnotes/11.3.0.html
+++ b/docs/relnotes/11.3.0.html
@@ -45,7 +45,7 @@ Note: some of the new features are only available with certain drivers.
 
 <ul>
 <li>OpenGL 4.2 on radeonsi</li>
-<li>GL_ARB_compute_shader on radeonsi</li>
+<li>GL_ARB_compute_shader on radeonsi, softpipe</li>
 <li>GL_ARB_framebuffer_no_attachments on nvc0, r600, radeonsi, softpipe</li>
 <li>GL_ARB_internalformat_query2 on all drivers</li>
 <li>GL_ARB_robust_buffer_access_behavior on radeonsi</li>




More information about the mesa-commit mailing list