From 392c9f8dfe11034c44aeec72217e6f12dce20490 Mon Sep 17 00:00:00 2001 From: Glenn Kennard Date: Wed, 16 Jul 2014 16:31:26 +0200 Subject: r600g: Implement GL_ARB_texture_gather MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Only supported on evergreen and later. Currently limited to single component textures as the hardware GATHER4 instruction ignores texture swizzles. Piglit quick run passes on radeon 6670 with all applicable textureGather tests, no regressions. Signed-off-by: Glenn Kennard Signed-off-by: Marek Olšák --- docs/relnotes/10.3.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/relnotes') diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index 7d4f533..b757e5f 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -49,7 +49,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_sample_shading on radeonsi
  • GL_ARB_stencil_texturing on nv50, nvc0, r600, and radeonsi
  • GL_ARB_texture_cube_map_array on radeonsi
  • -
  • GL_ARB_texture_gather on radeonsi
  • +
  • GL_ARB_texture_gather on radeonsi, r600
  • GL_ARB_texture_query_levels on nv50, nvc0, llvmpipe, r600, radeonsi, softpipe
  • GL_ARB_texture_query_lod on radeonsi
  • GL_ARB_viewport_array on nvc0
  • -- cgit v1.1