diff options
author | Ilia Mirkin <[email protected]> | 2015-02-12 06:16:27 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-02-12 11:12:29 -0500 |
commit | b1e70f2423749bda11953a8aa84a11aec00825b3 (patch) | |
tree | 0c1d2130815e78552d2903ef355e915f5a86d094 /docs | |
parent | 63986f958097288a29ae001e15df3dea076486d1 (diff) |
docs: add ARB_draw_indirect to ES 3.1 list
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 1469e1432be..6cb40edd939 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -212,6 +212,7 @@ These are the extensions cherry-picked to make GLES 3.1 GLES3.1, GLSL ES 3.1 GL_ARB_arrays_of_arrays started (Timothy) GL_ARB_compute_shader in progress (jljusten) + GL_ARB_draw_indirect DONE (i965, nvc0, radeonsi, llvmpipe, softpipe) GL_ARB_explicit_uniform_location DONE (all drivers that support GLSL) GL_ARB_framebuffer_no_attachments not started GL_ARB_program_interface_query not started |