summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/programopt.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename _mesa_append_modelview_code() to _mesa_insert_mvp_code().Brian Paul2006-08-251-22/+23
| | | | | The four DP4 instructions are now inserted at the top of the program instead of appended to tail.
* Functions for vertex/fragment program transformations, optimizations, etc.Brian Paul2006-08-241-0/+146