From f83874a4056570ff38f6ee76d044b9eb98836c7a Mon Sep 17 00:00:00 2001 From: Andres Gomez Date: Thu, 26 Sep 2019 02:56:29 +0300 Subject: [PATCH] docs/relnotes: add support for GL_ARB_gl_spirv, GL_ARB_spirv_extensions and OpenGL 4.6 on i965 and iris MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit After 41549a18e6c ("i965: Enable OpenGL 4.6 for Gen8+"), i965 implements GL_ARB_gl_spirv, GL_ARB_spirv_extensions and OpenGL 4.6. After 15e439071d8 ("iris: Enable ARB_gl_spirv and ARB_spirv_extensions"), iris implements GL_ARB_gl_spirv, GL_ARB_spirv_extensions and OpenGL 4.6. v2: - Explicit the support is for i965 and iris. v3: - Add also GL_ARB_spirv_extensions to the release notes (Alejandro). Signed-off-by: Andres Gomez Reviewed-by: Alejandro Piñeiro Reviewed-by: Caio Marcelo de Oliveira Filho --- docs/relnotes/19.3.0.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/relnotes/19.3.0.html b/docs/relnotes/19.3.0.html index ee6e648dc78..062e71c6f9f 100644 --- a/docs/relnotes/19.3.0.html +++ b/docs/relnotes/19.3.0.html @@ -44,6 +44,9 @@ TBD.

New features

    +
  • OpenGL 4.6 on i965, iris.
  • +
  • GL_ARB_gl_spirv on i965, iris.
  • +
  • GL_ARB_spirv_extensions on i965, iris.
  • VK_KHR_shader_float_controls on Intel.
  • EXT_demote_to_helper_invocation on iris, i965.
-- 2.30.2