diff options
author | Ilia Mirkin <[email protected]> | 2016-05-23 22:41:23 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-05-23 23:47:11 -0400 |
commit | 5878254545f2b0207f47e581789e88fc0ab5c531 (patch) | |
tree | dadfcca92cc0c101ba93ec4b3b2e461d25d2a0b5 /docs | |
parent | 72449c477ee3d3ecb825a49ea2fc2121a6c553e0 (diff) |
mesa: remove separate enable for KHR_robust_buffer_access_behavior
This extension appears to be a strict subset of the ARB version. Also
remove it from GL3.txt since it doesn't seem relevant.
Signed-off-by: Ilia Mirkin <[email protected]>
Acked-by: Jason Ekstrand <[email protected]>
Acked-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index aa58e4acba9..4a9cf0b830c 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -218,7 +218,6 @@ GL 4.5, GLSL 4.50: GL_ARB_shader_texture_image_samples DONE (i965, nv50, nvc0, r600, radeonsi) GL_ARB_texture_barrier DONE (i965, nv50, nvc0, r600, radeonsi) GL_KHR_context_flush_control DONE (all - but needs GLX/EGL extension to be useful) - GL_KHR_robust_buffer_access_behavior DONE (i965) GL_KHR_robustness not started (90% done with the ARB variant) GL_EXT_shader_integer_mix DONE (all drivers that support GLSL) |