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.

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.

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!

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.