diff options
author | Simon Zeni <[email protected]> | 2019-12-23 21:45:52 -0500 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-23 03:56:03 +0000 |
commit | 51c1c4d95a05b6eb6fce74e8d624615e4a1b38ab (patch) | |
tree | 349574043335d147de9590c72893944ee82788ac /docs | |
parent | 0edff5123c4f27ff0f8e35d29c2c45a230d3f939 (diff) |
mesa: enable GL_EXT_draw_instanced for gles2
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3204>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/new_features.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index cf4b5fad96a..cbf7b606860 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -6,3 +6,4 @@ GL_NV_pixel_buffer_object on all gallium drivers, i915, i965, swrast. GL_NV_viewport_array2 on nvc0 (GM200+). GL_NV_viewport_swizzle on nvc0 (GM200+). VK_KHR_shader_non_semantic_info on Intel, RADV. +GL_EXT_draw_instanced on gles2 |