[Mesa-dev] [PATCH v2 0/3] Add support for GL_EXT_texture_rg to GLES2
Brian Paul
brianp at vmware.com
Mon Apr 23 07:56:17 PDT 2012
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.<GLES2/gl2ext.h> 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 GL_EXT_texture_rg extension for OpenGL ES 2.x.
> intel: enable GL_EXT_texture_rg for OpenGL ES 2.x.
>
> include/GLES2/gl2ext.h | 384 +++++++++++++++++++++-
> src/mapi/glapi/gen/es_EXT.xml | 8 +
> src/mesa/drivers/dri/intel/intel_extensions_es.c | 1 +
> src/mesa/main/APIspec.xml | 1 +
> src/mesa/main/extensions.c | 1 +
> 5 files changed, 383 insertions(+), 12 deletions(-)
>
Looks good to me.
Reviewed-by: Brian Paul <brianp at vmware.com>
More information about the mesa-dev
mailing list