summaryrefslogtreecommitdiff
path: root/glcpp/pp.c
AgeCommit message (Expand)Author
2010-06-23glcpp: Support line continuations within preprocessor directives.Kenneth Graunke
2010-06-21glcpp: Print to the main compiler's infolog, not stdout.Kenneth Graunke
2010-06-21Use yy_scan_string and stop caring about shader->SourceLen.Kenneth Graunke
2010-06-21glcpp: Add glcpp_warning for printing warnings to the info log.Kenneth Graunke
2010-06-21glcpp: Add boolean 'error' flag.Kenneth Graunke
2010-06-21glcpp: Rename "errors" to "info_log."Kenneth Graunke
2010-06-21glcpp: Introduce new glcpp_error function.Kenneth Graunke
2010-06-21glcpp: Print errors on stdout instead of stderr (non-standalone version).Kenneth Graunke
2010-06-21Make the main compiler call the preprocessor.Kenneth Graunke