summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbvertparse.h
AgeCommit message (Collapse)Author
2005-11-05consolidate vertex/fragment program printing into _mesa_print_program()Brian Paul
2005-11-05Unify vertex/fragment program instuctions.Brian Paul
Based on patch by Ian (#4967) but also unify instruction opcodes.
2005-04-21Reduce the size of mesa's internal fragment and vertex programKeith Whitwell
representations by switching to packed structures for registers and instructions.
2004-03-04Initial changes after moving from src/mesa/main/.Michal Krol
Needs testing - it havent been even compiled yet.