From e474cb4027968191441af413da96e65c6a1fd7f2 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Mon, 11 Aug 2014 16:01:55 -0400 Subject: mesa: add ARB_texture_barrier support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Marek Olšák --- docs/relnotes/10.3.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/relnotes/10.3.html') diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index 556eaaec35a..66745b8db2b 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -55,6 +55,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_sample_shading on radeonsi
  • GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi, softpipe
  • GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
  • +
  • GL_ARB_texture_barrier on nv50, nvc0, r300, r600, radeonsi
  • GL_ARB_texture_compression_bptc on i965/gen7+, nvc0, r600/evergreen+, radeonsi
  • GL_ARB_texture_cube_map_array on radeonsi
  • GL_ARB_texture_gather on r600, radeonsi
  • -- cgit v1.2.3