summaryrefslogtreecommitdiff
path: root/docs/relnotes/10.7.0.html
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2015-07-21 14:22:11 +1000
committerDave Airlie <airlied@redhat.com>2015-07-24 10:25:08 +1000
commit80511d176a49e754a18ce585bab413db7af63bf7 (patch)
tree1fd0c8bb0ce74c687b003cd3a0ff5477196f7249 /docs/relnotes/10.7.0.html
parent17f71483698a4e134a0c85ef0aa3da80fdfdb180 (diff)
i965: add support for ARB_shader_subroutine
This just adds some missing pieces to nir/i965, it is lightly tested on my Haswell. Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'docs/relnotes/10.7.0.html')
-rw-r--r--docs/relnotes/10.7.0.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/10.7.0.html b/docs/relnotes/10.7.0.html
index a2e7c02e7b..26615a8381 100644
--- a/docs/relnotes/10.7.0.html
+++ b/docs/relnotes/10.7.0.html
@@ -50,7 +50,7 @@ Note: some of the new features are only available with certain drivers.
<li>GL_ARB_get_texture_sub_image for all drivers</li>
<li>GL_ARB_gpu_shader_fp64 on llvmpipe, radeonsi</li>
<li>GL_ARB_shader_stencil_export on llvmpipe</li>
-<li>GL_ARB_shader_subroutine on core profile gallium drivers</li>
+<li>GL_ARB_shader_subroutine on core profile all drivers</li>
<li>GL_ARB_tessellation_shader on nvc0, radeonsi</li>
<li>GL_ARB_vertex_attrib_64bit on llvmpipe, radeonsi</li>
<li>GL_ARB_viewport_array on radeonsi</li>