diff options
author | Ian Romanick <[email protected]> | 2013-11-13 13:25:04 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2014-01-27 14:21:43 -0700 |
commit | bed51a48589e5f5967cd38ade2adfbb874e54dfd (patch) | |
tree | 5a2f1a7a5f41ff92b7ffd67076e9f76a3c0aa408 /docs | |
parent | 33214679bb632a80d4339ffa0f28f7620d510658 (diff) |
r200: Enable GL_EXT_framebuffer_blit
The dd_function_table::BlitFramebuffer is already initialized to
_mesa_meta_BlitFramebuffer, so it should just work.
Tested on a FireGL 8800 (OpenGL renderer string: Mesa DRI R200 (R200
5148) TCL DRI).
Signed-off-by: Ian Romanick <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/10.1.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/10.1.html b/docs/relnotes/10.1.html index 2a25ad028b4..64268327c86 100644 --- a/docs/relnotes/10.1.html +++ b/docs/relnotes/10.1.html @@ -48,6 +48,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_clear_buffer_object</li> <li>GL_ARB_viewport_array on i965.</li> <li>GL_AMD_shader_trinary_minmax.</li> +<li>GL_EXT_framebuffer_blit on r200.</li> <li>Reduced memory usage for display lists.</li> <li>OpenGL 3.3 support on nv50, nvc0</li> </ul> |