diff options
author | Edward O'Callaghan <eocallaghan@alterapraxis.com> | 2015-12-07 20:35:55 +1100 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2015-12-09 14:41:46 +1000 |
commit | 1f61447ce13b8c60b1c1a47b4d008bcf78e22bbd (patch) | |
tree | f8e52558be07ed098c8025b434ef9c89ceca1c37 /docs/GL3.txt | |
parent | d13ac272006f0298146508d7d7b3b67e7fa27133 (diff) |
r600: Add ARB_copy_image support
[airlied: update relnotes]
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Signed-off-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
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 f3beba9561..4075650726 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, nv50, 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) GL_ARB_fragment_layer_viewport DONE (i965, nv50, nvc0, r600, radeonsi, llvmpipe) |