From 6c544e5413a6c551bf965817f7f238903b367b24 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Mon, 23 Jun 2014 09:32:59 -0400 Subject: mesa/st: enable ARB_fragment_layer_viewport If multiple viewports are supported, that implies the presence of a GS and layered rendering, so we can enable ARB_fragment_layer_viewport as well. Signed-off-by: Ilia Mirkin Reviewed-by: Alex Deucher Reviewed-by: Roland Scheidegger --- docs/relnotes/10.3.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/relnotes') diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index 47d2c5fff86..9af7210ed26 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -54,6 +54,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_texture_query_lod on radeonsi
  • GL_ARB_viewport_array on nvc0
  • GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi, softpipe
  • +
  • GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600
  • -- cgit v1.2.3