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