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

2014-03-31 Thread Ian Romanick
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 fo

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

2014-03-31 Thread Ian Romanick
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. > On 03

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

2014-03-31 Thread Ian Romanick
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 > --- > src/mesa/main/mtypes.h | 1 + > 1 file c

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

2014-03-27 Thread Rafal Mielniczuk
Signed-off-by: Rafal Mielniczuk --- 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 GLb