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 3 of 3

Thread: is OpenGLCompilerJuly072004 usable?

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2004
    Location
    Louisville, KY
    Posts
    9

    is OpenGLCompilerJuly072004 usable?

    ...has anyone compiled for OSX the opengl compiler that's linked to on the front page of opengl.org?

    ...since 10.3.4, there have been a host of exported symbols needed for glsl (GL_ARB_shader_object, GL_ARB_vertex_shader, GL_ARB_fragment_shader), but the crucial "GL_ARB_shading_language_100" remains missing...

    ...I'm wondering if the compiler would allow a similar mode of working with glsl as we have with the Cg compiler: meaning, compile glsl code into ARBv1.0 or whatever, then use that in a program?

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Dec 2001
    Location
    Wellington, New Zealand
    Posts
    548

    Re: is OpenGLCompilerJuly072004 usable?

    Either I'm blind or it's no longer linked... but if it can compile to ARBvp and ARBfp, it should theoretically work. I say theoretically because my experience with those two extensions is less than stellar...

  3. #3
    Junior Member Newbie
    Join Date
    Jun 2004
    Location
    Louisville, KY
    Posts
    9

    Re: is OpenGLCompilerJuly072004 usable?

    It's still there, just hidden as "3DLabs OGSL compiler source"...but the link takes you to a page that then has "OpenGLCompilerJuly072004" on it among other things: I assume that's the stuff, so will proceed with utmost caution :-)

    http://www.3dlabs.com/support/develo...code/index.htm

Posting Permissions

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