From 1472ff35914fb50c8b49a4f8678c76327e7da75c Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 8 Nov 2016 10:10:35 -0800 Subject: 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 Reviewed-by: Kenneth Graunke --- docs/relnotes/13.1.0.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs/relnotes') 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.
  • GL_NV_image_formats on any driver supporting GL_ARB_shader_image_load_store (i965, nvc0, radeonsi, softpipe)
  • GL_ARB_gpu_shader_fp64 in i965/haswell
  • Intel Haswell now supports OpenGL 4.0
  • +
  • GL_OES_geometry_shader on i965/haswell
  • +
  • GL_OES_texture_cube_map_array on i965/haswell
  • +
  • GL_OES_viewport_array on i965/haswell
  • Bug fixes

    -- cgit v1.2.3