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
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
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
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