diff options
author | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-06 12:16:30 +0100 |
---|---|---|
committer | Pierre-Eric Pelloux-Prayer <[email protected]> | 2019-11-19 08:49:45 +0100 |
commit | b78e2a197a1dd866024b0dc97689a006c0e6798f (patch) | |
tree | 0d7ce500f1954e6a8bcaff2d5aab004b8d65eb26 /docs | |
parent | a807b8c0a893a437534df5292fe70c54c8d8332b (diff) |
mesa: add ARB_instanced_arrays EXT_dsa function
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'docs')
-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 49ed0fdb7e6..7ccc097c9db 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -380,7 +380,7 @@ GL_EXT_direct_state_access additions from other extensions (complete list): GL_ARB_clear_buffer_object DONE GL_ARB_framebuffer_no_attachments DONE GL_ARB_gpu_shader_fp64 DONE - GL_ARB_instanced_arrays not started + GL_ARB_instanced_arrays DONE GL_ARB_internalformat_query2 DONE GL_ARB_sparse_texture n/a GL_ARB_sparse_buffer not started |