[Mesa-dev] [PATCH v2 2/9] mesa: Add ARB_query_buffer_object extension flag

Ian Romanick idr at freedesktop.org
Mon Mar 31 13:42:30 PDT 2014


This is usually the patch where extension_table would get updated too.
This way you can use MESA_EXTENSION_OVERRIDE to enable the extension
before the rest is ready.

On 03/27/2014 01:59 PM, Rafal Mielniczuk wrote:
> Signed-off-by: Rafal Mielniczuk <rafal.mielniczuk2 at gmail.com>
> ---
>  src/mesa/main/mtypes.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
> index 33cb888..3e3e6fd 100644
> --- a/src/mesa/main/mtypes.h
> +++ b/src/mesa/main/mtypes.h
> @@ -3516,6 +3516,7 @@ struct gl_extensions
>     GLboolean ARB_occlusion_query;
>     GLboolean ARB_occlusion_query2;
>     GLboolean ARB_point_sprite;
> +   GLboolean ARB_query_buffer_object;
>     GLboolean ARB_sample_shading;
>     GLboolean ARB_seamless_cube_map;
>     GLboolean ARB_separate_shader_objects;
> 



More information about the mesa-dev mailing list