summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbfragparse.h
AgeCommit message (Collapse)Author
2003-08-31Moved some shared vertex/fragment program code into new program.c file.Brian Paul
Implemented new program_parameter_list type and functions for dealing with named program parameters, constants and GL state references. New state_index enum for describing GL state referenced within ARB vertex/ fragment programs. Plus, functions for fetching named GL state.
2003-08-06placeholder filesBrian Paul