From: Iago Toral Quiroga Date: Thu, 5 Jan 2017 07:53:08 +0000 (+0100) Subject: docs: add GL_ARB_gpu_shader_fp64 and OpenGL 4.0 support for Intel Haswell. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=580c503ca2b8ed36287bfb162fe0506d31d900e7;p=mesa.git docs: add GL_ARB_gpu_shader_fp64 and OpenGL 4.0 support for Intel Haswell. Reviewed-by: Tapani Pälli --- diff --git a/docs/relnotes/13.1.0.html b/docs/relnotes/13.1.0.html index 4dce843b61e..124da931f14 100644 --- a/docs/relnotes/13.1.0.html +++ b/docs/relnotes/13.1.0.html @@ -47,6 +47,8 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_post_depth_coverage on i965/gen9+
  • GL_INTEL_conservative_rasterization on i965/gen9+
  • 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
  • Bug fixes