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.mielnicz...@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; > _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev