summaryrefslogtreecommitdiff
path: root/src/mesa/shader/programopt.h
AgeCommit message (Collapse)Author
2006-08-25Rename _mesa_append_modelview_code() to _mesa_insert_mvp_code().Brian Paul
The four DP4 instructions are now inserted at the top of the program instead of appended to tail.
2006-08-24Functions for vertex/fragment program transformations, optimizations, etc.Brian Paul