summaryrefslogtreecommitdiff
path: root/ir_constant_expression.cpp
AgeCommit message (Expand)Author
2010-06-24Move the talloc_parent lookup down in a few hot paths.Eric Anholt
2010-06-23exec_node: Add new talloc-based new()Carl Worth
2010-06-23Add a virtual clone() method to ir_instruction.Eric Anholt
2010-06-22Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.Eric Anholt
2010-06-11ir_constant_visitor: Type of constant result is same as original expressionIan Romanick
2010-06-11ir_constant_visitor: Types of ir_binop_{equal,nequal} must matchIan Romanick
2010-06-11ir_constant_visitor: Use 'union ir_constant_data' in expression handlerIan Romanick
2010-06-11ir_constant_visitor: Use 'union ir_constant_data' instead of open-coded versionIan Romanick
2010-06-11ir_constant_visitor: Handle bool-to-int and int-to-boolIan Romanick
2010-06-11ir_constant_visitor: Handle constant swizzlesIan Romanick
2010-06-11ir_constant_visitor: Handle array access of constant vectors and matricesIan Romanick
2010-06-11ir_constant_visitor: Handle dereferences of constant recordsIan Romanick
2010-06-11ir_constant_visitor: Use clone to create a constant from a variable referenceIan Romanick
2010-06-11Add float/bool conversion to ir_constant_expression.cpp.Ian Romanick
2010-06-09ir_constant_visitor: Add support for dFdx and dFdy operations.Kenneth Graunke
2010-06-09Add stub visitor support for ir_texture.Kenneth Graunke
2010-06-01ir_constant_expression: Handle several floating point unops.Eric Anholt
2010-05-26Refactor ir_dereference data fields to subclassesIan Romanick
2010-05-26Refactor ir_dereference support for ir_visitorIan Romanick
2010-04-21Remove ir_label since it is no longer used.Kenneth Graunke
2010-04-07Add support for bool to ir_equal and ir_nequal constant handlingIan Romanick
2010-04-07Add ir_loop_jump to represent 'break' and 'continue' in loopsIan Romanick
2010-04-07Add ir_loop to represent loopsIan Romanick
2010-04-06Add float/int conversion to ir_constant_expression.cpp.Eric Anholt
2010-04-06Handle constant expressions using derefs of const values.Eric Anholt
2010-04-06Add support for =, != to ir_constant_expresion.cppEric Anholt
2010-04-06Add ir_constant_expression.cpp support for <, >, <=, >=.Eric Anholt
2010-04-02Add some more operations to ir_constant_expression.cpp.Eric Anholt
2010-04-02Make ir_constant_expression.cpp support multi-component types.Eric Anholt
2010-04-02Simplify ir_constant_expression.cpp by factoring operand computation out.Eric Anholt
2010-04-02Handle logic not in constant expression evaluation.Eric Anholt
2010-04-02Start trying to fill in a few bits of ir_constant_expression.cppEric Anholt
2010-03-30Initial bits of constant expression evaluatorIan Romanick