summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/grammar.h
Commit message (Collapse)AuthorAgeFilesLines
* add new grammar_check_fast entry for faster parsingMichal Krol2004-10-201-1/+12
|
* Added missing Copyrights.Michal Krol2004-03-041-68/+92
|
* Grammar package supporting 8-bit registers.Michal Krol2004-03-031-0/+68
TODO: - add checking for duplicate symbols (or is it done already?) - move all the statics (grammar objects list and last error message) to the GL context state; I think simple pointer initialized in a first call to ProgramString() is sufficent. - apply an optimized version of match() - this will be needed for glslang compiler.