diff options
author | Tapani Pälli <[email protected]> | 2018-06-14 14:08:09 +0300 |
---|---|---|
committer | Tapani Pälli <[email protected]> | 2018-06-27 11:05:48 +0300 |
commit | 58ba7ab535addc2ec4e13ca17364857b895d103d (patch) | |
tree | 666518bcb61e23e58643c9cc9ae82e559732b789 /docs | |
parent | e7cdaa895a785025a7af80a187a358c880379f96 (diff) |
features.txt: mark some extensions as done
Signed-off-by: Tapani Pälli <[email protected]>
Reviewed-by: Jordan Justen <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/features.txt | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt index e682d21c68b..81fe8d0e751 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -322,12 +322,14 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_EXT_semaphore DONE (radeonsi) GL_EXT_semaphore_fd DONE (radeonsi) GL_EXT_semaphore_win32 not started + GL_EXT_texture_norm16 DONE (i965, r600, radeonsi, nvc0) GL_KHR_blend_equation_advanced_coherent DONE (i965/gen9+) GL_KHR_texture_compression_astc_hdr DONE (i965/bxt) GL_KHR_texture_compression_astc_sliced_3d DONE (i965/gen9+) GL_OES_depth_texture_cube_map DONE (all drivers that support GLSL 1.30+) GL_OES_EGL_image DONE (all drivers) - GL_OES_EGL_image_external_essl3 not started + GL_OES_EGL_image_external DONE (all drivers) + GL_OES_EGL_image_external_essl3 DONE (all drivers) GL_OES_required_internalformat DONE (all drivers) GL_OES_surfaceless_context DONE (all drivers) GL_OES_texture_compression_astc DONE (core only) @@ -335,7 +337,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_OES_texture_float_linear DONE (freedreno, i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe) GL_OES_texture_half_float DONE (freedreno, i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe) GL_OES_texture_half_float_linear DONE (freedreno, i965, r300, r600, radeonsi, nv30, nv50, nvc0, softpipe, llvmpipe) - GL_OES_texture_view not started - based on GL_ARB_texture_view + GL_OES_texture_view DONE (i965/gen8+) GL_OES_viewport_array DONE (i965, nvc0, radeonsi) GLX_ARB_context_flush_control not started GLX_ARB_robustness_application_isolation not started |