[Mesa-dev] [PATCH 5/5] mesa: Add extension to release notes and to list of supported extensions
Brian Paul
brianp at vmware.com
Tue Dec 10 08:45:05 PST 2013
On 12/10/2013 06:13 AM, Pi Tabred wrote:
> ---
> docs/relnotes/10.1.html | 1 +
> src/mesa/main/extensions.c | 1 +
> 2 files changed, 2 insertions(+)
>
> diff --git a/docs/relnotes/10.1.html b/docs/relnotes/10.1.html
> index dfb0969..778ae6a 100644
> --- a/docs/relnotes/10.1.html
> +++ b/docs/relnotes/10.1.html
> @@ -45,6 +45,7 @@ Note: some of the new features are only available with certain drivers.
>
> <ul>
> <li>GL_ARB_draw_indirect on i965.</li>
> +<li>GL_ARB_clear_buffer_object</li>
> </ul>
>
>
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
> index 0828c60..6162802 100644
> --- a/src/mesa/main/extensions.c
> +++ b/src/mesa/main/extensions.c
> @@ -82,6 +82,7 @@ static const struct extension extension_table[] = {
> { "GL_ARB_ES3_compatibility", o(ARB_ES3_compatibility), GL, 2012 },
> { "GL_ARB_base_instance", o(ARB_base_instance), GL, 2011 },
> { "GL_ARB_blend_func_extended", o(ARB_blend_func_extended), GL, 2009 },
> + { "GL_ARB_clear_buffer_object", o(dummy_true), GL, 2012 },
> { "GL_ARB_color_buffer_float", o(ARB_color_buffer_float), GL, 2004 },
> { "GL_ARB_copy_buffer", o(dummy_true), GL, 2008 },
> { "GL_ARB_conservative_depth", o(ARB_conservative_depth), GL, 2011 },
>
We usually don't put code and docs/ changes in the same patch, but not a
big deal in this case.
-Brian
More information about the mesa-dev
mailing list