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 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev