diff options
author | Dave Airlie <[email protected]> | 2015-07-17 05:35:30 +0100 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2015-07-25 23:09:54 +0100 |
commit | bb9d59aed5b01133f4c8e9f131a83b45fce91fdc (patch) | |
tree | 492ec33d7a5d17f7b04aad7f4ab81a5947adfcf2 /docs/relnotes | |
parent | 9deb614cacbeca3e99724f08254ab1789f34b56c (diff) |
radeonsi: add fine derivate control (v2.1)
This adds support for fine derivatives and enables
ARB_derivative_control on radeonsi.
(just fell out of my working out interpolation)
v2: cleanup some bits, write a comment
v2.1: take Michel's comment from the mailing list
Reviewed-by: Marek Olšák <[email protected]>
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/10.7.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.7.0.html b/docs/relnotes/10.7.0.html index 26615a83814..afef5256b75 100644 --- a/docs/relnotes/10.7.0.html +++ b/docs/relnotes/10.7.0.html @@ -45,6 +45,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_AMD_vertex_shader_viewport_index on radeonsi</li> +<li>GL_ARB_derivative_control on radeonsi</li> <li>GL_ARB_fragment_layer_viewport on radeonsi</li> <li>GL_ARB_framebuffer_no_attachments on i965</li> <li>GL_ARB_get_texture_sub_image for all drivers</li> |