diff options
author | Nanley Chery <nanley.g.chery@intel.com> | 2017-05-19 16:39:25 -0700 |
---|---|---|
committer | Nanley Chery <nanley.g.chery@intel.com> | 2017-05-22 11:13:53 -0700 |
commit | d132bb36ce8e733f9a52452629991b94ae14aaa8 (patch) | |
tree | 5405d8fb370eaf7df8ee752710ac157a1cc44c72 /docs | |
parent | d6150bd764eb644091d904d1c608640b3e3cd514 (diff) |
docs: Document ASTC extension support for SKL and BXT
v2: Remove the '+' after bxt
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
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 e18bf54a48..0e69b9177e 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -306,8 +306,8 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_transform_feedback_overflow_query DONE (i965/gen6+) GL_KHR_blend_equation_advanced_coherent DONE (i965/gen9+) GL_KHR_no_error started (Timothy Arceri) - GL_KHR_texture_compression_astc_hdr DONE (core only) - GL_KHR_texture_compression_astc_sliced_3d not started + 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 |