diff options
author | Andres Gomez <[email protected]> | 2019-09-26 02:56:29 +0300 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2019-10-01 12:09:48 +0300 |
commit | f83874a4056570ff38f6ee76d044b9eb98836c7a (patch) | |
tree | 32235a23811008ff62a8e1194800fc79937cb5dd /docs | |
parent | 641320ce02ff438a314be35fea8f0cf60ab20faf (diff) |
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 <[email protected]>
Reviewed-by: Alejandro PiƱeiro <[email protected]>
Reviewed-by: Caio Marcelo de Oliveira Filho <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/19.3.0.html | 3 |
1 files changed, 3 insertions, 0 deletions
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> |