Mesa (master): docs/relnotes: add support for GL_ARB_gl_spirv, GL_ARB_spirv_extensions and OpenGL 4.6 on i965 and iris

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 1 09:10:36 UTC 2019


Module: Mesa
Branch: master
Commit: f83874a4056570ff38f6ee76d044b9eb98836c7a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f83874a4056570ff38f6ee76d044b9eb98836c7a

Author: Andres Gomez <agomez at igalia.com>
Date:   Thu Sep 26 02:56:29 2019 +0300

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 <agomez at igalia.com>
Reviewed-by: Alejandro Piñeiro <apinheiro at igalia.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira at intel.com>

---

 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.
 <h2>New features</h2>
 
 <ul>
+<li>OpenGL 4.6 on i965, iris.</li>
+<li>GL_ARB_gl_spirv on i965, iris.</li>
+<li>GL_ARB_spirv_extensions on i965, iris.</li>
 <li>VK_KHR_shader_float_controls on Intel.</li>
 <li>EXT_demote_to_helper_invocation on iris, i965.</li>
 </ul>




More information about the mesa-commit mailing list