diff options
author | Marek Olšák <[email protected]> | 2014-01-29 03:20:32 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-02-25 16:07:33 +0100 |
commit | 86e68b0f1f7f5ff58b38653978acaa736ae3d01c (patch) | |
tree | a07fe695fbb2c0e1e6fe0c96f764693d6a604d97 /docs | |
parent | 04fb4bf61bc2ca93a661a261b8323358b0d515a1 (diff) |
docs: update ARB_buffer_storage status
Reviewed-by: Fredrik Höglund <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/GL3.txt | 2 | ||||
-rw-r--r-- | docs/relnotes/10.1.html | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/GL3.txt b/docs/GL3.txt index 542ee28beb3..54a0c519ba4 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -170,7 +170,7 @@ GL 4.4: GLSL 4.4 not started GL_MAX_VERTEX_ATTRIB_STRIDE not started - GL_ARB_buffer_storage not started + GL_ARB_buffer_storage DONE (r300, r600, radeonsi) GL_ARB_clear_texture not started GL_ARB_enhanced_layouts not started GL_ARB_multi_bind started (Fredrik Höglund) diff --git a/docs/relnotes/10.1.html b/docs/relnotes/10.1.html index c9566adfcb6..8626b65fdb8 100644 --- a/docs/relnotes/10.1.html +++ b/docs/relnotes/10.1.html @@ -44,6 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> +<li>GL_ARB_buffer_storage on r300, r600, and radeonsi</li> <li>GL_ARB_draw_indirect on i965.</li> <li>GL_ARB_clear_buffer_object</li> <li>GL_ARB_viewport_array on i965.</li> |