From: Andres Gomez Date: Wed, 25 Sep 2019 23:56:29 +0000 (+0300) Subject: docs/relnotes: add support for GL_ARB_gl_spirv, GL_ARB_spirv_extensions and OpenGL... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f83874a4056570ff38f6ee76d044b9eb98836c7a;p=mesa.git docs/relnotes: add support for GL_ARB_gl_spirv, GL_ARB_spirv_extensions and OpenGL 4.6 on i965 and iris 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 --- 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.