Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 31

Thread: OpenGL 2 support on Catalyst hotfix.

  1. #11
    Senior Member OpenGL Guru Humus's Avatar
    Join Date
    Mar 2000
    Location
    Stockholm, Sweden
    Posts
    2,444

    Re: OpenGL 2 support on Catalyst hotfix.

    Originally posted by 3k0j:
    Great! Now, let's make up our minds how should we call it.

    GLslang, glSlang, OGLSL, GLSL, OpenGL 2, OpenGL 1.5 or DireActAxe9-killer ?

    I vote GLSL.

  2. #12
    Senior Member OpenGL Guru
    Join Date
    Dec 2000
    Location
    Reutlingen, Germany
    Posts
    2,052

    Re: OpenGL 2 support on Catalyst hotfix.

    I will call it "DireActAxe9-killer" and there is nothing you can do about that!

    Well, maybe sometimes i will say "glSlang" because itīs nice and simple.

    Jan.
    GLIM - Immediate Mode Emulation for GL3

  3. #13
    Member Regular Contributor
    Join Date
    Jan 2003
    Location
    Edmonton, Alberta, Canada
    Posts
    322

    Re: OpenGL 2 support on Catalyst hotfix.

    Just curious, but is there any extension loading library that includes support for GLslang, yet? In a way I kinda hope not. . . since I just spent a couple hours altering GLEE to support it.

  4. #14
    Intern Contributor
    Join Date
    Jun 2002
    Location
    grenoble, france
    Posts
    94

    Re: OpenGL 2 support on Catalyst hotfix.

    i also spent the same amout of time writing the headers according to the extension specifications...

  5. #15
    Junior Member Newbie
    Join Date
    Nov 2003
    Posts
    3

    Re: OpenGL 2 support on Catalyst hotfix.

    Wow! It's a greatest day for me I'm waiting it so long...

  6. #16

    Re: OpenGL 2 support on Catalyst hotfix.

    Originally posted by Ostsol:
    Just curious, but is there any extension loading library that includes support for GLslang, yet? In a way I kinda hope not. . . since I just spent a couple hours altering GLEE to support it.
    The reason GLee 2.01 doesn't support the extension is because the library is automatically generated based on SGi's glext.h, and that hasn't been updated for a while. At some point I'm going to modify the code generator (GLeeGen) to get its data from the extension specifications instead.

    In the meantime, any help is appeciated, so if you want to contribute some code, drop me an email (ben at elf hyphen stone dot com). All I really need is the function pointer typedefs and constants that I can paste into glext.h, and GLeeGen should handle the rest.

  7. #17
    Member Regular Contributor
    Join Date
    Jan 2003
    Location
    Edmonton, Alberta, Canada
    Posts
    322

    Re: OpenGL 2 support on Catalyst hotfix.

    Heh. . . Ya know I was just thinking about how cool it'd be if there was a program that would parse through the spec or glext.h and produce an extension loader. . . Glad to hear that someone else thought of it first!

    Anyway, I've added the shader objects to my glext.h as well. There's a couple issues, though. . . First is that I've omitted duplicate definitions of tokens. Second is that I've commented out duplicate definitions of entry points. As it turns out, ARB_vertex_shader shares alot of functions with ARB_vertex_program, and they all share a bunch of tokens. Another issue is that I am not sure as to what GLhandleARB is. The spec says it's just an integer, but I am unsure if I am to take this as unsigned or not.

    I'll send the new glext.h over to you to look through. . .

  8. #18
    Senior Member OpenGL Pro sqrt[-1]'s Avatar
    Join Date
    Jun 2002
    Location
    Australia
    Posts
    1,006

    Re: OpenGL 2 support on Catalyst hotfix.

    glUX at http://w3imagis.imag.fr/Membres/Sylvain.Lefebvre/glux/

    Generates it's extension loading code from the specs. (A perl script apparently, -see the source for details)

    So it does support 200+ extensions, however it does not look like it has been run over the GLSL specs yet.

  9. #19
    Senior Member OpenGL Guru
    Join Date
    Mar 2001
    Posts
    3,768

    Re: OpenGL 2 support on Catalyst hotfix.

    As far as GLHandleARB is concerned, the 3DLabs SDK must have GLHandleARB in it, so you can copy their definition.

  10. #20
    Senior Member OpenGL Guru Humus's Avatar
    Join Date
    Mar 2000
    Location
    Stockholm, Sweden
    Posts
    2,444

    Re: OpenGL 2 support on Catalyst hotfix.

    I got working code in my framework that takes duplicated entry points between different extensions into account.
    http://esprit.campus.luth.se/~humus/

Posting Permissions

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