diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-05 15:04:52 +0100 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-19 08:49:44 +0100 |
commit | 442fd3d007d733a24e8d2473756467d616a134ac (patch) | |
tree | 95cf9b4efa7b3465596fe0147885d2c7dca0048f /docs | |
parent | 8cfb3e4ee57070ff45e7534a986a20c5fd649dc7 (diff) |
mesa: add ARB_vertex_attrib_64bit VertexArrayVertexAttribLOffsetEXT
Reviewed-by: Marek Olšák <[email protected]>
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 9463b17a043..0193aba5cf0 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -387,14 +387,14 @@ GL_EXT_direct_state_access additions from other extensions (complete list): GL_ARB_texture_buffer_range not started GL_ARB_texture_storage DONE GL_ARB_texture_storage_multisample not started - GL_ARB_vertex_attrib_64bit not started + GL_ARB_vertex_attrib_64bit DONE GL_ARB_vertex_attrib_binding DONE GL_EXT_buffer_storage DONE GL_EXT_external_buffer n/a GL_EXT_separate_shader_objects n/a GL_EXT_sparse_texture n/a GL_EXT_texture_storage n/a - GL_EXT_vertex_attrib_64bit not started + GL_EXT_vertex_attrib_64bit DONE GL_EXT_EGL_image_storage n/a GL_NV_bindless_texture n/a GL_NV_gpu_shader5 n/a |