diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-06 15:42:10 +0100 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-19 08:49:45 +0100 |
commit | bb2241bf06b6e23eb632523ae582e90c4c429a8b (patch) | |
tree | 8da8e67ff822d062715197bdae70dfcb7dd827eb /docs/features.txt | |
parent | a0d667036d8c8b77fa62f74263583b07909f8637 (diff) |
mesa: implement ARB_texture_storage_multisample + EXT_dsa functions
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 0e2aaeb3bad..1661e41492d 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -386,7 +386,7 @@ GL_EXT_direct_state_access additions from other extensions (complete list): GL_ARB_sparse_buffer not started GL_ARB_texture_buffer_range DONE GL_ARB_texture_storage DONE - GL_ARB_texture_storage_multisample not started + GL_ARB_texture_storage_multisample DONE GL_ARB_vertex_attrib_64bit DONE GL_ARB_vertex_attrib_binding DONE GL_EXT_buffer_storage DONE |