Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-02-24 | Fix assertion in get_register_pointer(), fix EXP case. | Brian | |
Note that GL_ARB_v_p and GL_NV_v_p define the z component of the EXP instruction differently. We follow the ARB extension. | |||
2007-02-23 | added ARL, EXP, LOG, relative indexing | Brian | |
2007-02-23 | reindent | Brian | |
2007-02-23 | don't pass program ptr to fetch_vector[14]() | Brian | |
2007-02-22 | New, unified interpretor/executor for vertex and fragment programs. | Brian | |
This replaces the code formerly in nvvertexec.c and s_fragprog.c. Currently, DDX, DDY don't work. |