diff options
author | Dave Airlie <[email protected]> | 2016-04-27 08:52:32 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2016-04-27 09:01:12 +1000 |
commit | 7aa3a936564f43e46f7cc706670f7995752d1e41 (patch) | |
tree | d772a4b1839a6d97d0583ae3ae52bd79d711da88 /docs/GL3.txt | |
parent | e749c30cebe071da450e28cb47b1b7deb8284a39 (diff) |
docs: update softpipe for ARB_compute_shader
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r-- | docs/GL3.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index c6eb9a6ea63..9d93723e828 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) |