summaryrefslogtreecommitdiff
path: root/src/mesa/shader/slang/library/gc_to_bin.c
AgeCommit message (Collapse)Author
2007-01-19print error msg when there's a problemBrian
2006-12-21chmod a-xBrian
2006-09-26Add syntax files for expression and directive preprocessor.Michal Krol
Fix syntax errors in builtin library 1.2 sources. All derivative files (*_gc.h and *_syn.h) are generated by Makefile.
2006-08-02Add vec4 extension.Michal Krol
2006-04-18Remove carriage-return chars *ONLY*.Michal Krol
2006-01-16remove slang_*_gc.h files;Michal Krol
rename slang_*_gc_bin.h files to slang_*_gc.h ones; store built-in library code in a precompiled form only;
2005-05-25a small utility to convert .syn files to its binary forms;Michal Krol
does not require any command line params;