[Mesa-dev] [PATCH 0/2] Add support for GL_EXT_texture_rg for GLES2.

Ian Romanick idr at freedesktop.org
Tue Apr 24 03:43:24 PDT 2012


On 04/20/2012 04:59 PM, Gwenole Beauchesne wrote:
> Hi,
>
> Those patches implement the optional GL_EXT_texture_rg extension for
> OpenGL ES 2.x on Intel GenX.

Do we have ES2-specific test cases for this?  Since there are extra 
layers of enum filtering for ES, we really need test cases for ES2 
before enabling any of these kinds of extensions.

> Regards,
> Gwenole Beauchesne (2):
>    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                           |   13 +++++++++++++
>   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, 24 insertions(+), 0 deletions(-)
>



More information about the mesa-dev mailing list