aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/shader/slang/slang_compile_struct.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup code. Change constructor prototype.Michal Krol2006-05-161-2/+4
|
* Remove carriage-return chars *ONLY*.Michal Krol2006-04-181-61/+61
|
* Get it running for ARB_vertex_shader.Michal Krol2006-02-131-2/+2
| | | | | | | | | | | 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.
* Split slang_compile.c into several smaller files - it was just too big.Michal Krol2006-01-301-0/+61
Minor fixes and cosmetic changes.