diff options
author | Marek Olšák <[email protected]> | 2015-08-24 02:55:20 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-10-28 11:52:17 +0100 |
commit | f04f13622f3e71bee057d60a6be9c53b92b56cc9 (patch) | |
tree | 8543fdb40ed4dfce18fbe4e2e3887633c7361391 /docs/GL3.txt | |
parent | ce9db16e1c101204cdb6b2482aa1b4c7d0c59d41 (diff) |
st/mesa: implement ARB_copy_image
I wonder if the craziness was worth it.
Reviewed-by: Brian Paul <[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 167321676df..549c4dbfda7 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) (gallium - in progress, VMware) + GL_ARB_copy_image DONE (i965, 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) |