diff options
author | Ilia Mirkin <[email protected]> | 2015-02-18 03:35:23 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-02-19 23:12:35 -0500 |
commit | 5000a5f67b556096b6ba1e9bdac3a6e5cd5a1f68 (patch) | |
tree | 64e105fc603bc24a02a503264c89dc86d5ef059f /docs | |
parent | f883df74e0f1824607435eb43456263fc48085b8 (diff) |
nv50: add PIPELINE_STATISTICS query support, based on nvc0
Signed-off-by: Ilia Mirkin <[email protected]>
Tested-by: Nick Tenney <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/10.6.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html index 151ba176346..695f757bca4 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -47,7 +47,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_AMD_pinned_memory on r600, radeonsi</li> <li>GL_ARB_draw_instanced on freedreno</li> <li>GL_ARB_instanced_arrays on freedreno</li> -<li>GL_ARB_pipeline_statistics_query on i965, nvc0, r600, radeonsi, softpipe</li> +<li>GL_ARB_pipeline_statistics_query on i965, nv50, nvc0, r600, radeonsi, softpipe</li> </ul> <h2>Bug fixes</h2> |