Technically only for Sandybridge and later core designs, but finally we can claim support for allowing clients to create glBufferObjects from their own memory. --- docs/relnotes/18.3.0.html | 1 + 1 file changed, 1 insertion(+)
diff --git a/docs/relnotes/18.3.0.html b/docs/relnotes/18.3.0.html index ac2cc1e893b..4ab9fb44736 100644 --- a/docs/relnotes/18.3.0.html +++ b/docs/relnotes/18.3.0.html @@ -53,6 +53,7 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_AMD_framebuffer_multisample_advanced on radeonsi.</li> <li>GL_EXT_window_rectangles on radeonsi.</li> +<li>GL_AMD_pinned_memory on i965</li> </ul> <h2>Bug fixes</h2> -- 2.18.0 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
