Re: [Mesa-dev] [PATCH v2 0/3] Add support for GL_EXT_texture_rg to GLES2

2012-04-23 Thread Kenneth Graunke
On 04/23/2012 07:56 AM, Brian Paul wrote: On 04/23/2012 03:10 AM, Gwenole Beauchesne wrote: Hi, Those patches implement the optional GL_EXT_texture_rg extension for OpenGL ES 2.x on Intel GenX. is also updated to the latest revision from Khronos, per Brian's comment. Is it OK to push this seri

Re: [Mesa-dev] [PATCH v2 0/3] Add support for GL_EXT_texture_rg to GLES2

2012-04-23 Thread Brian Paul
On 04/23/2012 03:10 AM, Gwenole Beauchesne wrote: Hi, Those patches implement the optional GL_EXT_texture_rg extension for OpenGL ES 2.x on Intel GenX. is also updated to the latest revision from Khronos, per Brian's comment. Is it OK to push this series? Thanks, Gwenole Beauchesne (3): GL

[Mesa-dev] [PATCH v2 0/3] Add support for GL_EXT_texture_rg to GLES2

2012-04-23 Thread Gwenole Beauchesne
Hi, Those patches implement the optional GL_EXT_texture_rg extension for OpenGL ES 2.x on Intel GenX. is also updated to the latest revision from Khronos, per Brian's comment. Is it OK to push this series? Thanks, Gwenole Beauchesne (3): GLES2: upgrade gl2ext.h to version 16994. mesa: add G