[Mesa-dev] [PATCH 7/8] mesa: Enable GL_ARG_query_buffer_object extension
Erik Faye-Lund
kusmabite at gmail.com
Thu Mar 20 02:40:26 PDT 2014
It seems the subject has a typo, and "ARG" -> "ARB" would be appropriate.
On Wed, Mar 19, 2014 at 10:30 PM, Rafal Mielniczuk
<rafal.mielniczuk2 at gmail.com> wrote:
> Signed-off-by: Rafal Mielniczuk <rafal.mielniczuk2 at gmail.com>
> ---
> src/mesa/main/extensions.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
> index a72284c..18710a6 100644
> --- a/src/mesa/main/extensions.c
> +++ b/src/mesa/main/extensions.c
> @@ -123,6 +123,7 @@ static const struct extension extension_table[] = {
> { "GL_ARB_point_parameters", o(EXT_point_parameters), GLL, 1997 },
> { "GL_ARB_point_sprite", o(ARB_point_sprite), GL, 2003 },
> { "GL_ARB_provoking_vertex", o(EXT_provoking_vertex), GL, 2009 },
> + { "GL_ARB_query_buffer_object", o(dummy_true), GL, 2013 },
> { "GL_ARB_robustness", o(dummy_true), GL, 2010 },
> { "GL_ARB_sample_shading", o(ARB_sample_shading), GL, 2009 },
> { "GL_ARB_sampler_objects", o(dummy_true), GL, 2009 },
> --
> 1.9.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/mesa-dev
More information about the mesa-dev
mailing list