Re: [Mesa-dev] [PATCH 2/2] mesa: Add/remove extensions in extension string

2011-01-11 Thread Ian Romanick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01/09/2011 11:23 PM, Chad Versace wrote: > Add GL_OES_stencil8 to ES2. > > Remove the following: > GL_OES_compressed_paletted_texture : ES1 > GL_OES_depth32 : ES1, ES2 > GL_OES_stencil1: ES1, ES2 > GL_OES_ste

[Mesa-dev] [PATCH 2/2] mesa: Add/remove extensions in extension string

2011-01-09 Thread Chad Versace
Add GL_OES_stencil8 to ES2. Remove the following: GL_OES_compressed_paletted_texture : ES1 GL_OES_depth32 : ES1, ES2 GL_OES_stencil1: ES1, ES2 GL_OES_stencil4: ES1, ES2 --- src/mesa/main/extensions.c | 10 +- 1 files changed, 5