diff options
author | Edward O'Callaghan <[email protected]> | 2016-10-14 15:30:50 +1100 |
---|---|---|
committer | Edward O'Callaghan <[email protected]> | 2016-10-18 09:55:45 +1100 |
commit | 1c05f92590d9ad9bb0635b93b3a917f8d571596c (patch) | |
tree | 1205a342384ae70cefc12a8fb498b9eda1f5a88e /docs | |
parent | 89e1436e2d4ff0c15202708979eb36761cae4167 (diff) |
doc/features.txt: factor out radeonsi as GL45 complete
V2. add i965/hsw+ to list
V3. rebased on master.
V4. 'DONE' -> 'DONE ()'.
V5. remove i965/hsw+ from list :/
Signed-off-by: Edward O'Callaghan <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/features.txt b/docs/features.txt index 0d6c16a83e7..a677bfbf3f9 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -206,19 +206,19 @@ GL 4.4, GLSL 4.40 -- all DONE: i965/gen8+, nvc0, radeonsi GL_ARB_texture_stencil8 DONE (i965/hsw+, nv50, r600, llvmpipe, softpipe, swr) GL_ARB_vertex_type_10f_11f_11f_rev DONE (i965, nv50, r600, llvmpipe, softpipe, swr) -GL 4.5, GLSL 4.50 -- all DONE: nvc0 +GL 4.5, GLSL 4.50 -- all DONE: nvc0, radeonsi - GL_ARB_ES3_1_compatibility DONE (i965/hsw+, radeonsi) - GL_ARB_clip_control DONE (i965, nv50, r600, radeonsi, llvmpipe, softpipe, swr) - GL_ARB_conditional_render_inverted DONE (i965, nv50, r600, radeonsi, llvmpipe, softpipe, swr) - GL_ARB_cull_distance DONE (i965, nv50, radeonsi, llvmpipe, softpipe, swr) - GL_ARB_derivative_control DONE (i965, nv50, r600, radeonsi) + GL_ARB_ES3_1_compatibility DONE (i965/hsw+) + GL_ARB_clip_control DONE (i965, nv50, r600, llvmpipe, softpipe, swr) + GL_ARB_conditional_render_inverted DONE (i965, nv50, r600, llvmpipe, softpipe, swr) + GL_ARB_cull_distance DONE (i965, nv50, llvmpipe, softpipe, swr) + GL_ARB_derivative_control DONE (i965, nv50, r600) 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, radeonsi) - GL_ARB_texture_barrier DONE (i965, nv50, r600, radeonsi) + GL_ARB_shader_texture_image_samples DONE (i965, nv50, r600) + GL_ARB_texture_barrier DONE (i965, nv50, r600) GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful) - GL_KHR_robustness DONE (i965, radeonsi) + GL_KHR_robustness DONE (i965) GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) These are the extensions cherry-picked to make GLES 3.1 |