Hi everyone!
I have a problem with textures on the SGS2.
I am loading photo's into an opengles 2.0 environment. So far so good. As long as I know it works on all phones except the SGS2. The Mesh itself gets drawn, but without any texture. LogCat doesnt tell me anything even I am printing all gleserrors in there. Textures are like 512x1024 or similar(power of 2).
Do you have any clue what that could be?
Is there any special config I have to change for the sgs2?
Thanks in advance!
[Edit:] what I figured out so far:
The texture is NOT, NOT loading.
After I've seen, that the meshes had a single color, but its not the same all the time, I tried to try images that have an very strong color. so I used a different set of bitmaps which have one color only. And this colors are shown.
Then I tried to figure out which pixels of the image it takes to show. So I colored each corner of a red rectangle in different colors. To color one pixel is not enough, I had to use like 10x10 pixels (<= not precise enough) in each corner (on a 128x128 pixel rectangle) to see, that the texture is filled with the color in the right bottom corner on the texture. Thats propably the direction in which the JPEGReader reads the image out of the file.
Any suggestions?

