diff options
author | Uros Bizjak <[email protected]> | 2019-05-07 06:21:14 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2019-05-07 06:21:48 +1000 |
commit | fc7649c4b77bf2786332516b57b694825c73db53 (patch) | |
tree | b3bbcede4c07717b0303a630a7fb9c718d397ad4 /docs | |
parent | c7078397caed46317ba49065c7e966f880607f3d (diff) |
doc: Update GL_KHR_robustness in features.txt for r600
glxinfo for Cypress XT [Radeon HD 5870] lists GL_KHR_robustness
as supported extension. This was the last missing extension
for GL 4.5, so Mark GL 4.5 as all DONE for r600.
Reviewed-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/features.txt b/docs/features.txt index 1b8c9a830c6..38d6186dbe1 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -209,17 +209,17 @@ GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, r600, radeonsi GL_ARB_texture_stencil8 DONE (freedreno, i965/hsw+, nv50, llvmpipe, softpipe, swr, virgl) GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, llvmpipe, softpipe, swr, virgl) -GL 4.5, GLSL 4.50 -- all DONE: nvc0, radeonsi +GL 4.5, GLSL 4.50 -- all DONE: nvc0, radeonsi, r600 - GL_ARB_ES3_1_compatibility DONE (i965/hsw+, r600, softpipe, virgl) - GL_ARB_clip_control DONE (freedreno, i965, nv50, r600, llvmpipe, softpipe, swr) - GL_ARB_conditional_render_inverted DONE (freedreno, i965, nv50, r600, llvmpipe, softpipe, swr, virgl) - GL_ARB_cull_distance DONE (i965, nv50, r600, llvmpipe, softpipe, swr, virgl) - GL_ARB_derivative_control DONE (i965, nv50, r600, virgl) + GL_ARB_ES3_1_compatibility DONE (i965/hsw+, softpipe, virgl) + GL_ARB_clip_control DONE (freedreno, i965, nv50, llvmpipe, softpipe, swr) + 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, virgl) GL_ARB_direct_state_access DONE (all drivers) GL_ARB_get_texture_sub_image DONE (all drivers) - GL_ARB_shader_texture_image_samples DONE (i965, nv50, r600, virgl) - GL_ARB_texture_barrier DONE (freedreno, i965, nv50, r600, virgl) + 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_EXT_shader_integer_mix DONE (all drivers that support GLSL) |