summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/slang_compile_function.h
AgeCommit message (Collapse)Author
2006-02-15Add support for forward function declarations.Michal Krol
2006-02-13Get it running for ARB_vertex_shader.Michal Krol
Add experimental print functions to builtin library. Some functionality missing: - automatic arrays; - general constructors; - local variable initialization; - texture sampling and noise; - semantic error checking; - function prototypes.
2006-01-30Split slang_compile.c into several smaller files - it was just too big.Michal Krol
Minor fixes and cosmetic changes.