diff options
author | Marek Olšák <[email protected]> | 2018-08-06 01:55:59 -0400 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2018-08-24 00:36:18 -0400 |
commit | 056b9a5a36afc6051ea0d03a1900f01fb1f74a9b (patch) | |
tree | e64e5ec15f72352ce190da93eb6ffc5f28a9fc11 /docs/relnotes | |
parent | b3c17330e631695b5e5dc209ba9ea1a528618c97 (diff) |
mesa: expose AMD_multi_draw_indirect
because the closed driver exposes it.
This is equivalent to the ARB extension.
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/18.3.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/18.3.0.html b/docs/relnotes/18.3.0.html index 840a336d41a..cf3bb80ceae 100644 --- a/docs/relnotes/18.3.0.html +++ b/docs/relnotes/18.3.0.html @@ -53,6 +53,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_AMD_framebuffer_multisample_advanced on radeonsi.</li> <li>GL_AMD_gpu_shader_int64 on i965, nvc0, radeonsi.</li> +<li>GL_AMD_multi_draw_indirect on all GL 4.x drivers.</li> <li>GL_EXT_window_rectangles on radeonsi.</li> </ul> |