Getting compressed cube map face data from GPU broken on ATI Catalyst 6.10?

I just noticed (after different tests :slight_smile: that

glGetCompressedTexImageARB(GL_TEXTURE_CUBE_MAP_NEGATIVE_X…

returns ‘always’ the data of the z negative cube map face on ATI Catalyst 6.10. (tested with a Radion 9600 Mobility)
On my GeForce4 there’s no such problem and all went fine. I’am sure that it worked with one of the previous Catalyst driver versions, too.

Is there someone noticed the same problem getting compressed cube map face data from GPU on ATI Catalyst 6.10?

I filed a bug report on that problem just a few days ago.

Thanks a lot for this information Humus. Good to know that my implementation isn’t the source of a bug. g