Age | Commit message (Expand) | Author |
2010-03-31 | Add ir_variable::clone | Ian Romanick |
2010-03-31 | Add ir_function_signature::function_name | Ian Romanick |
2010-03-31 | Make ir_function::signatures private | Ian Romanick |
2010-03-31 | Add ir_function::iterator to iterate over function signatures | Ian Romanick |
2010-03-31 | Use ir_function::add_signature to create link between function and signature | Ian Romanick |
2010-03-30 | Initial bits of constant expression evaluator | Ian Romanick |
2010-03-29 | Implement ir_if (for if-statments) and conversion from AST | Ian Romanick |
2010-03-29 | Trivial code cleanup in ir_dereference::is_lvalue | Ian Romanick |
2010-03-29 | Don't let swizzles with duplicated components be considered as lvalues. | Eric Anholt |
2010-03-29 | Implement exp2() and log2(), and make ir_unop_exp and ir_unop_log be base e. | Eric Anholt |
2010-03-29 | Add sqrt() builtin as an IR operation. | Eric Anholt |
2010-03-29 | Implement the first builtin function: exp(). | Eric Anholt |
2010-03-26 | Make read-only variables not be considered lvalues. | Eric Anholt |
2010-03-26 | Add constructors for immediate hir constants. | Eric Anholt |
2010-03-26 | IR print visitor: Print out something for the operator. | Eric Anholt |
2010-03-26 | Add hack ir_call::callee_name to get the name of the called function | Ian Romanick |
2010-03-26 | Add ir_call::iterator to iterate over actual parameters | Ian Romanick |
2010-03-26 | Add unary operator to convert unsigned integer to float | 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-26 | Replace "mode" type tag with virtual as_foo() downcasting functions. | Kenneth Graunke |
2010-03-25 | Add dereference constructor for array element dereferences | Ian Romanick |
2010-03-25 | Widen num_components to handle vec4 correctly. | Kenneth Graunke |
2010-03-25 | Typo fixes: de/re/ference. | Kenneth Graunke |
2010-03-24 | Add method to set the swizzle of an ir_dereference | Ian Romanick |
2010-03-23 | ir_function constructor now takes the function name as a parameter | Ian Romanick |
2010-03-23 | Set the type of a function call to be the return type of the callee | Ian Romanick |
2010-03-23 | Set, and require, a return type for function signatures | Ian Romanick |
2010-03-19 | Implement IR return instructions | Ian Romanick |
2010-03-15 | Add multiple include protection to ir.h | Ian Romanick |
2010-03-11 | Initial pass at resolving function calls | Ian Romanick |
2010-03-11 | Add ir_call call to represent function calls. | Ian Romanick |
2010-03-11 | Fix broken constructor of ir_instruction base class | Ian Romanick |
2010-03-10 | Tell emacs that C++ .h files are C++ | Ian Romanick |
2010-03-10 | IR variable: Initial work to support GLSL built-in variables | Ian Romanick |
2010-03-09 | IR visitor: Add initial version of ir_visitor classes | Ian Romanick |
2010-03-08 | Conver IR structures to use exec_list instead of simple_node | Ian Romanick |
2010-02-22 | Initial commit. lol | Ian Romanick |