summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbprogparse.h
AgeCommit message (Collapse)Author
2005-10-29If parsing a program fails, don't change the vertex/fragment program object.Brian Paul
Specifically, don't attach a dummy program. This change also fixes an occasional segfault. Some code clean-ups. Use GLboolean instead of GLuint to return pass/fail.
2005-01-19fix a typoBrian Paul
2004-03-04Initial changes after moving from src/mesa/main/.Michal Krol
Needs testing - it havent been even compiled yet.