Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-04-02 | add braces to silence warnings | Brian Paul | |
2004-03-30 | Reorder some code so we don't upset program state when there's a parsing error. | Brian Paul | |
Be sure to assign program.Base.String pointer. | |||
2004-03-29 | Accomodate ARB_fp XPD opcode separately from NV_fp's X2D. | Keith Whitwell | |
2004-03-29 | Take a stab at updating the VMS files. | Brian Paul | |
2004-03-29 | fix the build | Brian Paul | |
2004-03-29 | Moved from src/mesa/main | Michal Krol | |
2004-03-25 | The OpenGL Shading Language Runtime Library for Legacy Target. | Michal Krol | |
Sounds good :) | |||
2004-03-24 | Slang internal include file defining constructors and operators | Michal Krol | |
for built-in data types. | |||
2004-03-10 | Moved from src/mesa/main. | Michal Krol | |
2004-03-10 | Fixed a number of typos. | Michal Krol | |
2004-03-04 | Initial changes after moving from src/mesa/main/. | Michal Krol | |
Needs testing - it havent been even compiled yet. | |||
2004-03-04 | Added missing Copyrights. | Michal Krol | |
2004-03-03 | Grammar package supporting 8-bit registers. | Michal Krol | |
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. | |||
2004-03-03 | Added support for ARB_fragment_program_shadow. | Michal Krol | |
2004-03-03 | Initial registry for ARB_fragment_program and ARB_vertex_program. | Michal Krol | |