diff options
author | Ian Romanick <[email protected]> | 2016-11-08 10:10:35 -0800 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2017-01-06 12:42:43 -0800 |
commit | 1472ff35914fb50c8b49a4f8678c76327e7da75c (patch) | |
tree | ae8d37a1a27aaa167b97cc9f7ccc9e8cacf7051a /docs/relnotes | |
parent | 90c51ccf82e04d06aa63aea49121165b7f2e8991 (diff) |
i965: Enable several GLES 3.1 extensions on HSW+
The only reason we didn't previously enable this was the dependency on
OpenGL ES 3.1. These should have been enabled as soon as HSW got
stencil texturing. We also needed to fixup setting MaxViewports.
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/13.1.0.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/relnotes/13.1.0.html b/docs/relnotes/13.1.0.html index 124da931f14..be1ab0d76ef 100644 --- a/docs/relnotes/13.1.0.html +++ b/docs/relnotes/13.1.0.html @@ -49,6 +49,9 @@ Note: some of the new features are only available with certain drivers. <li>GL_NV_image_formats on any driver supporting GL_ARB_shader_image_load_store (i965, nvc0, radeonsi, softpipe)</li> <li>GL_ARB_gpu_shader_fp64 in i965/haswell</li> <li>Intel Haswell now supports OpenGL 4.0</li> +<li>GL_OES_geometry_shader on i965/haswell</li> +<li>GL_OES_texture_cube_map_array on i965/haswell</li> +<li>GL_OES_viewport_array on i965/haswell</li> </ul> <h2>Bug fixes</h2> |