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: fragment program - assembly specs

Hybrid View

  1. #1
    Junior Member Newbie
    Join Date
    Mar 2004
    Posts
    4

    fragment program - assembly specs

    Hi. does anyone know where i can find a list of all the commands and keywords supported by the OpenGL vertex and fragment programs?

    i.e. somthing documenting

    state variables,
    PARAM,
    ATTRIB,
    DP4,
    ...
    et. al.

    ive found lots of resources on OpenGL SL, but I want to do everything in assembly. thanks.

  2. #2
    Junior Member Newbie
    Join Date
    Jan 2004
    Posts
    10

    Re: fragment program - assembly specs

    Originally posted by laniik:
    Hi. does anyone know where i can find a list of all the commands and keywords supported by the OpenGL vertex and fragment programs?
    All the opengl specs published can be found at the opengl registry
    In particular, ARB_vertex_program and ARB_fragment_program are available there.

  3. #3
    Intern Contributor
    Join Date
    Apr 2003
    Location
    Turin, Italy
    Posts
    94

    Re: fragment program - assembly specs

    hiya laniik,
    i have pretty the same poblem of you: very little documentation around here about asm programs...
    Anyway i found some good papers from nvidia, giving some nice introductory hints...

    maybe you should check their site!

Posting Permissions

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