summaryrefslogtreecommitdiff
path: root/src/mesa/shader
AgeCommit message (Collapse)Author
2004-03-24Slang internal include file defining constructors and operatorsMichal Krol
for built-in data types.
2004-03-10Moved from src/mesa/main.Michal Krol
2004-03-10Fixed a number of typos.Michal Krol
2004-03-04Initial changes after moving from src/mesa/main/.Michal Krol
Needs testing - it havent been even compiled yet.
2004-03-04Added missing Copyrights.Michal Krol
2004-03-03Grammar 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-03Added support for ARB_fragment_program_shadow.Michal Krol
2004-03-03Initial registry for ARB_fragment_program and ARB_vertex_program.Michal Krol