Re: [Mesa-dev] [PATCH] mesa: Expose GL_OES_texture_npot on GLES1

2013-05-08 Thread Chad Versace
On 05/08/2013 10:05 AM, Kenneth Graunke wrote: On 05/08/2013 09:48 AM, Chad Versace wrote: Mesa's extension table incorrectly lists this GL_OES_texture_npot as ES2-only. It's also an ES1 extension. This patch adds ES1 to the extensions API mask. From the GL_OES_texture_npot spec: OpenGL E

Re: [Mesa-dev] [PATCH] mesa: Expose GL_OES_texture_npot on GLES1

2013-05-08 Thread Kenneth Graunke
On 05/08/2013 09:48 AM, Chad Versace wrote: Mesa's extension table incorrectly lists this GL_OES_texture_npot as ES2-only. It's also an ES1 extension. This patch adds ES1 to the extensions API mask. From the GL_OES_texture_npot spec: OpenGL ES 1.0 or OpenGL ES 2.0 is required. This extensi

Re: [Mesa-dev] [PATCH] mesa: Expose GL_OES_texture_npot on GLES1

2013-05-08 Thread Ian Romanick
On 05/08/2013 09:48 AM, Chad Versace wrote: Mesa's extension table incorrectly lists this GL_OES_texture_npot as ES2-only. It's also an ES1 extension. This patch adds ES1 to the extensions API mask. From the GL_OES_texture_npot spec: OpenGL ES 1.0 or OpenGL ES 2.0 is required. This extensi

[Mesa-dev] [PATCH] mesa: Expose GL_OES_texture_npot on GLES1

2013-05-08 Thread Chad Versace
Mesa's extension table incorrectly lists this GL_OES_texture_npot as ES2-only. It's also an ES1 extension. This patch adds ES1 to the extensions API mask. >From the GL_OES_texture_npot spec: OpenGL ES 1.0 or OpenGL ES 2.0 is required. This extension is written against OpenGL ES 1.1.12 and