Age | Commit message (Expand) | Author |
2010-06-23 | ir_variable: Add some missing initialization to the constructor. | Carl Worth |
2010-06-23 | Add a virtual clone() method to ir_instruction. | Eric Anholt |
2010-06-23 | ir_variable: Add query to get number of slots used by a variable | Ian Romanick |
2010-06-23 | ir_variable: Track the location of uniforms, varings, attributes, etc. | Ian Romanick |
2010-06-23 | ir_variable: Add method to get string representing interpolation qualifier | Ian Romanick |
2010-06-23 | ir_constant: Add method to determine if two constants have the same value | Ian Romanick |
2010-06-11 | ir_constant: Eliminate 'void *' constructor | Ian Romanick |
2010-06-11 | ir_constant: Add get_record_field query | Ian Romanick |
2010-06-11 | ir_constant: Support constant structures in clone | Ian Romanick |
2010-06-11 | ir_constant: Add storage for multiple constants for arrays and records | Ian Romanick |
2010-06-11 | Construct an ir_constant from a list of ir_constant values | Ian Romanick |
2010-06-11 | Add methods to ir_constant to get scalar components in a particular type | Ian Romanick |
2010-06-11 | Construct an ir_constant from a scalar component of another ir_constant | Ian Romanick |
2010-06-09 | Implement dFdx, dFdy, and fwidth via new expression opcodes. | Kenneth Graunke |
2010-06-09 | Set the type of ir_texture properly; infer it from the sampler type. | Kenneth Graunke |
2010-06-09 | Add mappings between ir_texture_opcode and strings. | Kenneth Graunke |
2010-06-04 | Check variable mode when comparing qualifier lists. | Kenneth Graunke |
2010-05-26 | ir_dereference::mode is no longer used, kill with fire | Ian Romanick |
2010-05-26 | Refactor ir_dereference data fields to subclasses | Ian Romanick |
2010-05-26 | Begin refactoring ir_dereference | Ian Romanick |
2010-05-14 | Add ir_rvalue::variable_referenced | Ian Romanick |
2010-05-14 | Implement "sin" and "cos" builtins via new expression operators. | Kenneth Graunke |
2010-05-14 | Implement "sign" builtin via a new expression operator. | Kenneth Graunke |
2010-05-10 | Remove unnecessary include of simple_list.h | Ian Romanick |
2010-05-03 | ir_to_mesa.cpp: Fix missing types on some ir_swizzles. | Eric Anholt |
2010-04-28 | Implement structures and arrays in ir_dereference::is_lvalue | Ian Romanick |
2010-04-28 | Add ir_dereference constructor for structure field dereferences | Ian Romanick |
2010-04-28 | Use "neg" when printing/reading unary negation rather than "-". | Kenneth Graunke |
2010-04-28 | Move array of operator strings out of ir_print_visitor.cpp. | Kenneth Graunke |
2010-04-28 | Factor out parameter list replacement for later reuse. | Kenneth Graunke |
2010-04-28 | Factor out qualifier checking code for later reuse. | Kenneth Graunke |
2010-04-28 | Refactor ir_expression::get_num_operands. | Kenneth Graunke |
2010-04-21 | Remove ir_label since it is no longer used. | Kenneth Graunke |
2010-04-21 | Refactor IR function representation. | Kenneth Graunke |
2010-04-07 | Remove extraneous base-class constructor calls | Ian Romanick |
2010-04-07 | Put function bodies under function signatures, instead of flat in the parent. | Eric Anholt |
2010-04-06 | Make constant folding descend into if statements. | Eric Anholt |
2010-04-06 | Handle constant expressions using derefs of const values. | Eric Anholt |
2010-04-05 | Set correct type for ir_dereference of a matrix or a vector | Ian Romanick |
2010-04-02 | Track whether whole-arrays are assignable | Ian Romanick |
2010-04-02 | Whole structures are assignable | Ian Romanick |
2010-04-02 | Add bool/int conversion as IR operations. | Eric Anholt |
2010-04-02 | Add conversion of bool to float as an IR operation to match int to float. | Eric Anholt |
2010-04-02 | Allow array dereferences to be considered as lvalues. | Eric Anholt |
2010-04-02 | Simplify ir_constant_expression.cpp by factoring operand computation out. | Eric Anholt |
2010-04-01 | Track max accessed array element, reject additional out-of-bounds accesses | Ian Romanick |
2010-04-01 | Fix type handling in ir_dereference array dereference constructor | Ian Romanick |
2010-03-26 | Set variables with the sampler base type to read only. | Eric Anholt |
2010-03-26 | Add constructors for immediate hir constants. | Eric Anholt |
2010-03-26 | Add glsl_type::components to query total number of components in a type | Ian Romanick |