Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved from mesa/shader to mesa/shader/grammar | Michal Krol | 2005-05-25 | 1 | -202/+0 |
| | |||||
* | - add decimal literal integer support | Michal Krol | 2004-10-22 | 1 | -66/+42 |
| | | | | | - fix bug with c-style comment closing - sequences like /***/ were not correctly parsed | ||||
* | Added missing Copyrights. | Michal Krol | 2004-03-04 | 1 | -196/+226 |
| | |||||
* | Grammar package supporting 8-bit registers. | Michal Krol | 2004-03-03 | 1 | -0/+196 |
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. |