diff options
author | Ilia Mirkin <[email protected]> | 2015-10-28 16:18:18 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-10-28 20:42:59 -0400 |
commit | ebbd7b41c0be8666f47b06cb83ae5e5117088ea1 (patch) | |
tree | caa38f6a44d5981c544074e0a10a298873a8a6ae /docs | |
parent | 3bbb8715acd1cb85ea7aa7763c06cd12347a1a9a (diff) |
nvc0: add ARB_copy_image support
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 549c4dbfda7..7387ee2ee31 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, radeonsi) + GL_ARB_copy_image DONE (i965, 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) |