Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-07 | glsl2: Initialize yylineno and yycolumn so line numbers are sane. | Kenneth Graunke | |
2010-07-02 | glcpp: Add #error support. | Kenneth Graunke | |
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-07-01 | glsl2: Define preprocessor tokens for extensions | Ian Romanick | |
Currently only GL_ARB_draw_buffers and GL_ARB_texture_rectangle are defined because those extensions are always enabled. This make tex_rect-03.frag pass. | |||
2010-06-24 | glsl2: Move the compiler to the subdirectory it will live in in Mesa. | Eric Anholt | |