summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2015-10-28 20:52:50 -0400
committerIlia Mirkin <imirkin@alum.mit.edu>2015-10-28 20:53:30 -0400
commitd0693d7515efb9a747b7fe1d0a21a1ca4bdf33a0 (patch)
tree0a7b8293e736f46e5786d64a05fb9f43f9b9a9d3 /docs
parentebbd7b41c0be8666f47b06cb83ae5e5117088ea1 (diff)
downloadexternal_mesa3d-d0693d7515efb9a747b7fe1d0a21a1ca4bdf33a0.zip
external_mesa3d-d0693d7515efb9a747b7fe1d0a21a1ca4bdf33a0.tar.gz
external_mesa3d-d0693d7515efb9a747b7fe1d0a21a1ca4bdf33a0.tar.bz2
nv50: add ARB_copy_image support
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'docs')
-rw-r--r--docs/GL3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt
index 7387ee2..d3743c7 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -153,7 +153,7 @@ GL 4.3, GLSL 4.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 in progress (jljusten)
- GL_ARB_copy_image DONE (i965, nvc0, radeonsi)
+ GL_ARB_copy_image DONE (i965, nv50, nvc0, radeonsi)
GL_KHR_debug DONE (all drivers)
GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL)
GL_ARB_fragment_layer_viewport DONE (nv50, nvc0, r600, radeonsi, llvmpipe)