summaryrefslogtreecommitdiffstats
path: root/docs/GL3.txt
diff options
context:
space:
mode:
authorIlia Mirkin <[email protected]>2014-08-11 16:01:55 -0400
committerIlia Mirkin <[email protected]>2014-08-14 20:25:32 -0400
commite474cb4027968191441af413da96e65c6a1fd7f2 (patch)
treeeee7ec951ef45a508bd9dfb089c2da1036cf4b52 /docs/GL3.txt
parentc3bd130784ff2871e7fb5184b58c8cb9bbc54510 (diff)
mesa: add ARB_texture_barrier support
This extension is identical to NV_texture_barrier. Alias glTextureBarrier to the existing glTextureBarrierNV and use the existing NV_texture_barrier extension bit. Signed-off-by: Ilia Mirkin <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'docs/GL3.txt')
-rw-r--r--docs/GL3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt
index e4610b2cc8e..298f8d7f9a5 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -192,7 +192,7 @@ GL 4.5, GLSL 4.50:
GL_ARB_direct_state_access not started
GL_ARB_get_texture_sub_image started (Brian Paul)
GL_ARB_shader_texture_image_samples not started
- GL_ARB_texture_barrier started (Ilia Mirkin)
+ GL_ARB_texture_barrier DONE (nv50, nvc0, r300, r600, radeonsi)
GL_KHR_context_flush_control not started
GL_KHR_robust_buffer_access_behavior not started
GL_KHR_robustness 90% done (the ARB variant)