diff options
author | Ilia Mirkin <[email protected]> | 2015-10-28 20:52:50 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-10-28 20:53:30 -0400 |
commit | d0693d7515efb9a747b7fe1d0a21a1ca4bdf33a0 (patch) | |
tree | 0a7b8293e736f46e5786d64a05fb9f43f9b9a9d3 /docs/GL3.txt | |
parent | ebbd7b41c0be8666f47b06cb83ae5e5117088ea1 (diff) |
nv50: add ARB_copy_image support
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-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 7387ee2ee31..d3743c7b4b7 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) |