diff options
author | Dave Airlie <[email protected]> | 2018-07-24 06:05:50 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2018-07-24 06:06:15 +1000 |
commit | 51f67eeb213bb46b57e442c055e986cff839cb5c (patch) | |
tree | 1f38c5a38e616e8bd7ffe1bd2afdaf1819e42e01 /docs/features.txt | |
parent | 83332618c1e178c0ead93afc1d7cfc0a33438874 (diff) |
docs/features: note ARB_copy_image is working on virgl
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 768796d56e1..e537a19cd01 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -171,7 +171,7 @@ GL 4.3, GLSL 4.30 -- all DONE: i965/gen8+, nvc0, r600, radeonsi GL_ARB_ES3_compatibility DONE (all drivers that support GLSL 3.30) GL_ARB_clear_buffer_object DONE (all drivers) GL_ARB_compute_shader DONE (freedreno/a5xx, i965, softpipe) - GL_ARB_copy_image DONE (i965, nv50, softpipe, llvmpipe) + GL_ARB_copy_image DONE (i965, nv50, softpipe, llvmpipe, virgl) 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, llvmpipe, softpipe, virgl) |