[android-developers] [openGL ES 1.1] [Texture compression] etc1 mipmap

2011-08-29 Thread Arm7
Hi ! Is someone here has an experience using ETC1 compression and mipamaping together ? what is the latest size when we make a mipmap? 1x1? 4x4? other size ? -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] [openGL ES 1.1] [Texture compression] etc1 mipmap

2011-08-24 Thread Arm7
When I activate the mipmaping on uncompressed texture, all is working perfectly. When I do it on ETC1 texture, the texture is blank, certainly because the complete set of mipmaps was not given. The code is very simple and works on iPhone (with PVR compression, of course). It doesn't work