summaryrefslogtreecommitdiff
path: root/src/mesa/main/arbparse_syn.h
AgeCommit message (Collapse)Author
2003-12-09 - New grammar (0.5) from Michal Krol, merges many opcodes and adds range ↵Karl Rasche
testing - Proper header on arbparse_syn.h - Handling of relative offsets for ARB_vp - s/MaxFragment/MaxVertex - Check for leading 0's in the fraction portions of floats in parse_float()
2003-11-25 - New version of the syntax rules from Michal KrolKarl Rasche
+ Handles '1' as a float, just like '1.' + Remove switch collision between vp and fp #defines + result.color.xyz no longer requires result.color.primary.xyz
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-19Initial checkin of new ARB_frag/vertex program parserKarl Rasche