[Mesa-dev] [PATCH v2 2/9] mesa: Add ARB_query_buffer_object extension flag
Ian Romanick
idr at freedesktop.org
Mon Mar 31 13:47:23 PDT 2014
On 03/31/2014 01:43 PM, Ian Romanick wrote:
> On 03/31/2014 01:42 PM, Ian Romanick wrote:
>> 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.
>
> And it allows you to check for errors. See my comment on the next patch.
Gak... ignore this bit. I must be drowsy from lunch...
>> 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;
>
> _______________________________________________
> 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