diff options
author | Ilia Mirkin <[email protected]> | 2016-05-29 12:42:49 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-06-06 20:49:29 -0400 |
commit | 704bc0f0e98f3bbdef33cad12646d4e1bf01e8aa (patch) | |
tree | ecac8a3b25184756337e8409eeedcc8a160c1eb7 /docs | |
parent | f64c36e2d7cdf14a43cde7963729a926e613dc4c (diff) |
nvc0: add support for VOTE tgsi opcodes
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Samuel Pitoiset <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/12.1.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/12.1.0.html b/docs/relnotes/12.1.0.html index 50eee17699d..3f7b1968066 100644 --- a/docs/relnotes/12.1.0.html +++ b/docs/relnotes/12.1.0.html @@ -44,7 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -TBD +<li>GL_ARB_shader_group_vote on nvc0</li> </ul> <h2>Bug fixes</h2> |