Module: Mesa Branch: master Commit: 1106e79ed97809ef8f880cccc6cb65fefa709785 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1106e79ed97809ef8f880cccc6cb65fefa709785
Author: Marek Olšák <[email protected]> Date: Fri Feb 5 17:47:13 2016 +0100 docs/relnotes: document memory info extensions --- docs/relnotes/11.2.0.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/relnotes/11.2.0.html b/docs/relnotes/11.2.0.html index c35ee9a..0d92ed4 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> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
