Re: [Mesa-dev] [PATCH 00/16] Replacing the default_extensions list with dummy_true

2012-10-29 Thread Ian Romanick
On 10/28/2012 07:24 AM, Marek Olšák wrote: These are extensions which are enabled by default though the default_extensions list in main/extensions.c. This series changes the mechanism to using the dummy_true flag instead while removing the extension enable flags. The only exception is GL_OES_sta

Re: [Mesa-dev] [PATCH 00/16] Replacing the default_extensions list with dummy_true

2012-10-29 Thread Ian Romanick
On 10/28/2012 01:45 PM, Kenneth Graunke wrote: On 10/28/2012 07:24 AM, Marek Olšák wrote: These are extensions which are enabled by default though the default_extensions list in main/extensions.c. This series changes the mechanism to using the dummy_true flag instead while removing the extension

Re: [Mesa-dev] [PATCH 00/16] Replacing the default_extensions list with dummy_true

2012-10-28 Thread Kenneth Graunke
On 10/28/2012 07:24 AM, Marek Olšák wrote: These are extensions which are enabled by default though the default_extensions list in main/extensions.c. This series changes the mechanism to using the dummy_true flag instead while removing the extension enable flags. The only exception is GL_OES_s

[Mesa-dev] [PATCH 00/16] Replacing the default_extensions list with dummy_true

2012-10-28 Thread Marek Olšák
These are extensions which are enabled by default though the default_extensions list in main/extensions.c. This series changes the mechanism to using the dummy_true flag instead while removing the extension enable flags. The only exception is GL_OES_standard_derivatives, which I would not like t