diff options
author | Iago Toral Quiroga <itoral@igalia.com> | 2017-01-05 08:53:08 +0100 |
---|---|---|
committer | Iago Toral Quiroga <itoral@igalia.com> | 2017-01-05 09:34:14 +0100 |
commit | 580c503ca2b8ed36287bfb162fe0506d31d900e7 (patch) | |
tree | 9d5ff6145f4ecb0f5429bd5868d839767ee3b359 /docs/relnotes | |
parent | a98f2e53e1c669dee3114badcce261e564748af4 (diff) |
docs: add GL_ARB_gpu_shader_fp64 and OpenGL 4.0 support for Intel Haswell.
Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/13.1.0.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/13.1.0.html b/docs/relnotes/13.1.0.html index 4dce843b61..124da931f1 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. <li>GL_ARB_post_depth_coverage on i965/gen9+</li> <li>GL_INTEL_conservative_rasterization on i965/gen9+</li> <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> </ul> <h2>Bug fixes</h2> |