diff options
author | Marek Olšák <[email protected]> | 2015-02-10 16:02:54 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-02-17 17:31:48 +0100 |
commit | 7713d594e4fbb9afb1ac67417b7871d436590548 (patch) | |
tree | 4e91727d2ed647d20b6e20cef6119139ce469f08 /docs | |
parent | c688988b0d68ffee2d8f1d64b0d402e23e8ce49e (diff) |
r600g,radeonsi: implement GL_AMD_pinned_memory
v2: update release notes
Reviewed-by: Christian König <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/10.6.0.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/relnotes/10.6.0.html b/docs/relnotes/10.6.0.html index 10e926a4558..18e18107a7c 100644 --- a/docs/relnotes/10.6.0.html +++ b/docs/relnotes/10.6.0.html @@ -43,7 +43,9 @@ TBD. Note: some of the new features are only available with certain drivers. </p> -TBD. +<ul> +<li>GL_AMD_pinned_memory on r600, radeonsi</li> +</ul> <h2>Bug fixes</h2> |