diff options
author | Matt Turner <mattst88@gmail.com> | 2015-04-24 11:28:06 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2015-04-27 14:44:32 -0700 |
commit | ff6ee39c19adc59225d1f0664695c669cd7e5a94 (patch) | |
tree | 59ac42ef0bb72b13ae82ffd2311bb5e0853da290 /docs | |
parent | 0c06d019bcf626b289ae94ca791dc25c216c1e5c (diff) | |
download | external_mesa3d-ff6ee39c19adc59225d1f0664695c669cd7e5a94.zip external_mesa3d-ff6ee39c19adc59225d1f0664695c669cd7e5a94.tar.gz external_mesa3d-ff6ee39c19adc59225d1f0664695c669cd7e5a94.tar.bz2 |
i965: Enable ARB_gpu_shader5 on Gen8+.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/10.6.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html index 48f76f9..dbf1229 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -55,6 +55,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_clip_control on i965</li> <li>GL_ARB_program_interface_query (all drivers)</li> <li>GL_ARB_texture_stencil8 on nv50, nvc0, r600, radeonsi, softpipe</li> +<li>GL_ARB_gpu_shader5 on i965/gen8+</li> </ul> <h2>Bug fixes</h2> |