| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-08-23 | glcpp: Fix segfault in standalone preprocessor for "file not found", etc. | Carl Worth | |
| This error message was missing so that the program would simply segfault if the provided filename could not be opened for some reason. While we're at it, we add explicit support for a filename of "-" to indicate input from stdin. | |||
| 2010-08-17 | glcpp: Allow standalone glcpp to accept a filename as first argument. | Carl Worth | |
| This is useful for debugging the preprocessor. | |||
| 2010-07-01 | glsl2: Conditionally define preprocessor tokens for optional extensions | Ian Romanick | |
| The only optional extension currently supported by the compiler is GL_EXT_texture_array. | |||
| 2010-06-24 | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | |
