diff options
author | Francisco Jerez <[email protected]> | 2016-05-20 00:19:18 -0700 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2016-05-29 23:41:38 -0700 |
commit | d8cf982f7d12190012b8917a4f4ad3a01a7f0102 (patch) | |
tree | 97477135dadc5fd5aa2bd792a612150cb01b5bf6 /docs | |
parent | 4decc426c26a86beb76dc48658ce175d051464c2 (diff) |
i965: Expose GL 4.3 on Gen8+.
ARB_compute_shader was the last feature missing.
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/11.3.0.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html index c4736d3670d..a19f28454fc 100644 --- a/docs/relnotes/11.3.0.html +++ b/docs/relnotes/11.3.0.html @@ -44,8 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -<li>OpenGL 4.2 on i965 (Gen8+)</li> -<li>OpenGL 4.3 on nvc0, radeonsi</li> +<li>OpenGL 4.3 on nvc0, radeonsi, i965 (Gen8+)</li> <li>OpenGL ES 3.1 on nvc0, radeonsi</li> <li>GL_ARB_ES3_1_compatibility on nvc0, radeonsi</li> <li>GL_ARB_compute_shader on nvc0, radeonsi, softpipe</li> |