summaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/grammar.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor warnings found with g++.Brian Paul2004-05-041-16/+16
|
* add braces to silence warningsBrian Paul2004-04-021-2/+5
|
* fix the buildBrian Paul2004-03-291-6/+6
|
* Added missing Copyrights.Michal Krol2004-03-041-2760/+2799
|
* Grammar package supporting 8-bit registers.Michal Krol2004-03-031-0/+2760
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.