diff options
author | Marek Olšák <marek.olsak@amd.com> | 2016-02-05 17:47:13 +0100 |
---|---|---|
committer | Marek Olšák <marek.olsak@amd.com> | 2016-02-05 17:47:59 +0100 |
commit | 1106e79ed97809ef8f880cccc6cb65fefa709785 (patch) | |
tree | c065cb9684d6bc7be1f972f1fc1540391b60b295 /docs | |
parent | 635555af6a223d6d05d0af247ca2b7cd80828e91 (diff) |
docs/relnotes: document memory info extensions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/11.2.0.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/11.2.0.html b/docs/relnotes/11.2.0.html index c35ee9aa68..0d92ed41ee 100644 --- a/docs/relnotes/11.2.0.html +++ b/docs/relnotes/11.2.0.html @@ -61,6 +61,8 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_vertex_type_10f_11f_11f_rev on freedreno/a4xx</li> <li>GL_KHR_texture_compression_astc_ldr on freedreno/a4xx</li> <li>GL_AMD_performance_monitor on radeonsi (CIK+ only)</li> +<li>GL_ATI_meminfo on r600, radeonsi</li> +<li>GL_NVX_gpu_memory_info on r600, radeonsi</li> <li>New OSMesaCreateContextAttribs() function (for creating core profile contexts)</li> </ul> |