openGL 1.3 for Indygo 2

Hello

I need to update openGL on my Indygo with IRIX 6.5 but I cant find appropriate download?? Where can I find it??

Best regards
Marcin

The latest OpenGL version available for Indigo2
IMPACT or others is 1.1. I don’t believe this’ll ever be updated. I do, however, believe that a fair amount of the later OpenGL features
are implemented in extensions.

Which features in later OpenGL versions are you looking for ?

Originally posted by newt:
[b]The latest OpenGL version available for Indigo2
IMPACT or others is 1.1. I don’t believe this’ll ever be updated. I do, however, believe that a fair amount of the later OpenGL features
are implemented in extensions.

Which features in later OpenGL versions are you looking for ?[/b]

Thanks for answer. I have to use glTexImage3D routine which is available since openGL 1.2 !! I have watched my Indygo extensions but there was nothing like texture 3D.

best regards

EXT_texture3D

glxinfo will report the extensions supported on the Indigo2.

man glTexImage3DEXT for more information.

thanks