Age | Commit message (Expand) | Author |
---|---|---|
2010-04-28 | Convert structure field dereferences to HIR | Ian Romanick |
2010-03-26 | Use glsl_type::is_error instead of comparison with glsl_error_type pointer | 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-24 | Use glsl_type::get_instance instead of _mesa_glsl_get_vector_type | Ian Romanick |
2010-03-24 | Fix typo in swizzle processing loop | Ian Romanick |
2010-03-24 | Trivial cleanups in generate_swizzle | Ian Romanick |
2010-03-24 | Use ir_dereference::set_swizzle | Ian Romanick |
2010-03-09 | Convert is_glsl_type_vector to glsl_type::is_vector | Ian Romanick |
2010-03-08 | Conver IR structures to use exec_list instead of simple_node | Ian Romanick |
2010-03-01 | Make AST->HIR conversion a method of ast_node, re-enable | Ian Romanick |
2010-02-25 | Convert to new interfaces so that it will compile | Ian Romanick |
2010-02-22 | Rename .cc files to .cpp | Ian Romanick |