diff options
author | Elie Tournier <[email protected]> | 2020-03-12 13:01:22 +0000 |
---|---|---|
committer | Gert Wollny <[email protected]> | 2020-03-23 18:49:13 +0000 |
commit | 84e707e6f2292dd886b8385fab0ced5122e35876 (patch) | |
tree | 3bdf1e1eac3969929a83267ec5ceb6cc780d0db0 /docs | |
parent | 49f9a0bb57219d0fa57dd10dfd69e64f6356c9df (diff) |
docs/features: Update virgl OpenGL 4.5 features
GL_ARB_clip_control and GL_KHR_robustness are now expose in the guest.
Signed-off-by: Elie Tournier <[email protected]>
Reviewed-by: Gert Wollny <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4160>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4160>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt index f0f0b8e25fe..4db525b9da8 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -213,7 +213,7 @@ GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, r600, radeonsi GL 4.5, GLSL 4.50 -- all DONE: nvc0, r600, radeonsi GL_ARB_ES3_1_compatibility DONE (i965/hsw+, softpipe, virgl) - GL_ARB_clip_control DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr) + GL_ARB_clip_control DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr, virgl) GL_ARB_conditional_render_inverted DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr, virgl) GL_ARB_cull_distance DONE (i965, nv50, llvmpipe, softpipe, swr, virgl) GL_ARB_derivative_control DONE (i965, nv50, llvmpipe, softpipe, virgl) @@ -222,7 +222,7 @@ GL 4.5, GLSL 4.50 -- all DONE: nvc0, r600, radeonsi GL_ARB_shader_texture_image_samples DONE (i965, nv50, virgl) GL_ARB_texture_barrier DONE (freedreno, i965, nv50, virgl) GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful) - GL_KHR_robustness DONE (freedreno, i965) + GL_KHR_robustness DONE (freedreno, i965, virgl) GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) GL 4.6, GLSL 4.60 -- all DONE: radeonsi |