summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2016-04-26 21:02:16 +0200
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>2016-04-26 21:10:10 +0200
commite64ee4cf60516f2cfca9bd0ae38884d55dae57b5 (patch)
tree7fce2a9c34f6c53609b9af1b4d6b8664218d3631 /docs
parent5c429f88d9696d2060e02c95b832999e918718bc (diff)
downloadexternal_mesa3d-e64ee4cf60516f2cfca9bd0ae38884d55dae57b5.zip
external_mesa3d-e64ee4cf60516f2cfca9bd0ae38884d55dae57b5.tar.gz
external_mesa3d-e64ee4cf60516f2cfca9bd0ae38884d55dae57b5.tar.bz2
docs: mark ARB_compute_shader as done for nvc0
This has been merged few months ago but this should help https://mesamatrix.net/ to update its list of supported extensions. Please note that compute shaders are not really useful without ARB_image_load_store and only GK104 and GK110 support it for now. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/GL3.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt
index be13b53..c6eb9a6 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, radeonsi)
+ GL_ARB_compute_shader DONE (i965, nvc0, radeonsi)
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, radeonsi)
+ GL_ARB_compute_shader DONE (i965, nvc0, radeonsi)
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)