diff options
author | Ilia Mirkin <[email protected]> | 2015-02-11 00:36:47 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-02-18 02:10:47 -0500 |
commit | b7a85bee833b47f48445abb0a6523ed7338bb995 (patch) | |
tree | 648b7b705b92ffa44f1082434df759b81334b157 /docs/relnotes/10.6.0.html | |
parent | e206785b5790c97743b7d3929563c21ad87aa765 (diff) |
st/mesa: add ARB_pipeline_statistics_query support
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'docs/relnotes/10.6.0.html')
-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 dd9a866108d..d201a65db39 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -45,7 +45,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_AMD_pinned_memory on r600, radeonsi</li> -<li>GL_ARB_pipeline_statistics_query on i965</li> +<li>GL_ARB_pipeline_statistics_query on i965, nvc0, r600, radeonsi, softpipe</li> </ul> <h2>Bug fixes</h2> |