Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 5 of 5

Thread: openGL 1.3 for Indygo 2

  1. #1
    Intern Newbie
    Join Date
    Nov 2001
    Location
    Warsaw, Poland
    Posts
    38

    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

  2. #2
    Intern Newbie
    Join Date
    Aug 2000
    Posts
    46

    Re: openGL 1.3 for Indygo 2

    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 ?

  3. #3
    Intern Newbie
    Join Date
    Nov 2001
    Location
    Warsaw, Poland
    Posts
    38

    Re: openGL 1.3 for Indygo 2

    Originally posted by newt:
    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 ?
    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

  4. #4
    Intern Newbie
    Join Date
    Aug 2000
    Posts
    46

    Re: openGL 1.3 for Indygo 2

    EXT_texture3D

    glxinfo will report the extensions supported on the Indigo2.

    man glTexImage3DEXT for more information.

  5. #5
    Intern Newbie
    Join Date
    Nov 2001
    Location
    Warsaw, Poland
    Posts
    38

    Re: openGL 1.3 for Indygo 2

    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •