Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-20 | glcpp: Fix use-after-free error from #undef directive. | Carl Worth | |
By taking advantage of the recently-added hash_table_remove function. With this change, all existing tests are now valgrind-clean. | |||
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 | |