[Mesa-dev] [PATCH 0/5] OpenGL ES improvements

Marek Olšák maraeo at gmail.com
Sun Aug 3 05:40:35 PDT 2014


Hi everyone,

This series adds:
- Support for ETC2 texture formats to all gallium drivers. This is a requirement for OpenGL ES 3.0, which can now be considered feature-complete as far as I know. Textures of such formats are loaded as plain R/RG/RGBA in st/mesa due to lack of hardware support. There is no real gallium support for the new formats. The i965 driver is doing the same thing.
- Support for GL_ARB_ES3_compatibility, which requires ETC2 texture formats, for all gallium drivers that support GLSL 3.30.
- Support for GL_OES_compressed_ETC1_RGB8_texture for all gallium drivers. This is also loaded as plain RGBA by st/Mesa.

Please review.

Marek


More information about the mesa-dev mailing list