Module: Mesa Branch: master Commit: c6398a38afd133a79b97978be88ed16ad05ea9a6 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c6398a38afd133a79b97978be88ed16ad05ea9a6
Author: Neil Roberts <[email protected]> Date: Wed Jul 23 12:10:37 2014 +0100 docs: Update GL3.txt and relnotes for GL_ARB_clear_texture --- docs/GL3.txt | 2 +- docs/relnotes/10.3.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/GL3.txt b/docs/GL3.txt index 8128692..f9e33b4 100644 --- a/docs/GL3.txt +++ b/docs/GL3.txt @@ -183,7 +183,7 @@ GL 4.4: GLSL 4.4 not started GL_MAX_VERTEX_ATTRIB_STRIDE not started GL_ARB_buffer_storage DONE (i965, nv30, nv50, nvc0, r300, r600, radeonsi) - GL_ARB_clear_texture not started + GL_ARB_clear_texture DONE (i965) GL_ARB_enhanced_layouts not started GL_ARB_multi_bind DONE (all drivers) GL_ARB_query_buffer_object not started diff --git a/docs/relnotes/10.3.html b/docs/relnotes/10.3.html index 90247c0..1f4e1da 100644 --- a/docs/relnotes/10.3.html +++ b/docs/relnotes/10.3.html @@ -58,6 +58,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_seamless_cubemap_per_texture on i965, llvmpipe, nvc0, r600, radeonsi, softpipe</li> <li>GL_ARB_fragment_layer_viewport on nv50, nvc0, llvmpipe, r600</li> <li>GL_AMD_vertex_shader_viewport_index on i965/gen7+, r600</li> +<li>GL_ARB_clear_texture on i965</li> </ul> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
