diff options
author | Ian Romanick <[email protected]> | 2014-01-22 16:17:48 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2014-01-29 09:11:40 -0700 |
commit | ca385bffa6b4f9d18879240e739413d45a068c3b (patch) | |
tree | 8c67c5fff21c5b153617a55f5388e7cabf901bcf /docs/relnotes/10.1.html | |
parent | 7fd6ad7adcf8a1c0fc1b2746d47ba5f05b8a3c7f (diff) |
docs: Add GL_ARB_map_buffer_alignment status to GL3.txt and release notes
Signed-off-by: Ian Romanick <[email protected]>
Diffstat (limited to 'docs/relnotes/10.1.html')
-rw-r--r-- | docs/relnotes/10.1.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/10.1.html b/docs/relnotes/10.1.html index d2556da997a..793baaaea23 100644 --- a/docs/relnotes/10.1.html +++ b/docs/relnotes/10.1.html @@ -47,6 +47,8 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_draw_indirect on i965.</li> <li>GL_ARB_clear_buffer_object</li> <li>GL_ARB_viewport_array on i965.</li> +<li>GL_ARB_map_buffer_alignment on all drivers that did not previously support +it.</li> <li>GL_AMD_shader_trinary_minmax.</li> <li>GL_EXT_framebuffer_blit on r200 and radeon.</li> <li>Reduced memory usage for display lists.</li> |