summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbfragparse.h
AgeCommit message (Collapse)Author
2004-03-29Moved to src/mesa/shaderMichal Krol
2004-01-23Don't set extra bits in FLUSH_VERTICES, fix several state bugs.Keith Whitwell
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