Age | Commit message (Expand) | Author |
---|---|---|
2010-03-29 | Reject main() declarations with a non-void return value. | Eric Anholt |
2010-03-26 | Be sure to set ir_function_signature::definition for constructors | Ian Romanick |
2010-03-26 | Make glsl_*_type glsl_type class static data | Ian Romanick |
2010-03-26 | Move swizzles out of ir_dereference and into their own class. | Kenneth Graunke |
2010-03-26 | Add new abstract ir_rvalue class; rework accordingly. | Kenneth Graunke |
2010-03-25 | Add functions to generate constructors for built-in types. | Ian Romanick |
2010-03-24 | Remove unused _mesa_glsl_get_vector_type | Ian Romanick |
2010-03-24 | Add glsl_type::get_instance method | Ian Romanick |
2010-03-23 | Add glsl_type::get_base_type query | Ian Romanick |
2010-03-23 | Add `void' type to table of available types | Ian Romanick |
2010-03-19 | Use glsl_symbol_table instead of using _mesa_symbol_table directly | Ian Romanick |
2010-03-09 | Make glsl_type a class | Ian Romanick |