Module: Mesa Branch: master Commit: 2beb60c4e7b95d4a502e92e441f42ab66a57d3fd URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=2beb60c4e7b95d4a502e92e441f42ab66a57d3fd
Author: Chris Forbes <[email protected]> Date: Sat Oct 5 19:15:15 2013 +1300 docs: Mark off ARB_texture_query_levels, update relnotes Signed-off-by: Chris Forbes <[email protected]> --- docs/GL3.txt | 2 +- docs/relnotes/9.3.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/docs/GL3.txt b/docs/GL3.txt index b16ec6f..630fd99 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -158,7 +158,7 @@ ARB_shader_image_size not started ARB_shader_storage_buffer_object not started ARB_stencil_texturing not started ARB_texture_buffer_range DONE (nv50, nvc0) -ARB_texture_query_levels not started +ARB_texture_query_levels DONE (i965) ARB_texture_storage_multisample DONE (i965) ARB_texture_view not started ARB_vertex_attrib_binding started (Fredrik) diff --git a/docs/relnotes/9.3.html b/docs/relnotes/9.3.html index 1b34a9a..e6257ad 100644 --- a/docs/relnotes/9.3.html +++ b/docs/relnotes/9.3.html @@ -45,6 +45,8 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_AMD_seamless_cubemap_per_texture on i965.</li> +<li>GL_ARB_texture_gather on i965.</li> +<li>GL_ARB_texture_query_levels on i965.</li> </ul> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
