summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbfragparse.c
AgeCommit message (Collapse)Author
2004-02-17added FogOption to fragment_program structBrian Paul
2004-02-12Minor re-org of state for fog and precision options.Brian Paul
2004-01-23Don't set extra bits in FLUSH_VERTICES, fix several state bugs.Keith Whitwell
2003-11-23- parse_alias() Was totally borkedKarl Rasche
- forgot a ++ in texSrcBit switch - copy/paste error in arbfragparse.c
2003-11-23 - Create a dummy program to keep from segfaulting when parsingKarl Rasche
fails - Change to grammar .emit to fix single LOCAL/ENV param usage
2003-11-21fix a bunch of warningsBrian Paul
2003-11-19Initial checking of new ARB_frag/vertex program parserKarl Rasche
2003-08-06placeholder filesBrian Paul